]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - src/commands/cmd_restart.cpp
Remove out of date doc and fix typo in commands/cmd_*.cpp
[user/henk/code/inspircd.git] / src / commands / cmd_restart.cpp
2014-03-04 Attila MolnarRemove out of date doc and fix typo in commands/cmd_...
2014-01-31 Attila MolnarRemove a few unnecessary .c_str() calls
2014-01-25 Peter PowellConvert InspIRCd::PassCompare to return bool instead...
2014-01-21 Attila MolnarMerge insp20
2013-08-30 attilamolnarMerge insp20
2013-06-05 attilamolnarMerge insp20
2013-05-22 Attila MolnarMerge pull request #545 from SaberUK/master+logging...
2013-05-19 Peter PowellFix spacing in calls to LogManager::Log.
2013-04-27 attilamolnarMerge insp20
2013-04-12 Attila MolnarMerge pull request #488 from SaberUK/master+loglevel...
2013-04-12 Peter PowellAdd LOG_ prefix to the log level enum values.
2012-10-21 attilamolnarFix /RESTART not closing file descriptors
2012-10-21 attilamolnarMake better use of User::GetFullRealHost()
2012-05-14 Robin BurchellMerge pull request #109 from Justasic/insp20
2012-05-03 Robin BurchellMerge pull request #96 from Justasic/insp20
2012-04-23 Robin BurchellMerge pull request #92 from Robby-/insp20-headers
2012-04-19 Robby-Replace copyright headers with headers granting specifi...
2010-06-12 Daniel De GraafQuick fix for /RESTART crashing
2010-01-11 brain...because every now and again, i have to do a massive...
2009-09-16 danieldgAttempt to revert r11734
2009-09-16 danieldgMerge commands and modules in source, since they are...
2009-09-13 danieldgClean up Command constructor
2009-09-03 danieldgChange cmd_*.so to use the Module object API
2009-05-02 danieldgGlobally route "a" snotices for more modules. Patch...
2009-04-16 w00tConvert snomask 'A' into snomask 'a' for local announce...
2009-03-15 psychonUpdate all wiki links to point to the new wiki. This...
2009-01-02 w00tUpdate copyrights for 2009.
2008-05-19 brainConvert connection::host
2008-05-18 aquanightMake User:: nick/ident/dhost/fullname and some other...
2008-05-04 brainConversion of command handler params from "const char...
2008-02-22 aquanightConvert remaining InspIRCd::Log() calls to new logging...
2008-02-20 brainWheee, mass commit! this adds const stafety, throwing...
2008-01-27 aquanightChange API OnOperCompare to OnPassCompare, password...
2008-01-17 w00tFix.. snomask O is already taken (ffs) so use A instead
2008-01-17 w00tStart converting WriteOpers calls into snomask 'O'...
2008-01-10 w00tHeader update: 2007 -> 2008
2007-10-23 brainAll the core is now pedantic safe!
2007-10-22 w00tMove cmd_*.cpp to src/commands/. Not done in the nicest...