]> icculus.org git repositories - divverent/nexuiz.git/history - data/qcsrc/server/ipban.qc
add a crude version of <math.h> to QC
[divverent/nexuiz.git] / data / qcsrc / server / ipban.qc
2009-11-03 div0fix a pseudo leak
2009-04-23 div0remove all 2.4.2 compatibility code (do not merge this...
2009-04-22 div0fix a bug in a dprint :P
2009-04-22 div0hopefully fix IP ban list reading
2009-04-22 div0more ipban message fixes
2009-04-22 div0add more messages to ipban system
2009-04-21 div0ipban: add some debug code
2009-04-10 div0handle the empty ban list without error message spam
2009-04-10 div0fix an error message in banlist processing
2008-12-19 div0fix doors with origin brush
2008-12-18 div0bug fix
2008-12-18 div0ipban: enforce always
2008-12-16 div0ipban update
2008-12-15 div0ipban:
2008-12-15 div0banlist: why -> reason, : -> ;
2008-12-14 div0hopefulyl working kickban parsing with optional ban...
2008-12-14 div0fix ban enforcing
2008-12-14 div0always add a hostname= parameter to CGI script queries
2008-12-14 div0improve kickban display
2008-12-12 div0multiple online ban lists (URIs separated by space...
2008-12-12 div0do not network bans without reason, or by vcall votes
2008-12-10 div0add ipban protocol description
2008-12-10 div0added a simple way to sync ban lists online via a http...
2008-12-10 div0fix warnings; add some empty URI Get callback
2008-12-10 div0add possibly working Kickbanned: reason message to...
2008-12-10 div0add (currently unused) reason to the kickban command...
2008-10-11 div0Experimental new tokenizer (should now be 1:1 compatibl...
2008-09-19 esteelcheck ip ban in say/teamsay too as to make banned peopl...
2008-08-30 div0get rid of ServerConsoleEcho workaround; fix a remote...
2008-02-21 div0make use of edict_num instead of nextent() loops
2007-06-26 div0make ban list for no bans "" and not "1", less irritati...
2007-06-26 div0ip ban code: minor bugfixes
2007-06-26 div0banning, kicking and banning in voting, some display...