aboutsummaryrefslogtreecommitdiff
path: root/src/modules/m_ircv3.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* | Change the syntax of FOREACH macros to be less dumb.Gravatar Adam2013-08-041-1/+1
* | Remove $Core and $Mod* comments apart from $ModDep.Gravatar Peter Powell2013-07-041-2/+0
* | Tidy up keywords on module methods.•••- 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. Gravatar Peter Powell2013-05-151-7/+7
* | Tidy up source files:•••- Use #pragma once instead of include guards. - Move header files in src/modules to include/modules. - Fixed various spacing issues. Gravatar Peter Powell2013-04-121-2/+2
* | Replace IS_AWAY() and IS_OPER() macros with User::IsAway() and User::IsOper()Gravatar attilamolnar2013-04-101-2/+2
|/
* Dynamically determine the size of the eventlist[] passed to Attach()•••m_sqlauth was attached to I_OnUserDisconnect but didn't provide a handler for it, remove Gravatar attilamolnar2012-12-021-1/+1
* Attach to events and register services in init()Gravatar attilamolnar2012-12-021-0/+4
* m_ircv3 Attach to OnRehashGravatar attilamolnar2012-10-231-2/+2
* m_ircv3 Fix away-notify not sending AWAY messages when somebody joins who is ...Gravatar attilamolnar2012-10-231-2/+29
* New module to support IRCv3 extras, namely account-notify, away-notify and ex...Gravatar attilamolnar2012-06-121-0/+214