]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - src/modules/m_dccallow.cpp
Header update: 2007 -> 2008
[user/henk/code/inspircd.git] / src / modules / m_dccallow.cpp
2008-01-10 w00tHeader update: 2007 -> 2008
2007-11-04 brainRemove Implements() method from every module. booya.
2007-11-04 brainConvert all to new Attach() system. The Implements...
2007-10-21 w00tAnother big commit, just to please all my fans out...
2007-10-15 w00tIn the grand tradition of huge fucking commits:
2007-10-15 w00tclass command_t -> class Command. Whey :D
2007-08-28 w00tDELETE() -> delete
2007-08-27 w00tAdd a metric assload of TRANSLATE macros to modules.
2007-08-27 w00tRemove unnecessary header traffic
2007-08-03 w00tAdd VF_COMMON to a lot modules which require it. Report...
2007-07-16 peaveyOOPS! We try again, since I'm smoking craq. LF is 0x0a...
2007-07-16 peavey'svn propset -R svn:eol-style CR *' Set to UNIX-style...
2007-07-03 pippijnRemoved superfluous semicolons
2007-06-17 w00tConversions
2007-06-05 brainSexeger!
2007-05-21 brainHeader rearrangement, move inspircd.h to top, remove...
2007-05-19 w00tWindows support. Tested and working to compile on freeb...
2007-05-17 brainFix broken return statements preventing blockchat and...
2007-05-11 w00tLast commit of that batch: Fix some returncodes (some...
2007-03-15 brainAdd third parameter to OnUserQuit (quit reason for...
2007-02-20 peaveyMake these vendor modules.
2007-02-18 brainEliminate some string copies, tidy some code, and rever...
2007-02-07 brainFix for bug #205 reported by nenolod (modules that...
2007-01-17 brainMass comment removal.
2007-01-01 brainFix to allow for OnRehash to know what user initiated...
2006-12-15 w00tRemove global namespacing, makes modules compile FASTAH...
2006-11-26 brainAdd extra parameter to OnUserPreNotice and OnUserPrePri...
2006-10-20 brainConst refs
2006-10-19 brainInsert massive change here.
2006-10-16 brainAlways allow a user to dcc themselves
2006-10-16 brainIdea from nenolod, dont allow you to add yourself to...
2006-10-16 brainMake parameter count checks more readable
2006-10-16 brainFix checks on duration, this isnt valid, you cant compa...
2006-10-16 brainUpdate syntax help to include HELP and LIST
2006-10-16 brainyou can't compare userrec::nick with ==, its a char...
2006-10-16 brainif (dl) { do_something() } else { delete dl; } ???
2006-10-16 brainIndents all fixed, its all tabs now. Next person i...
2006-10-16 brainMore crashbug fixage, half way through indent fix
2006-10-16 brainThis compiles again now -- would have been very unstabl...
2006-10-16 brainReadFlag, oops
2006-10-16 brainAURGH 4 space indents :/
2006-10-16 brainGACK! you cannot ConfigReader::ReadValue to a const...
2006-10-16 brainFix: DCC types (CHAT/SEND) are case insensitive
2006-10-16 brain1. Tidy up craq (two strcmps, lowercase and uppercase...
2006-10-16 jamieAdd m_dccallow module and detail configuration in inspi...