Age | Commit message (Expand) | Author |
2019-04-28 | Textual improvements and fixes such as typos, casing, etc. (#1612) | Robby |
2019-04-18 | Remove CXX11_OVERRIDE from some non-overrides. | Peter Powell |
2019-04-16 | Update trivially-modifiable modules to handle tag messages. | Peter Powell |
2018-12-09 | Allow users on an accept list to bypass the +R user mode. | Peter Powell |
2018-08-14 | Fix a bunch more conflicting/unnamed numerics. | Peter Powell |
2018-04-08 | Include modules/whois.h directly from files that use it. | Peter Powell |
2018-01-06 | Rework message handling. | Peter Powell |
2017-12-09 | Add names for a bunch more numerics. | Peter Powell |
2017-11-21 | Add the override keyword in places that it is missing. | Peter Powell |
2017-11-13 | Only subclass Simple{Channel,User}ModeHandler when necessary. | Peter Powell |
2017-10-21 | Add a helper function for calling the OnCheckExemption event. | Peter Powell |
2017-10-11 | Add a constant for the 477 numeric (ERR_NEEDREGGEDNICK). | Peter Powell |
2017-10-11 | Send RPL_LOGGEDOUT to clients when they log out of their account. | Peter Powell |
2017-03-20 | Move the OnCheckExemption hook out of the core. | Peter Powell |
2016-08-22 | m_services_account Detect nickname case changes by using FindNickOnly() | Attila Molnar |
2016-02-25 | Convert WhoisContext::SendLine() calls to pass the parameters of the numeric ... | Attila Molnar |
2016-02-25 | Convert WriteNumeric() calls to pass the parameters of the numeric as method ... | Attila Molnar |
2015-11-26 | m_services_account Handle FORMAT_INTERNAL when unserializing the accountname | Attila Molnar |
2015-06-02 | Fix incomplete conversion to the new whois system noticed by @SaberUK | Attila Molnar |
2015-04-28 | Move OnWhois* events to core_whois, add Whois::Context | Attila Molnar |
2015-04-28 | Prepend target user nick to whois numerics in InspIRCd::SendWhoisLine() | Attila Molnar |
2015-02-11 | Convert the account login event to use the new cross-module event system | Attila Molnar |
2015-01-18 | m_services_account Replace dynamic_cast with static_cast as we know the objec... | Attila Molnar |
2015-01-18 | Specify which Extensible subclass an ExtensionItem is valid for | Attila Molnar |
2014-09-05 | m_services_account Fix uninitialized variable usage introduced by insp20 merg... | Attila Molnar |
2014-09-04 | m_services_account Call ModeHandler::RemoveMode() instead of duplicating code | Attila Molnar |
2014-04-09 | m_services_account Remove now needless workaround added to 2.0 to display the... | Attila Molnar |
2014-01-23 | Remove whitespace and minor style changes | Attila Molnar |
2014-01-21 | Merge insp20 | Attila Molnar |
2014-01-20 | m_services_account Add workaround for wrong host being displayed in numeric w... | Attila Molnar |
2013-11-12 | Use WriteNumeric() everywhere we send numerics and include the user's nick au... | Adam |
2013-09-15 | Work around STB_GNU_UNIQUE symbols not allowing module unmap | attilamolnar |
2013-09-15 | m_services_account Remove OnDecodeMetaData handler | attilamolnar |
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-20 | Remove OnUserPreNotice and OnUserNotice hooks, add MessageType argument to On... | attilamolnar |
2013-05-15 | Tidy up keywords on module methods. | Peter Powell |
2013-04-28 | Merge insp20 | attilamolnar |
2013-04-13 | OnUserPreJoin is a local-only hook, change User* parameter to LocalUser* | attilamolnar |
2013-04-12 | Tidy up source files: | Peter Powell |
2013-04-11 | Convert ISUPPORT to use a map instead of a string. | Peter Powell |
2013-04-09 | Remove some uline checks that ran after an IS_LOCAL() check | attilamolnar |
2013-04-01 | Whitespace and empty destructor removal, minor coding style changes | attilamolnar |
2013-04-01 | Change channel name parameter of Module::OnUserPreJoin() and Channel::JoinUse... | attilamolnar |
2012-12-02 | Register all commands, modes and extensions using AddService() | attilamolnar |
2012-12-02 | Dynamically determine the size of the eventlist[] passed to Attach() | attilamolnar |
2012-11-19 | m_remove, m_services_account Don't check whether nicks are u-lined, checking ... | attilamolnar |