]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - src/modules/m_abbreviation.cpp
Add CommandParser::GetCommands() and typedef CommandMap and use it instead of directl...
[user/henk/code/inspircd.git] / src / modules / m_abbreviation.cpp
2014-06-13 Attila MolnarAdd CommandParser::GetCommands() and typedef CommandMap...
2014-05-26 Attila MolnarSwitch to std::string::compare() from substr() in a...
2014-04-07 Attila MolnarMerge insp20
2014-01-21 Attila MolnarMerge insp20
2013-11-12 AdamUse WriteNumeric() everywhere we send numerics and...
2013-08-30 attilamolnarMerge insp20
2013-08-04 attilamolnarAutomatically attach modules to events
2013-07-04 Attila MolnarMerge pull request #574 from SaberUK/master+build-comme...
2013-07-04 Peter PowellRemove $Core and $Mod* comments apart from $ModDep.
2013-06-05 attilamolnarMerge insp20
2013-05-15 Attila MolnarMerge pull request #514 from SaberUK/master+virtual...
2013-05-15 Peter PowellTidy up keywords on module methods.
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-03-22 danieldgA few minor fixups
2010-01-18 danieldgPreCommand/PostCommand are local-only hooks
2010-01-11 brain...because every now and again, i have to do a massive...
2009-10-17 danieldgRemove dummy API_VERSION from Version constructor
2009-09-26 danieldgRemove InspIRCd* parameters and fields
2009-09-22 danieldgDescribe module purpose in /MODULES output
2009-09-02 danieldgModResult conversion: Change return type of all module...
2009-03-15 psychonUpdate all wiki links to point to the new wiki. This...
2009-02-16 w00tRemove redundant PriorityState, enum Priority does...
2009-01-02 w00tUpdate copyrights for 2009.
2008-08-25 w00tChange module versions to use a string instead of fixed...
2008-06-11 pippijnfixed some indentation and spacing in modules
2008-06-06 brainAbort on matchlist.length() > 450
2008-06-06 brainWhoops eat command not allow it
2008-06-06 brainIf we have > 10 matches to a command, abort and dont...
2008-06-06 brainOn ambiguous abbreviation, list all possibilities and...
2008-06-06 brainRemove excessive debug
2008-06-06 brainm_abbreviation completed. :)
2008-06-06 brainUpdate a header i left out
2008-06-06 brainAllow changing of command string and parameter vector...