Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-07-04 | Remove $Core and $Mod* comments apart from $ModDep. | Peter Powell | |
2013-05-15 | Tidy up keywords on module methods. | Peter Powell | |
- Remove virtual keyword from a ton of methods which don't need it. - Add override keyword to a ton of methods which do need it. | |||
2013-04-12 | Tidy up source files: | Peter Powell | |
- Use #pragma once instead of include guards. - Move header files in src/modules to include/modules. - Fixed various spacing issues. | |||
2013-04-10 | Replace IS_AWAY() and IS_OPER() macros with User::IsAway() and User::IsOper() | attilamolnar | |
2012-12-02 | Dynamically determine the size of the eventlist[] passed to Attach() | attilamolnar | |
m_sqlauth was attached to I_OnUserDisconnect but didn't provide a handler for it, remove | |||
2012-12-02 | Attach to events and register services in init() | attilamolnar | |
2012-10-23 | m_ircv3 Attach to OnRehash | attilamolnar | |
2012-10-23 | m_ircv3 Fix away-notify not sending AWAY messages when somebody joins who is ↵ | attilamolnar | |
away | |||
2012-06-12 | New module to support IRCv3 extras, namely account-notify, away-notify and ↵ | attilamolnar | |
extended-join CAPs |