]> icculus.org git repositories - divverent/darkplaces.git/history - netconn.c
Tomaz's nametime patch (prevent frequent name changes on the server)
[divverent/darkplaces.git] / netconn.c
2004-04-05 havocfixed very annoying '5 second timeout' bug in Host_Shut...
2004-04-02 molivierstrncpy -> {strlcpy,memcpy}. Replaced the "forceloop...
2004-03-10 havocadded Print versions of Printf functions and made all...
2004-02-21 havocrate limited networking ("rate" command in client conso...
2004-02-08 havocadded Willis's dpmaster to list
2004-01-24 havocchanged local server ports to 1 (server) and 2 (client...
2004-01-23 havocdisabled opening of ipv6 sockets since that code still...
2003-12-29 havocupdated sv_masterextra1 to point to the newer master...
2003-09-30 molivierMore strcpy -> strlcpy and sprintf -> snprintf
2003-09-30 molivierLots of str[n]cat, str[n]cpy, and [v]sprintf have been...
2003-09-19 havocfinished a lot of little todo items, mostly regarding...
2003-09-13 havocrenamed PROTOCOL_VERSION stuff to PROTOCOL_QUAKE, PROTO...
2003-09-04 havocthe Connect failed error is now just a print
2003-08-30 havocreverted the massive svs.connectedclients change, now...
2003-08-23 havocfix a (very bad!) bug with -port cvar setting
2003-08-23 havocadded error messages when opening sockets (reports...
2003-08-07 havocsimulated packet loss (cl_fakepacketloss_receive, cl_fa...
2003-08-06 havocworking code is better than broken code
2003-08-06 havocupgraded network protocol to DPPROTOCOL_VERSION4 -...
2003-07-27 havocadded MAX_PACKETFRAGMENT to limit size of reliable...
2003-07-22 havocuse proper string for conn->address when accepting...
2003-07-21 havocskip over NULL sockets in cl_sockets and sv_sockets...
2003-07-12 havocNetConn_Write should print packets even if LHNET_Write...
2003-07-10 havocserver no longer responds to any netquake control packe...
2003-07-08 havocsome enhancements to timeout handling inspired by ProQu...
2003-06-24 havocReceivedMessage now sets lastMessageTime when a valid...
2003-06-22 havocinitialize the various server properties when parsing...
2003-06-22 havocForgot to include lhnet in the previous commit and...