]> git.xonotic.org Git - xonotic/darkplaces.git/history - netconn.c
ipv6 dpmaster.sudo.rm-f.org has moved
[xonotic/darkplaces.git] / netconn.c
2013-04-19 divverentipv6 dpmaster.sudo.rm-f.org has moved
2013-01-02 divverentserver: ignore out of order prespawn/spawn/begin commands
2012-03-16 divverentfix a typo in challenge flood protection
2012-03-13 divverentfix an unlikely crypto downgrade attack found during...
2012-03-13 divverentalso block floods of getstatus, getinfo, getchallenge
2012-02-23 divverentI moved the IPv6 master server to another server. Sorry...
2012-02-11 divverentfix two seriously wrong memset calls possibly causing...
2011-11-25 divverentcrypto: some simplifications; also apply policies prope...
2011-11-23 divverentcrypto: some simplifications; also apply policies prope...
2011-11-15 Rudolf Polzer::stable-branch::reset=9b74aa42ccbe076796426f8c131cf3ef...
2011-11-02 divverentCommand line: -sessionid, cvars: locksession, (R/O...
2011-11-02 divverentfix some typos
2011-11-01 divverentCrypto_LoadKeys: make the caller responsible for the...
2011-11-01 divverentCommand line: -sessionid, cvars: locksession, (R/O...
2011-10-22 havocmajor overhaul for thread-safety - many global variable...
2011-10-17 havocadded sv_threaded cvar, the server can now be moved...
2011-08-23 divverentfix gameversion logic :(
2011-08-23 divverentfix gameversion logic :(
2011-08-14 havocfix typos
2011-08-14 havocdon't depend on ptrdiff_t
2011-08-05 havocfix typos
2011-08-05 havocdon't depend on ptrdiff_t
2011-07-23 havocchanged qwmasters - kubus.rulez.pl is down, added qwmas...
2011-07-09 havocchanged qwmasters - kubus.rulez.pl is down, added qwmas...
2011-05-14 havocreworked PRVM_EDICTFIELD* and PRVM_GLOBALFIELD* usage...
2011-05-09 havocreworked PRVM_EDICTFIELD* and PRVM_GLOBALFIELD* usage...
2011-02-12 Rudolf Polzer::stable-branch::reset=83d0515e854d7acf232a792868fe330b...
2011-01-30 divverentsv_status_privacy: also apply to CCREQ_PLAYER_INFO
2010-11-19 havocfor purposes of better compatibility with proquake...
2010-11-19 havocadded server support for proquake rcon when running...
2010-11-18 havocfor purposes of better compatibility with proquake...
2010-11-18 havocadded server support for proquake rcon when running...
2010-10-17 divverentfix two types to hopefulyl compile on MSVC
2010-10-17 divverentfix two types to hopefulyl compile on MSVC
2010-10-15 divverentCryptographic authentication support for the d0_blind_i...
2010-10-15 divverentCryptographic authentication support for the d0_blind_i...
2010-10-06 divverentfix another warning
2010-10-06 divverentfix another warning
2010-10-06 divverentadding my own IPv6 master server: dpmaster.div0.qc...
2010-10-06 divverentadding my own IPv6 master server: dpmaster.div0.qc...
2010-10-03 divverentturn off the weird "%interface_name" thing in IPv6...
2010-10-03 divverentmake IPv6 addresses actually work in server queries
2010-10-03 divverentturn off the weird "%interface_name" thing in IPv6...
2010-10-03 divverentmake IPv6 addresses actually work in server queries
2010-09-05 divverentreorganize sv_public code; add a level -3 that blocks...
2010-09-05 divverentreorganize sv_public code; add a level -3 that blocks...
2010-09-04 divverentAdding GAME_XONOTIC and recognizing xonotic executable...
2010-09-04 divverentAdding GAME_XONOTIC and recognizing xonotic executable...
2010-09-03 divverentbuild the string correctly
2010-09-03 divverentbuild the string correctly
2010-09-03 divverentadded arg: connect-userinfo; works like this: "connect...
2010-09-03 divverentadded arg: connect-userinfo; works like this: "connect...
2010-05-15 havocfixed bug with effectinfo.txt loading so that it now...
2010-05-10 havocfixed bug with effectinfo.txt loading so that it now...
2010-03-02 havocchanged r_speeds labels again, less csqc monitoring...
2010-02-27 havocchanged r_speeds labels again, less csqc monitoring...
2010-02-26 havocadd several more R_TimeReport calls for better analysis...
2010-02-25 havocadd several more R_TimeReport calls for better analysis...
2010-02-22 havocmore statics...
2010-02-11 havocmore statics...
2010-02-01 havocfix a bunch of warnings
2010-02-01 divverentfix a return value
2010-01-31 havocfix a bunch of warnings
2010-01-31 divverentfix a return value
2010-01-24 havocdon't store pointers for serverlist_viewlist, because...
2010-01-24 havocdon't store pointers for serverlist_viewlist, because...
2010-01-08 havocmore reductions in memory usage
2010-01-08 havocreduce memory usage by several megabytes
2010-01-08 havocmore reductions in memory usage
2010-01-08 havocreduce memory usage by several megabytes
2009-12-27 havocfix a bunch of type-punned pointer warnings
2009-12-27 havocchanged several Con_Printf calls to Con_DPrintf
2009-12-27 havocadded Con_MaskPrintf, Con_Printf/Con_DPrintf and friend...
2009-12-27 havocchanged a ton of developer cvar checks into developer_e...
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
next