]> icculus.org git repositories - divverent/darkplaces.git/history - netconn.c
stringwidth(): if 3rd arg is not given, always yield the size for 8x8 text, unsnapped...
[divverent/darkplaces.git] / netconn.c
2009-12-21 havocfix typo in StoreBigLong calls on NETFLAG_ACK packets
2009-12-21 havocadded mem_bigendian variable
2009-11-17 divverentfix typo in extresponse handling
2009-11-14 divverentextresponse: make svqc receive only those on the server...
2009-11-14 divverentextresponse: use double quotes, not single quotes,...
2009-11-14 divverentput extresponse in server vm too
2009-11-03 divverentfirst test of multi-account rcon:
2009-10-18 divverentmore rcon_secure cleanup
2009-10-03 divverentremove now unneeded code
2009-10-03 divverentfix connect after getchallenge, rcon, getchallenge...
2009-10-03 divverentfix two bugs in srcon/rcon_secure 2. It now WORKS.
2009-10-02 divverenttry making srcon work better with many rcon comamnds...
2009-10-02 divverentsorry for this 100% untested change... making srcon...
2009-10-02 divverentrcon_secure: alternative getchallenge-based authenticat...
2009-09-17 havocrewrote netgraph code
2009-09-15 havocfix errors and warnings in MSVC when compiling as C++
2009-08-20 divverentfix all the () problems, and make gcc warn for them
2009-08-03 divverentgameversion_min, gameversion_max, to support a RANGE...
2009-07-08 divverentdoxygen comments and config file
2009-07-08 havocfixed several warnings that appear with -std=gnu99...
2009-06-11 havocpatch from RocketGuy for pqrcon command, to administrat...
2009-05-17 havocreworked default address cvars to be empty for default...
2009-05-17 havoctry only one port on ip6 if ip4 succeeded, this is...
2009-05-14 molivierFixed IPv6 support, including the addition of the maste...
2009-05-08 divverentnet_slist_favorites: allow DNS names in the list (they...
2009-04-22 divverentupdate IP of dpmaster.tchr.no
2009-04-09 divverentbetter error handling for overlong srcon commands
2009-04-09 divverentadding "srcon" protocol, and new cvars:
2009-04-01 havocchanged sv_masterextra cvars back to IP addresses to...
2009-03-11 divverent[ 2680901 ] Fix server/client crashes
2009-02-27 divverentimprove keepalive handling (also send keepalives during...
2009-01-08 divverentfix overrun in netconn.c when creating status replies...
2009-01-08 divverentbe a little more strict with contents of worldstatus...
2008-12-28 divverentfix whitespace handling:
2008-09-21 divverentseta net_slist_favorites
2008-08-24 divverentrcon: use multiple reply packets to fit any size (where...
2008-08-18 havocfix three double semicolon typos
2008-08-09 divverentfix double free in qcstatus
2008-08-08 divverentmake menu QC aware of player list; add extension DP_SV_...
2008-07-14 divverentfix out of range indices found by [-z-]
2008-07-13 divverentpreserve host_client during rcon (should fix crash...
2008-06-17 havocfixed all VS2005 deprecated function warnings
2008-04-26 divverentExtend rcon_restricted_commands to contain more complex...
2008-02-19 havocchanged hostname for tchr's master from excalibur.nvg...
2008-01-25 divverentrestricted rcon: actually display a different message...
2008-01-22 havocmerged CL_MoveParticles, CL_MoveDecals, and R_MoveExplo...
2008-01-15 divverentfix stupid "using port 0" message
2008-01-14 divverentmake server name/map name sorting case insensitive
2008-01-11 divverentnet_slist_pause
2008-01-08 havocfix warning
2008-01-06 divverentoops... fixed a security issue with expanding aliases
2008-01-06 divverentadd rcon_restricted_password and rcon_restricted_comman...
2007-12-02 havocremoved all but ocrana qw master as the rest were not...
2007-11-13 havocchanged two memcpy calls to memmove after testing in...
2007-11-12 havocfix SLIF_FREESLOTS to not be an out of bounds array...
2007-11-09 divverentremove timed out servers from list
2007-11-09 divverentquerycounters LOVE to be reset ;)
2007-11-09 havocfix two warnings
2007-11-09 divverentwatch your memory :)
2007-11-08 blackClean-up the refresh code and remove the refresh field...
2007-11-08 black- add support for server list refreshes to netconn...
2007-11-05 divverentadd a "freeslots" field to the host cache
2007-10-01 havocadded support for arguire's strange protocols that...
2007-07-10 divverentmake rcon command display a bit nicer for multi-command...
2007-07-10 divverentallow multiple rcon commands in the same packet, separa...
2007-07-09 havocnever let client timeout in singleplayer
2007-07-08 divverentnew cvar log_dest_udp to send all console data to one...
2007-06-13 havocbrought back the client->sendsignon flag from original...
2007-05-19 havocdon't send empty unreliable packets
2007-05-01 havocsignificant cleanup of input networking code (reorganiz...
2007-04-30 havoccount empty packets in rate limiting
2007-04-29 havocincreased IP + UDP header overhead estimate from 18...
2007-04-26 havocsplit cl_netpacketloss into cl_netpacketloss_send and
2007-04-20 divverentcompare the right values for host cache masks;
2007-04-18 divverentsv_public -2 now allows the local: client to connect
2007-04-18 havocadded numbots and numhumans in server info parsing...
2007-04-18 havocadded reporting of number of bots in getinfo/getstatus...
2007-04-16 havocimplemented shownetgraph
2007-04-05 havoceliminated most calls to Sys_DoubleTime (using realtime...
2007-03-29 havocadded NetConn_SleepMicroseconds function, and LHNET_Sle...
2007-03-15 havocreworked quake query code (CCREQ_/CCREP_ handling)...
2007-03-09 havocremoved master 12.166.196.192 (run by Venim) because...
2007-02-19 havocmoved cl.movesequence/cl.servermovesequence to cls...
2007-02-15 havoccleaned up client qc, menu qc, and server qc VM initial...
2007-01-14 havocchanged extResponse handler to quote the address string...
2007-01-14 havocpatch from div0 that enables printf format warnings...
2007-01-14 havocpatch from div0 that adds a special "extResponse "...
2007-01-14 havocpatch from div0 to clamp ping reports to 1-9999 range...
2006-12-28 havocpatch from div0 that adds sv_public modes -2 (do not...
2006-12-15 havoccorrected some svc_nop's to clc_nop's (same value but...
2006-12-10 havocfix crash when a client reconnects to the same client...
2006-11-09 havocpatch from div0 that removes connect flood ban when...
2006-10-23 havocimplemented connect flood blocking (100% effective...
2006-08-27 havocgreatly improved chances of connecting to a proquake...
2006-07-17 havocenabled old quake-style connection/query packets when...
2006-07-08 havocadded ping and packet loss display to scoreboard, and...
2006-06-12 havoccheck if master server address string is empty when...
2006-05-25 havocfixed crashes when changing a few settings while playin...
2006-05-11 havocfix a warning
2006-05-10 havocsome clean up of packet parsing
next