Commit Graph

11603 Commits (f9f61dc208829d1fc4dd1c895ca9c02ac5cf12e2)
 

Author SHA1 Message Date
rubidium f9f61dc208 (svn r15981) -Fix: don't print the address family when writing the IP+port to the config file. 15 years ago
rubidium 5a6198092d (svn r15980) -Codechange: don't try to bind to the same socket twice; it's quite pointless. 15 years ago
rubidium edf4ab97e1 (svn r15979) -Codechange: tweak the debug/warning levels of some of the messages when binding 15 years ago
rubidium ac043bc7e8 (svn r15978) -Codechange: support parsing [] enclosed IPv6 addresses. 15 years ago
rubidium 632a263f8a (svn r15976) -Codechange: make it a bit more clear for what (type of) address binding fails 15 years ago
rubidium b9864e9988 (svn r15975) -Codechange: register each of the IPs we have bound to to the masterserver 15 years ago
glx da49105b9e (svn r15974) -Fix (r15969): win32 compilation was broken (again) 15 years ago
rubidium a2c5cf906c (svn r15973) -Codechange: make it possible to listen on multiple TCP sockets 15 years ago
rubidium bc072884b0 (svn r15972) -Codechange: remove unneeded parameter 15 years ago
rubidium e1a7fad295 (svn r15971) -Codechange: make it possible for UDP socket handlers to bind to multiple sockets. 15 years ago
rubidium e3d183f3dd (svn r15970) -Codechange: make it possible to resolve a single address into multiple sockets. 15 years ago
rubidium f6e27e7274 (svn r15969) -Codechange: make the list of broadcast addresses virtually unlimited. 15 years ago
rubidium d66827b289 (svn r15968) -Codechange: do not allocate a buffer for NetworkAddresses so passing it around is easier. 15 years ago
rubidium a25684b833 (svn r15967) -Codechange: do not access NetworkSocketHandler::has_quit directly 15 years ago
svnsync 94a70f8ade (svn r15966) -Fix: over time, several incosistancies were not fixed by WT2. Take care of that now. Also introduce #textdir for all languages. 15 years ago
smatz 402e2374a6 (svn r15965) -Change: use recent Czech language for plural form (it has been official for years anyway) 15 years ago
translators 3d0d0e22ea (svn r15964) -Update: WebTranslator2 update to 2009-04-06 17:40:13
afrikaans  - 36 fixed by burgerd (36)
czech      - 2 fixed, 6 changed by SmatZ (8)
dutch      - 1 fixed by habell (1)
estonian   - 111 fixed, 5 changed by kristjans (116)
finnish    - 2 fixed by jpx_ (2)
german     - 1 fixed by planetmaker (1)
luxembourgish - 30 fixed by Gubius (30)
serbian    - 100 fixed by etran (100)
slovenian  - 2 fixed by Necrolyte (2)
15 years ago
rubidium 510541afac (svn r15963) -Fix [FS#2814]: (v)seprintf chopped of strings one character earlier than necessary. 15 years ago
rubidium 22ab962baf (svn r15961) -Codechange: prepare the 'client' side for receiving 'session keys' from the masterserver so servers can register with multiple IPs as the same server. 15 years ago
translators 0585cb68e3 (svn r15960) -Update: WebTranslator2 update to 2009-04-05 17:47:56
arabic_egypt - 2 fixed by khaloofah (2)
catalan    - 1 fixed, 4 changed by arnaullv (5)
dutch      - 1 fixed by Excel20 (1)
english_US - 1 fixed by WhiteRabbit (1)
estonian   - 46 fixed, 1 changed by kristjans (47)
french     - 2 fixed by glx (2)
german     - 1 fixed by planetmaker (1)
hungarian  - 2 fixed by IPG (2)
italian    - 2 fixed by lorenzodv (2)
serbian    - 62 fixed by etran (62)
15 years ago
frosch 2e6c2ae306 (svn r15958) -Fix [FS#2787]: Abort production callback after 0x10000 iterations and show a messagebox blaming the newgrf. (mizipzor) 15 years ago
peter1138 2dc1e1aea0 (svn r15957) -Fix (r4767): Set callback_param1 (var 10) to 1 only when requested. 15 years ago
peter1138 dd24d9524e (svn r15956) -Codechange: Enumorize station spec flags. 15 years ago
rubidium 3e6d3ff9a2 (svn r15954) -Fix: comparing addresses kinda fails (sometimes) causing duplicates in the game list 15 years ago
rubidium d361c8e7c9 (svn r15953) -Fix [FS#2783]: left - right != width causing strings to be truncated too early 15 years ago
alberth 49cc3085e9 (svn r15952) -Codechange: Added nested widgets to operating profit, income, delivered cargo, and company value windows. 15 years ago
rubidium 3ce836c4af (svn r15951) -Fix (r15946) [FS#2803]: ofcourse a couple of OSes/compilers do not provide a nice 'interface', so we have to do it the ugly way. 15 years ago
glx d5e4f8152f (svn r15950) -Fix (r15946): mingw compilation 15 years ago
rubidium 2f220d09bb (svn r15948) -Fix: resolve network addresses before comparing them 15 years ago
rubidium a76218eab9 (svn r15947) -Codechange: replace uint32 client_ip with NetworkAddress client_address. 15 years ago
rubidium a5576bc6e1 (svn r15946) -Codechange: move netmask matching to NetworkAddress and add some support for IPv6 netmask matching. 15 years ago
glx a1b6c34623 (svn r15945) -Fix (r15944): win32 compilation 15 years ago
rubidium 1a0249f9d8 (svn r15944) -Codechange: disable IPv4 over IPv6 sockets as there is no default value and not all OSes actually support IPv4 over IPv6 so making it the same on all OSes eases debugging and such 15 years ago
alberth 4e74ba63f9 (svn r15943) -Fix: Tooltip of detailed ratings window button showed wrong tip 15 years ago
translators 4f69f9d79d (svn r15942) -Update: WebTranslator2 update to 2009-04-03 17:29:01
icelandic  - 3 changed by scrooge (3)
lithuanian - 3 fixed by geckonas (3)
serbian    - 29 fixed by Jenraux (29)
slovak     - 7 changed by ezimir (7)
15 years ago
rubidium c3af69eb9d (svn r15941) -Codechange: jonty-comp's wish partly implemented (content server) ;) 15 years ago
rubidium e8852635ab (svn r15940) -Codechange: move setting reuse address to the binding process. 15 years ago
glx d3db002a4f (svn r15938) -Fix: broadcast addresses detection was broken for win32 15 years ago
rubidium cda1cb02ed (svn r15935) -Codechange: function to compare IP addresses (to sort them) 15 years ago
rubidium 627163b785 (svn r15934) -Fix: work around Solaris' inability to "parse" 0 as defined in the specifications. 15 years ago
glx cfac582c36 (svn r15933) -Fix (r15920): mingw doesn't know getaddrinfo() and freeaddrinfo() either 15 years ago
rubidium 2d140fab62 (svn r15932) -Codechange: show ip:port as (fallback) servername instead of only the ip. This way you can clearly see there aren't any duplicates. 15 years ago
rubidium bc7a870a61 (svn r15931) -Codechange: let the host and ban lists use of SmallVector. 15 years ago
glx 825aa87e80 (svn r15930) -Fix (r15926): MSVC compilation 15 years ago
alberth f9e9708ddc (svn r15929) -Codechange: Added nested widgets for statusbar. 15 years ago
alberth 9f1358f6c1 (svn r15928) -Codechange: Moving statusbar widget numbers outside StatusBarWindow 15 years ago
alberth eb920d54f3 (svn r15927) -Codechange: Added nested widget for generate-world windows 15 years ago
rubidium 2b7a30f209 (svn r15926) -Codechange: make the broadcast IP list less AF dependent. 15 years ago
rubidium be8919c968 (svn r15925) -Codechange: remove _network_server_bind_ip as it's pretty AF dependant. 15 years ago
rubidium 197eff1fa9 (svn r15924) -Codechange: replace NetworkResolveHost with something less AF dependant. 15 years ago