Age | Commit message (Expand) | Author |
2014-02-22 | Add ModeParser::GetModes(), returns all user/chanmodes | Attila Molnar |
2014-02-20 | Add a ModeParser::FindMode() overload that takes a mode name and a mode type | Attila Molnar |
2013-11-12 | Use WriteNumeric() everywhere we send numerics and include the user's nick au... | Adam |
2013-09-08 | Automatically register ServiceProviders created by modules | attilamolnar |
2013-08-04 | Automatically attach modules to events | attilamolnar |
2013-07-04 | Remove $Core and $Mod* comments apart from $ModDep. | Peter Powell |
2013-07-01 | Replace hardcoded mode letters passed to IsModeSet() and GetModeParameter() w... | attilamolnar |
2013-06-13 | Introduce ModeProcessFlags, can be passed to ModeParser::Process() to indicat... | attilamolnar |
2013-05-15 | Tidy up keywords on module methods. | Peter Powell |
2013-05-15 | Replace some C-isms with C++-isms. | Peter Powell |
2012-12-02 | Dynamically determine the size of the eventlist[] passed to Attach() | attilamolnar |
2012-05-30 | Module description updates | Robby- |
2012-04-19 | Replace copyright headers with headers granting specific authors copyright | Robby- |
2010-03-06 | Fix mode Z being in the wrong section of the CHANMODES list | danieldg |
2010-03-05 | Register channel mode Z when enabled | danieldg |
2010-02-10 | Change display of PROP list to match the input format | danieldg |
2010-02-07 | Change PROP command format to accept multiple changes in one line | danieldg |
2010-02-06 | Add PROP command to m_namedmodes | danieldg |
2010-02-04 | Config updates from jdhore | danieldg |
2010-01-11 | ...because every now and again, i have to do a massive commit. | brain |
2009-10-22 | Display namedmodes on a single line | danieldg |
2009-10-16 | Clean up crash on destruction of statics at exit | danieldg |
2009-10-15 | Add m_namedmodes that adds pseudo-listmode Z that shows and manipulates modes... | danieldg |