| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | | Convert the account login event to use the new cross-module event system | 2015-02-11 | 1 | -18/+16 | ||
| * | | m_ircv3 Implement WriteNeighboursWithExt() using User::ForEachNeighbor() | 2015-01-24 | 1 | -38/+20 | ||
| * | | Remove typedef UserMembCIter, use Channel::MemberMap::const_iterator instead | 2014-07-14 | 1 | -2/+2 | ||
| * | | Rename UserMembList to Channel::MemberMap, switch all code to use it | 2014-07-14 | 1 | -4/+4 | ||
| * | | Change return type of Channel::GetUsers() to reference from pointer as it is ... | 2014-07-14 | 1 | -6/+6 | ||
| * | | Convert UserChanList to an intrusively linked list | 2014-01-24 | 1 | -3/+3 | ||
| * | | Replace OnRehash() with ReadConfig() that is called on boot, on module load a...•••This eliminates the need for calling OnRehash() in init() | 2013-08-30 | 1 | -6/+1 | ||
| * | | Merge insp20 | 2013-08-30 | 1 | -1/+1 | ||
| |\| | ||||||
| | * | Update example configs, README.md and more•••- Fix typos, remove misleading information, rephrase a few sentences - Add info about hmac-<hash> hash types - Remove <performance:maxwho> (the code which used this was removed in 96e4434 - @SaberUK) - Change inspircd.github.org to inspircd.org | 2013-08-27 | 1 | -1/+1 | ||
| * | | Automatically attach modules to events | 2013-08-04 | 1 | -2/+0 | ||
| * | | Change the syntax of FOREACH macros to be less dumb. | 2013-08-04 | 1 | -1/+1 | ||
| * | | Remove $Core and $Mod* comments apart from $ModDep. | 2013-07-04 | 1 | -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. | 2013-05-15 | 1 | -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. | 2013-04-12 | 1 | -2/+2 | ||
| * | | Replace IS_AWAY() and IS_OPER() macros with User::IsAway() and User::IsOper() | 2013-04-10 | 1 | -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 | 2012-12-02 | 1 | -1/+1 | ||
| * | Attach to events and register services in init() | 2012-12-02 | 1 | -0/+4 | ||
| * | m_ircv3 Attach to OnRehash | 2012-10-23 | 1 | -2/+2 | ||
| * | m_ircv3 Fix away-notify not sending AWAY messages when somebody joins who is ... | 2012-10-23 | 1 | -2/+29 | ||
| * | New module to support IRCv3 extras, namely account-notify, away-notify and ex... | 2012-06-12 | 1 | -0/+214 | ||
