aboutsummaryrefslogtreecommitdiffstats
path: root/code/server/sv_client.c
Commit message (Expand)AuthorAgeFilesLines
* Fix netcode inconsistency, thanks to /dev/humancontroller for the patch, see ...thilo2009-10-121-1/+1
* Fix circumventing sv_maxping restriction, thanks to Amanieu for reporting. ht...thilo2009-10-081-16/+33
* * Fix incorrect commenttma2009-10-051-1/+1
* When dropping bots, don't move to CS_ZOMBIE. Go straight to CS_FREE.icculus2009-09-151-5/+10
* Make servers echo challenge codes from client getchallenge commandsthilo2009-06-011-57/+64
* Revert changes of rand() to random() as random() was redefined in quake3.thilo2009-05-311-2/+1
* - Introduce seeding of the random number generator at startupthilo2009-05-311-1/+1
* - Introduce new NET_CompareBaseAdrMask for easy comparison of ip address rangesthilo2009-05-241-49/+3
* mark functions static (#4010)ludwig2009-05-081-6/+6
* fix STANDALONE challengeResponse (#4000)ludwig2009-03-021-5/+2
* security fix: prevent command injection via callvoteludwig2009-01-171-0/+1
* * Rename voip cvar to cl_voiptma2008-07-071-7/+7
* Changed the protocol for VoIP packets to support legacy clients.icculus2008-06-031-1/+23
* More VoIP work: treat voip/sv_voip cvars as protocol version numbers.icculus2008-06-021-1/+3
* Initial patch for in-game VoIP support!icculus2008-06-011-0/+202
* One minor comment fixthilo2008-04-121-2/+2
* - fix a potential file descriptor leak in server side of pak downloadingthilo2008-04-121-1/+94
* Add com_standalone cvar for at-runtime handling of mods that do not require t...thilo2008-04-101-2/+5
* Include #ifdef to make it easier to create a stand-alone binary.thilo2008-04-091-4/+7
* Basic IPv6 support. Some inspiration from the patches by Lubos Dolezel and JF...thilo2008-04-041-39/+49
* * Merge unified-sdl to trunktma2007-09-051-6/+0
* * (bug 3027) don't trust the "ip" value in the userinfo string since a clienttjw2007-02-141-16/+32
* * (bug 3014) my revision 935 broke the sending of the kick/clientkick messagetjw2007-02-011-2/+3
* - Fix loads of format string bugsthilo2007-01-241-10/+10
* fix buffer overflow and format string bug in auth server responseludwig2006-12-311-5/+2
* - tag more functions with gnu format attributeludwig2006-12-301-1/+1
* * (bug 2784) help to prevent reliable command overflow in cases when a slowtjw2006-10-131-0/+4
* * add cURL support for HTTP/FTP downloading (bug 2661)tjw2006-09-111-2/+7
* * sv_minRate (from R1CH)tma2006-06-171-0/+6
* Fixed missing initialization of idPack and missionPack variables which may re...thilo2006-05-151-1/+1
* Fix bug that permits download of arbitrary files from a download enabled serv...thilo2006-05-081-7/+45
* Fix "Net_CompareAdr: Bad address type" error message when starting a new map ...thilo2006-05-021-1/+1
* Replaced various "baseq3" strings with the centrally defined BASEGAME macro.thilo2006-04-261-1/+1
* 64bit fix: VM_Call return value is a pointerludwig2006-02-181-1/+1
* * General decrufting:tma2005-10-291-1/+1
* * Added STATUStma2005-10-291-1/+1
* * Fix to https://bugzilla.icculus.org/show_bug.cgi?id=2454tma2005-10-281-0/+7
* * Cap the maximum snaps a client can request at the server framerate rathertma2005-10-191-2/+2
* remove svn:executable propertyludwig2005-08-281-0/+0
* Ludwig's 1st diff: Some 64bit fixes for x86_64. Also fixes Makefile build.zakk2005-08-271-5/+5
* newlines fixedzakk2005-08-261-1531/+1531
* Itsa me, quake3io!zakk2005-08-261-0/+1531