]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - src/commands/cmd_kline.cpp
Remove out of date doc and fix typo in commands/cmd_*.cpp
[user/henk/code/inspircd.git] / src / commands / cmd_kline.cpp
2014-03-04 Attila MolnarRemove out of date doc and fix typo in commands/cmd_...
2014-01-21 Attila MolnarMerge insp20
2013-12-15 Attila MolnarMerge pull request #708 from SaberUK/master+development...
2013-12-15 AdamMerge pull request #689 from SaberUK/master+cxxify
2013-12-15 Peter PowellMake various self contained methods static.
2013-08-30 attilamolnarMerge insp20
2013-06-05 attilamolnarMerge insp20
2013-05-14 Attila MolnarMerge pull request #523 from SaberUK/master+server...
2013-05-14 Peter PowellAdd method for writing server notices.
2013-04-27 attilamolnarMerge insp20
2013-04-03 attilamolnarConvert InspIRCd::Duration() to be static
2012-12-15 attilamolnarAdd IS_SERVER() and REG_ALL checks to (mostly oper...
2012-09-30 attilamolnarFix more undefined behavior caused by referencing the...
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-01-11 brain...because every now and again, i have to do a massive...
2009-09-26 danieldgRemove InspIRCd* parameters and fields
2009-09-16 danieldgAttempt to revert r11734
2009-09-16 danieldgMerge commands and modules in source, since they are...
2009-09-14 danieldgIntroduce "X" snomask for remote *:line messages [patch...
2009-09-13 danieldgClean up Command constructor
2009-09-03 danieldgChange cmd_*.so to use the Module object API
2009-03-15 psychonUpdate all wiki links to point to the new wiki. This...
2009-02-14 peaveyNuke trailing spaces
2009-01-02 w00tUpdate copyrights for 2009.
2008-10-26 brainFix obvious oversight spotted by Ankit, provide xline...
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-20 brainWheee, mass commit! this adds const stafety, throwing...
2008-02-11 w00tFix trampling on memory in Z/G/K/ELine.
2008-02-10 w00tCorrectly rewrite bans in 1.2 also, and make zline...
2008-02-10 w00tMake K|G|Z|ELine actually work with a nickname target...
2008-01-10 w00tHeader update: 2007 -> 2008
2007-11-10 brainAllow eline/gline/kline/zline by nick
2007-11-02 brainTidy up, and make the identifer for a line type be...
2007-10-31 brainFix up to pass User*
2007-10-31 brainMore fixes
2007-10-31 brainMake /gline etc compile with new methods
2007-10-29 brainCompile fixes
2007-10-28 w00tPERL PIE FOR ALL: Rename a fuckload of XLineManager...
2007-10-28 w00t- Tear out a useless load of XLine clutters that did...
2007-10-22 w00tMove cmd_*.cpp to src/commands/. Not done in the nicest...