summaryrefslogtreecommitdiff
path: root/src/server
AgeCommit message (Expand)Author
2017-03-09remove the crappy "argument sanitization" workaround/dev/humancontroller
2017-03-09implement the entity 64-bit client-masking extension/dev/humancontroller
2017-03-09stop using PERS_SCORE from the server component/dev/humancontroller
2017-03-09remove the default setting of sv_dlUrl/dev/humancontroller
2017-03-09do not publish gamestats/dev/humancontroller
2017-02-08add missing trailing '\n's from strings to execute; add double quotes around .../dev/humancontroller
2017-02-08protect the server against division by 0 in case of certain client rate and s.../dev/humancontroller
2017-02-07protect the server against the game module passing OOB passEntityNum values (.../dev/humancontroller
2016-04-09Merge branch 'master' into gppTim Angus
2016-04-07Make it compileTim Angus
2016-04-07Use Opus for VoIPZack Middleton
2016-04-07sayto cmd with player name completionPan7
2015-06-08change the serverlist-querying methods to be compatible with the current depl.../dev/humancontroller
2015-03-17Fix case where interval overflows (thanks jackeri)Tim Angus
2014-06-17Fix sending pk3 download error messages to clientsZack Middleton
2014-06-17restart the renderer after the hunk mark has been setAnthony Pesch
2014-06-17Remove extra client_t::csUpdated[] slotZack Middleton
2014-06-17Remove unused models from server_tZack Middleton
2014-06-17Rate limit getchallengeTim Angus
2013-05-31reduce the amount of compiler warnings for variable shadowing/dev/humancontroller
2013-02-16Update copyright noticesTim Angus
2013-02-16Unify/cleanup max snapshot entities on client and serverZack Middleton
2013-01-15Remove a bunch of LEGACY_PROTOCOL blocksTim Angus
2013-01-12Fix clients being able to reset their player state and respawn using donedl.Zack Middleton
2013-01-12Fix server ignoring client move commands if voip data is included.Zack Middleton
2013-01-12Add length check here as well, thanks EnsiformThilo Schulz
2013-01-12Change more operator commands to require sv_running to be usable. Patch by En...Zack Middleton
2013-01-12prevent using getinfo as an amplifier for DDOS attacks (#5678). Patch by DevHCThilo Schulz
2013-01-12Fixed comment in server.h (ent->v.absmax to ent->r.absmax).Zack Middleton
2013-01-12fix some typosZack Middleton
2013-01-12add a missing '\n', remove some unwanted onesZack Middleton
2013-01-12Add the new ioquake3 master server as standard for sv_master2Thilo Schulz
2013-01-10<Ensiform> Thilo: http://pastebin.com/2UUmSCQK fixes point contents on the se...Thilo Schulz
2013-01-10Allow VM_Restart to load unpure qagame.qvm so that local server won't crash a...Thilo Schulz
2013-01-10Require gamename if not supporting legacy protocol.Zack Middleton
2013-01-10- Switch master server protocol to dpmaster for better game separation. Based...Thilo Schulz
2013-01-10Bug 5094 - Code cleanup, patch by Zack Middleton and DevHC. Fixes unused-but-...Thilo Schulz
2013-01-10- Apply parts of Ben Millwood's target bitfield patch (#3787) - Fix Ryan's FI...Thilo Schulz
2013-01-10Bug 4812 - GCC __attribute__ annotations for printf, non-returning functions ...Thilo Schulz
2013-01-10Fix delta compression breaking due to packet queuingThilo Schulz
2013-01-10Fix legacy protocol with new packet queueingThilo Schulz
2013-01-10Fix compile for USE_VOIP=0Thilo Schulz
2013-01-10Move rate limiting / queued packet sending logic from Com_Frame() to sv_main.cThilo Schulz
2013-01-10Have server send protocol version in challengeResponse so protocol negotiatio...Thilo Schulz
2013-01-10- Revert back to Z_Malloc from Hunk_FreeTempMemory introduced in r2077 as Hun...Thilo Schulz
2013-01-10- Forgot to mention: last rev (2077) bumped default protocol version to 70 - ...Thilo Schulz
2013-01-10- Improve snapshot rate and data rate control - Make server send packet fragm...Thilo Schulz
2013-01-10- Implement dual protocol support (#4962) - Fix several UDP spoofing security...Thilo Schulz
2013-01-10- Greatly improve UDP downloading speed for clients - Add download rate contr...Thilo Schulz
2013-01-10- Add better protection against DoSing connecting users from connecting - Hav...Thilo Schulz