2022-05-02 |
Ashley 'LadyHavoc... | Resolved .gitignore conflict |
blob | commitdiff | raw |
2022-03-27 |
bones_was_here | Merge PR 'Curl improvements' |
blob | commitdiff | raw |
2022-03-27 |
bones_was_here | Merge PR 'Add a third masterextra and default it to... |
blob | commitdiff | raw |
2022-03-24 |
Gary Moon | Add a third masterextra and default it to dpm.dpmaster.org |
blob | commitdiff | raw |
2022-01-13 |
bones_was_here | Merge MR 'Make trace entity culling optional for specta... |
blob | commitdiff | raw | diff to current |
2021-07-22 |
Cloudwalk | cl_main: Keep old CL_Disconnect for simplicity. Move... |
blob | commitdiff | raw | diff to current |
2021-07-22 |
Cloudwalk | Merge branch 'Mario/dpk_support' of gitlab.com:xonotic... |
blob | commitdiff | raw | diff to current |
2021-07-22 |
Cloudwalk | protocol/dp8: Implement parting messages |
blob | commitdiff | raw | diff to current |
2021-07-05 |
Cloudwalk | cvar: Rename Cvar_RegisterAlias to Cvar_RegisterVirtual |
blob | commitdiff | raw | diff to current |
2021-05-14 |
cloudwalk | client: Add SV_Shutdown hook and remove all direct... |
blob | commitdiff | raw | diff to current |
2021-04-20 |
cloudwalk | cmd: Merge cmd_client and cmd_server into cmd_local... 97/merge |
blob | commitdiff | raw | diff to current |
2021-04-13 |
cloudwalk | host, netconn: Use cvar callbacks on (cl_)port to reduc... |
blob | commitdiff | raw | diff to current |
2021-03-09 |
cloudwalk | cmd: Dynamically allocate the command interpreters |
blob | commitdiff | raw | diff to current |
2020-11-09 |
cloudwalk | Revert "cmd: Merge cmd_server and cmd_client into cmd_l... |
blob | commitdiff | raw | diff to current |
2020-10-27 |
cloudwalk | cmd: Merge cmd_server and cmd_client into cmd_local... |
blob | commitdiff | raw | diff to current |
2020-10-08 |
cloudwalk | netconn: Move the timeout checks to new function SV_Che... |
blob | commitdiff | raw | diff to current |
2020-09-27 |
cloudwalk | cl_main: Disconnect when connection is established... |
blob | commitdiff | raw | diff to current |
2020-09-17 |
cloudwalk | Unify the command and cvar flags, under the CF_ prefix. |
blob | commitdiff | raw | diff to current |
2020-09-17 |
cloudwalk | Rename qboolean to qbool |
blob | commitdiff | raw | diff to current |
2020-09-08 |
cloudwalk | Rename COM_CheckParm to Sys_CheckParm and move it to... |
blob | commitdiff | raw | diff to current |
2020-09-07 |
cloudwalk | Rename src_command to src_local, to clarify its meaning |
blob | commitdiff | raw | diff to current |
2020-07-22 |
cloudwalk | Misc console print improvements. Increase verbosity |
blob | commitdiff | raw | diff to current |
2020-06-30 |
cloudwalk | (Round 6) Break up host_cmd.c |
blob | commitdiff | raw | diff to current |
2020-06-29 |
cloudwalk | Add -Wshadow cflag and eliminate its warnings, includin... |
blob | commitdiff | raw | diff to current |
2020-06-27 |
cloudwalk | Remove Con_Warnf and Errorf. Use macros to change color... |
blob | commitdiff | raw | diff to current |
2020-06-27 |
cloudwalk | Wrap cvar callback around ifdef |
blob | commitdiff | raw | diff to current |
2020-06-27 |
cloudwalk | Call cvar callbacks after the cvar is set. Potentially... |
blob | commitdiff | raw | diff to current |
2020-06-23 |
cloudwalk | Eradicated the CVAR_NQUSERINFOHACK flag, for good |
blob | commitdiff | raw | diff to current |
2020-06-22 |
cloudwalk | First massive rename and move |
blob | commitdiff | raw | diff to current |
2020-06-21 |
cloudwalk | Revert "Initialize console commands and cvars before... |
blob | commitdiff | raw | diff to current |
2020-06-20 |
cloudwalk | Initialize console commands and cvars before anything... |
blob | commitdiff | raw | diff to current |
2020-06-18 |
cloudwalk | Organize system and host globals into structs. Implemen... |
blob | commitdiff | raw | diff to current |
2020-06-11 |
cloudwalk | Initial implementation of command flag system |
blob | commitdiff | raw | diff to current |
2020-06-08 |
cloudwalk | Reimpl. the cvar alias system. Reimpl. the cvar hash... |
blob | commitdiff | raw | diff to current |
2020-06-08 |
cloudwalk | Revert the cvar alias system, as a checkpoint pending... |
blob | commitdiff | raw | diff to current |
2020-06-06 |
cloudwalk | Rename a few of the fake loss and fake latency cvars |
blob | commitdiff | raw | diff to current |
2020-06-04 |
cloudwalk | Fix a few compile warnings from clang |
blob | commitdiff | raw | diff to current |
2020-05-26 |
cloudwalk | Change the ping calculation back. It wasn't necessary... |
blob | commitdiff | raw | diff to current |
2020-05-25 |
cloudwalk | Don't query the master server when the menu isn't shown |
blob | commitdiff | raw | diff to current |
2020-05-25 |
cloudwalk | Calculate ping in the server list better. |
blob | commitdiff | raw | diff to current |
2020-05-25 |
cloudwalk | Implement Con_Error(f) and Con_Warn(f), error and warni... |
blob | commitdiff | raw | diff to current |
2020-05-20 |
cloudwalk | Make connections atomic. Disconnect before trying to... |
blob | commitdiff | raw | diff to current |
2020-05-18 |
cloudwalk | Add gameversion_[min,max] to CVAR_SERVER. |
blob | commitdiff | raw | diff to current |
2020-01-22 |
havoc | Fix one typo on rcon_secure_maxdiff - added CVAR_SAVE... |
blob | commitdiff | raw | diff to current |
2020-01-22 |
havoc | cvars are now instanced in &cvars_all as a tracking... |
blob | commitdiff | raw | diff to current |
2020-01-21 |
havoc | Split the global cmd interpreter into 4 separate ones... |
blob | commitdiff | raw | diff to current |
2020-01-09 |
havoc | Correct names in credits and make them more consistent. |
blob | commitdiff | raw | diff to current |
2020-01-09 |
havoc | Corrected names in credits to be more accurate and... |
blob | commitdiff | raw | diff to current |
2017-04-26 |
divverent | rcon server: add an explicit check against empty passwo... |
blob | commitdiff | raw | diff to current |
2016-09-10 |
havoc | Fix MSVC++ 2015 warnings about variable scope and some... |
blob | commitdiff | raw | diff to current |
2016-07-20 |
divverent | Stop using bytes >= 128 in format strings. They break... |
blob | commitdiff | raw | diff to current |
2016-06-27 |
divverent | Add a cvar net_sourceaddresscheck (default 1) to ignore... |
blob | commitdiff | raw | diff to current |
2016-03-16 |
havoc | Changed master server IP addresses back to hostnames... |
blob | commitdiff | raw | diff to current |
2015-08-03 |
divverent | Compile with IPv6 support by default |
blob | commitdiff | raw | diff to current |
2015-03-05 |
divverent | Fix warnings. |
blob | commitdiff | raw | diff to current |
2015-03-02 |
divverent | Just in case, make QW sequence numbers unsigned too. |
blob | commitdiff | raw | diff to current |
2015-03-02 |
divverent | Fix a VERY LONG loop caused by high unreliable sequence... |
blob | commitdiff | raw | diff to current |
2015-03-02 |
divverent | Fix warnings for missing prototypes. |
blob | commitdiff | raw | diff to current |
2015-02-09 |
divverent | Crypto: handle properly whether the a server key is... |
blob | commitdiff | raw | diff to current |
2015-02-04 |
divverent | Make vabuf static in rcon authentication check as it... |
blob | commitdiff | raw | diff to current |
2014-05-29 |
havoc | Fixed a large number of WIN64 type conversion warnings. |
blob | commitdiff | raw | diff to current |
2014-03-16 |
havoc | changed dpmaster.deathmask.net ip4 address, added ip6... |
blob | commitdiff | raw | diff to current |
2014-01-24 |
divverent | Fix some d0_blind_id related bugs: |
blob | commitdiff | raw | diff to current |
2014-01-03 |
divverent | Unbreak most of sv_ratelimitlocalplayer. |
blob | commitdiff | raw | diff to current |
2013-10-11 |
divverent | Netconn: when an encrypted connection is used, randomly... |
blob | commitdiff | raw | diff to current |
2013-10-10 |
divverent | Add SLIF_CATEGORY for the server list, and a menu QC... |
blob | commitdiff | raw | diff to current |
2013-09-26 |
havoc | added GAME_SSAMMO |
blob | commitdiff | raw | diff to current |
2013-09-19 |
divverent | Rework game specific hacks to have a special group... |
blob | commitdiff | raw | diff to current |
2013-08-03 |
divverent | Revert "Revert "Build in subdirs"", as the issues seem... |
blob | commitdiff | raw | diff to current |
2013-07-13 |
divverent | New rate burst handling; cvars: cl_rate_burstsize,... |
blob | commitdiff | raw | diff to current |
2013-05-25 |
divverent | Implement DSCP for ToS according to RFC2474 / RFC4594 |
blob | commitdiff | raw | diff to current |
2013-04-16 |
divverent | ipv6 dpmaster.sudo.rm-f.org has moved |
blob | commitdiff | raw | diff to current |
2013-01-02 |
divverent | server: ignore out of order prespawn/spawn/begin commands |
blob | commitdiff | raw | diff to current |
2012-03-16 |
divverent | fix a typo in challenge flood protection |
blob | commitdiff | raw | diff to current |
2012-03-13 |
divverent | fix an unlikely crypto downgrade attack found during... |
blob | commitdiff | raw | diff to current |
2012-03-13 |
divverent | also block floods of getstatus, getinfo, getchallenge |
blob | commitdiff | raw | diff to current |
2012-02-23 |
divverent | I moved the IPv6 master server to another server. Sorry... |
blob | commitdiff | raw | diff to current |
2012-02-10 |
divverent | fix two seriously wrong memset calls possibly causing... |
blob | commitdiff | raw | diff to current |
2011-11-23 |
divverent | crypto: some simplifications; also apply policies prope... |
blob | commitdiff | raw | diff to current |
2011-11-02 |
divverent | fix some typos |
blob | commitdiff | raw | diff to current |
2011-11-01 |
divverent | Crypto_LoadKeys: make the caller responsible for the... |
blob | commitdiff | raw | diff to current |
2011-11-01 |
divverent | Command line: -sessionid, cvars: locksession, (R/O... |
blob | commitdiff | raw | diff to current |
2011-10-22 |
havoc | major overhaul for thread-safety - many global variable... |
blob | commitdiff | raw | diff to current |
2011-10-17 |
havoc | added sv_threaded cvar, the server can now be moved... |
blob | commitdiff | raw | diff to current |
2011-08-23 |
divverent | fix gameversion logic :( |
blob | commitdiff | raw | diff to current |
2011-08-05 |
havoc | fix typos |
blob | commitdiff | raw | diff to current |
2011-08-05 |
havoc | don't depend on ptrdiff_t |
blob | commitdiff | raw | diff to current |
2011-07-09 |
havoc | changed qwmasters - kubus.rulez.pl is down, added qwmas... |
blob | commitdiff | raw | diff to current |
2011-05-09 |
havoc | reworked PRVM_EDICTFIELD* and PRVM_GLOBALFIELD* usage... |
blob | commitdiff | raw | diff to current |
2011-01-30 |
divverent | sv_status_privacy: also apply to CCREQ_PLAYER_INFO |
blob | commitdiff | raw | diff to current |
2010-11-18 |
havoc | for purposes of better compatibility with proquake... |
blob | commitdiff | raw | diff to current |
2010-11-18 |
havoc | added server support for proquake rcon when running... |
blob | commitdiff | raw | diff to current |
2010-10-17 |
divverent | fix two types to hopefulyl compile on MSVC |
blob | commitdiff | raw | diff to current |
2010-10-15 |
divverent | Cryptographic authentication support for the d0_blind_i... |
blob | commitdiff | raw | diff to current |
2010-10-06 |
divverent | fix another warning |
blob | commitdiff | raw | diff to current |
2010-10-06 |
divverent | adding my own IPv6 master server: dpmaster.div0.qc... |
blob | commitdiff | raw | diff to current |
2010-10-03 |
divverent | turn off the weird "%interface_name" thing in IPv6... |
blob | commitdiff | raw | diff to current |
2010-10-03 |
divverent | make IPv6 addresses actually work in server queries |
blob | commitdiff | raw | diff to current |
2010-09-05 |
divverent | reorganize sv_public code; add a level -3 that blocks... |
blob | commitdiff | raw | diff to current |
2010-09-04 |
divverent | Adding GAME_XONOTIC and recognizing xonotic executable... |
blob | commitdiff | raw | diff to current |
next |