]> git.xonotic.org Git - xonotic/darkplaces.git/history - netconn.c
README: Remove Discord invite link. The Discord server is now deprecated
[xonotic/darkplaces.git] / netconn.c
2022-01-13 bones_was_hereMerge MR 'Make trace entity culling optional for specta...
2021-07-22 Cloudwalkcl_main: Keep old CL_Disconnect for simplicity. Move...
2021-07-22 CloudwalkMerge branch 'Mario/dpk_support' of gitlab.com:xonotic...
2021-07-22 Cloudwalkprotocol/dp8: Implement parting messages
2021-07-05 Cloudwalkcvar: Rename Cvar_RegisterAlias to Cvar_RegisterVirtual
2021-05-14 cloudwalkclient: Add SV_Shutdown hook and remove all direct...
2021-04-20 cloudwalkcmd: Merge cmd_client and cmd_server into cmd_local... 97/merge
2021-04-13 cloudwalkhost, netconn: Use cvar callbacks on (cl_)port to reduc...
2021-03-09 cloudwalkcmd: Dynamically allocate the command interpreters
2020-11-09 cloudwalkRevert "cmd: Merge cmd_server and cmd_client into cmd_l...
2020-10-27 cloudwalkcmd: Merge cmd_server and cmd_client into cmd_local...
2020-10-08 cloudwalknetconn: Move the timeout checks to new function SV_Che...
2020-09-27 cloudwalkcl_main: Disconnect when connection is established...
2020-09-17 cloudwalkUnify the command and cvar flags, under the CF_ prefix.
2020-09-17 cloudwalkRename qboolean to qbool
2020-09-08 cloudwalkRename COM_CheckParm to Sys_CheckParm and move it to...
2020-09-07 cloudwalkRename src_command to src_local, to clarify its meaning
2020-07-22 cloudwalkMisc console print improvements. Increase verbosity
2020-06-30 cloudwalk(Round 6) Break up host_cmd.c
2020-06-29 cloudwalkAdd -Wshadow cflag and eliminate its warnings, includin...
2020-06-27 cloudwalkRemove Con_Warnf and Errorf. Use macros to change color...
2020-06-27 cloudwalkWrap cvar callback around ifdef
2020-06-27 cloudwalkCall cvar callbacks after the cvar is set. Potentially...
2020-06-23 cloudwalkEradicated the CVAR_NQUSERINFOHACK flag, for good
2020-06-22 cloudwalkFirst massive rename and move
2020-06-21 cloudwalkRevert "Initialize console commands and cvars before...
2020-06-20 cloudwalkInitialize console commands and cvars before anything...
2020-06-18 cloudwalkOrganize system and host globals into structs. Implemen...
2020-06-11 cloudwalkInitial implementation of command flag system
2020-06-08 cloudwalkReimpl. the cvar alias system. Reimpl. the cvar hash...
2020-06-08 cloudwalkRevert the cvar alias system, as a checkpoint pending...
2020-06-06 cloudwalkRename a few of the fake loss and fake latency cvars
2020-06-04 cloudwalkFix a few compile warnings from clang
2020-05-26 cloudwalkChange the ping calculation back. It wasn't necessary...
2020-05-25 cloudwalkDon't query the master server when the menu isn't shown
2020-05-25 cloudwalkCalculate ping in the server list better.
2020-05-25 cloudwalkImplement Con_Error(f) and Con_Warn(f), error and warni...
2020-05-20 cloudwalkMake connections atomic. Disconnect before trying to...
2020-05-18 cloudwalkAdd gameversion_[min,max] to CVAR_SERVER.
2020-01-22 havocFix one typo on rcon_secure_maxdiff - added CVAR_SAVE...
2020-01-22 havoccvars are now instanced in &cvars_all as a tracking...
2020-01-21 havocSplit the global cmd interpreter into 4 separate ones...
2020-01-09 havocCorrect names in credits and make them more consistent.
2020-01-09 havocCorrected names in credits to be more accurate and...
2017-04-26 divverentrcon server: add an explicit check against empty passwo...
2016-09-10 havocFix MSVC++ 2015 warnings about variable scope and some...
2016-07-20 divverentStop using bytes >= 128 in format strings. They break...
2016-06-27 divverentAdd a cvar net_sourceaddresscheck (default 1) to ignore...
2016-03-16 havocChanged master server IP addresses back to hostnames...
2015-08-03 divverentCompile with IPv6 support by default
2015-03-05 divverentFix warnings.
2015-03-02 divverentJust in case, make QW sequence numbers unsigned too.
2015-03-02 divverentFix a VERY LONG loop caused by high unreliable sequence...
2015-03-02 divverentFix warnings for missing prototypes.
2015-02-09 divverentCrypto: handle properly whether the a server key is...
2015-02-04 divverentMake vabuf static in rcon authentication check as it...
2014-05-29 havocFixed a large number of WIN64 type conversion warnings.
2014-03-16 havocchanged dpmaster.deathmask.net ip4 address, added ip6...
2014-01-24 divverentFix some d0_blind_id related bugs:
2014-01-03 divverentUnbreak most of sv_ratelimitlocalplayer.
2013-10-11 divverentNetconn: when an encrypted connection is used, randomly...
2013-10-10 divverentAdd SLIF_CATEGORY for the server list, and a menu QC...
2013-09-26 havocadded GAME_SSAMMO
2013-09-19 divverentRework game specific hacks to have a special group...
2013-08-03 divverentRevert "Revert "Build in subdirs"", as the issues seem...
2013-07-13 divverentNew rate burst handling; cvars: cl_rate_burstsize,...
2013-05-25 divverentImplement DSCP for ToS according to RFC2474 / RFC4594
2013-04-16 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-10 divverentfix two seriously wrong memset calls possibly causing...
2011-11-23 divverentcrypto: some simplifications; also apply policies prope...
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-05 havocfix typos
2011-08-05 havocdon't depend on ptrdiff_t
2011-07-09 havocchanged qwmasters - kubus.rulez.pl is down, added qwmas...
2011-05-09 havocreworked PRVM_EDICTFIELD* and PRVM_GLOBALFIELD* usage...
2011-01-30 divverentsv_status_privacy: also apply to CCREQ_PLAYER_INFO
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-15 divverentCryptographic authentication support for the d0_blind_i...
2010-10-06 divverentfix another warning
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-09-05 divverentreorganize sv_public code; add a level -3 that blocks...
2010-09-04 divverentAdding GAME_XONOTIC and recognizing xonotic executable...
2010-09-03 divverentbuild the string correctly
2010-09-03 divverentadded arg: connect-userinfo; works like this: "connect...
2010-05-10 havocfixed bug with effectinfo.txt loading so that it now...
2010-02-27 havocchanged r_speeds labels again, less csqc monitoring...
next