rubidium
|
f9f61dc208
|
(svn r15981) -Fix: don't print the address family when writing the IP+port to the config file.
|
2009-04-08 12:09:07 +00:00 |
|
rubidium
|
9d6edae94d
|
(svn r15981) -Fix: don't print the address family when writing the IP+port to the config file.
|
2009-04-08 12:09:07 +00:00 |
|
rubidium
|
5a6198092d
|
(svn r15980) -Codechange: don't try to bind to the same socket twice; it's quite pointless.
|
2009-04-08 11:57:00 +00:00 |
|
rubidium
|
18146572b0
|
(svn r15980) -Codechange: don't try to bind to the same socket twice; it's quite pointless.
|
2009-04-08 11:57:00 +00:00 |
|
rubidium
|
edf4ab97e1
|
(svn r15979) -Codechange: tweak the debug/warning levels of some of the messages when binding
|
2009-04-08 01:23:44 +00:00 |
|
rubidium
|
c2152fa31f
|
(svn r15979) -Codechange: tweak the debug/warning levels of some of the messages when binding
|
2009-04-08 01:23:44 +00:00 |
|
rubidium
|
ac043bc7e8
|
(svn r15978) -Codechange: support parsing [] enclosed IPv6 addresses.
|
2009-04-08 01:22:57 +00:00 |
|
rubidium
|
a5a424ce28
|
(svn r15978) -Codechange: support parsing [] enclosed IPv6 addresses.
|
2009-04-08 01:22:57 +00:00 |
|
rubidium
|
632a263f8a
|
(svn r15976) -Codechange: make it a bit more clear for what (type of) address binding fails
|
2009-04-08 00:41:35 +00:00 |
|
rubidium
|
20e82c46d3
|
(svn r15976) -Codechange: make it a bit more clear for what (type of) address binding fails
|
2009-04-08 00:41:35 +00:00 |
|
rubidium
|
b9864e9988
|
(svn r15975) -Codechange: register each of the IPs we have bound to to the masterserver
|
2009-04-08 00:26:49 +00:00 |
|
rubidium
|
1eb4aa971e
|
(svn r15975) -Codechange: register each of the IPs we have bound to to the masterserver
|
2009-04-08 00:26:49 +00:00 |
|
glx
|
da49105b9e
|
(svn r15974) -Fix (r15969): win32 compilation was broken (again)
|
2009-04-08 00:10:20 +00:00 |
|
glx
|
d466fa9672
|
(svn r15974) -Fix (r15969): win32 compilation was broken (again)
|
2009-04-08 00:10:20 +00:00 |
|
rubidium
|
bc072884b0
|
(svn r15972) -Codechange: remove unneeded parameter
|
2009-04-08 00:03:05 +00:00 |
|
rubidium
|
c0f8214218
|
(svn r15972) -Codechange: remove unneeded parameter
|
2009-04-08 00:03:05 +00:00 |
|
rubidium
|
e1a7fad295
|
(svn r15971) -Codechange: make it possible for UDP socket handlers to bind to multiple sockets.
|
2009-04-07 20:27:13 +00:00 |
|
rubidium
|
2a6e9288fd
|
(svn r15971) -Codechange: make it possible for UDP socket handlers to bind to multiple sockets.
|
2009-04-07 20:27:13 +00:00 |
|
rubidium
|
e3d183f3dd
|
(svn r15970) -Codechange: make it possible to resolve a single address into multiple sockets.
|
2009-04-07 19:52:01 +00:00 |
|
rubidium
|
6db7f15b3a
|
(svn r15970) -Codechange: make it possible to resolve a single address into multiple sockets.
|
2009-04-07 19:52:01 +00:00 |
|
rubidium
|
f6e27e7274
|
(svn r15969) -Codechange: make the list of broadcast addresses virtually unlimited.
|
2009-04-07 19:06:36 +00:00 |
|
rubidium
|
82f8badc07
|
(svn r15969) -Codechange: make the list of broadcast addresses virtually unlimited.
|
2009-04-07 19:06:36 +00:00 |
|
rubidium
|
d66827b289
|
(svn r15968) -Codechange: do not allocate a buffer for NetworkAddresses so passing it around is easier.
|
2009-04-07 19:04:37 +00:00 |
|
rubidium
|
fdddfd6269
|
(svn r15968) -Codechange: do not allocate a buffer for NetworkAddresses so passing it around is easier.
|
2009-04-07 19:04:37 +00:00 |
|
rubidium
|
a25684b833
|
(svn r15967) -Codechange: do not access NetworkSocketHandler::has_quit directly
|
2009-04-07 18:23:14 +00:00 |
|
rubidium
|
22d9306889
|
(svn r15967) -Codechange: do not access NetworkSocketHandler::has_quit directly
|
2009-04-07 18:23:14 +00:00 |
|
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.
|
2009-04-05 19:43:41 +00:00 |
|
rubidium
|
0678cb561d
|
(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.
|
2009-04-05 19:43:41 +00:00 |
|
rubidium
|
3e6d3ff9a2
|
(svn r15954) -Fix: comparing addresses kinda fails (sometimes) causing duplicates in the game list
|
2009-04-04 13:09:36 +00:00 |
|
rubidium
|
edfc2e536e
|
(svn r15954) -Fix: comparing addresses kinda fails (sometimes) causing duplicates in the game list
|
2009-04-04 13:09:36 +00:00 |
|
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.
|
2009-04-04 08:48:12 +00:00 |
|
rubidium
|
616cac0c54
|
(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.
|
2009-04-04 08:48:12 +00:00 |
|
glx
|
d5e4f8152f
|
(svn r15950) -Fix (r15946): mingw compilation
|
2009-04-04 03:45:02 +00:00 |
|
glx
|
5eed35ef54
|
(svn r15950) -Fix (r15946): mingw compilation
|
2009-04-04 03:45:02 +00:00 |
|
rubidium
|
2f220d09bb
|
(svn r15948) -Fix: resolve network addresses before comparing them
|
2009-04-04 01:51:32 +00:00 |
|
rubidium
|
a779611665
|
(svn r15948) -Fix: resolve network addresses before comparing them
|
2009-04-04 01:51:32 +00:00 |
|
rubidium
|
a5576bc6e1
|
(svn r15946) -Codechange: move netmask matching to NetworkAddress and add some support for IPv6 netmask matching.
|
2009-04-04 00:47:08 +00:00 |
|
rubidium
|
2fd9f0fffa
|
(svn r15946) -Codechange: move netmask matching to NetworkAddress and add some support for IPv6 netmask matching.
|
2009-04-04 00:47:08 +00:00 |
|
glx
|
a1b6c34623
|
(svn r15945) -Fix (r15944): win32 compilation
|
2009-04-03 23:44:31 +00:00 |
|
glx
|
e460d3f4d0
|
(svn r15945) -Fix (r15944): win32 compilation
|
2009-04-03 23:44:31 +00:00 |
|
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
|
2009-04-03 21:46:52 +00:00 |
|
rubidium
|
7cf4639255
|
(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
|
2009-04-03 21:46:52 +00:00 |
|
rubidium
|
c3af69eb9d
|
(svn r15941) -Codechange: jonty-comp's wish partly implemented (content server) ;)
|
2009-04-03 17:20:57 +00:00 |
|
rubidium
|
ce06df313d
|
(svn r15941) -Codechange: jonty-comp's wish partly implemented (content server) ;)
|
2009-04-03 17:20:57 +00:00 |
|
rubidium
|
e8852635ab
|
(svn r15940) -Codechange: move setting reuse address to the binding process.
|
2009-04-03 17:02:29 +00:00 |
|
rubidium
|
1463b00b48
|
(svn r15940) -Codechange: move setting reuse address to the binding process.
|
2009-04-03 17:02:29 +00:00 |
|
glx
|
d3db002a4f
|
(svn r15938) -Fix: broadcast addresses detection was broken for win32
|
2009-04-03 16:22:34 +00:00 |
|
glx
|
2dafb9dd57
|
(svn r15938) -Fix: broadcast addresses detection was broken for win32
|
2009-04-03 16:22:34 +00:00 |
|
rubidium
|
cda1cb02ed
|
(svn r15935) -Codechange: function to compare IP addresses (to sort them)
|
2009-04-03 15:42:41 +00:00 |
|
rubidium
|
e05e1822d6
|
(svn r15935) -Codechange: function to compare IP addresses (to sort them)
|
2009-04-03 15:42:41 +00:00 |
|