| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Convert all core ExtensionItem code away from {un,}serialize. | 2019-08-07 | 1 | -7/+7 | |
| | | |||||
| * | Replace large if/else blocks for target.type with switches (#1668). | 2019-06-24 | 1 | -20/+27 | |
| | | |||||
| * | Textual improvements and fixes such as typos, casing, etc. (#1612) | 2019-04-28 | 1 | -2/+2 | |
| | | |||||
| * | Remove CXX11_OVERRIDE from some non-overrides. | 2019-04-18 | 1 | -1/+1 | |
| | | |||||
| * | Update trivially-modifiable modules to handle tag messages. | 2019-04-16 | 1 | -2/+17 | |
| | | |||||
| * | Allow users on an accept list to bypass the +R user mode. | 2018-12-09 | 1 | -15/+24 | |
| | | | | | As implemented in ircd-seven and possibly other servers. | ||||
| * | Fix a bunch more conflicting/unnamed numerics. | 2018-08-14 | 1 | -2/+2 | |
| | | |||||
| * | Include modules/whois.h directly from files that use it. | 2018-04-08 | 1 | -0/+1 | |
| | | |||||
| * | Rework message handling. | 2018-01-06 | 1 | -5/+5 | |
| | | | | | | | | | | | | | | - Move all message-related types to their own header to make moving them to a cross-module events easier. - Rename OnUserMessage to OnUserPostMessage. - Rename OnText to OnUserMessage. - Replace the dest, target_type, and status parameters with the MessageTarget class. - Replace the text, exempt_list, and msgtype parameters with the MessageDetails struct. - Add echooriginal and originaltext to the MessageDetails struct to allow spam filtering to not be broken by cap echo-message. | ||||
| * | Add names for a bunch more numerics. | 2017-12-09 | 1 | -2/+8 | |
| | | |||||
| * | Add the override keyword in places that it is missing. | 2017-11-21 | 1 | -3/+3 | |
| | | | | | GCCs warnings for this are much better than Clangs. | ||||
| * | Only subclass Simple{Channel,User}ModeHandler when necessary. | 2017-11-13 | 1 | -28/+8 | |
| | | |||||
| * | Add a helper function for calling the OnCheckExemption event. | 2017-10-21 | 1 | -2/+1 | |
| | | |||||
| * | Add a constant for the 477 numeric (ERR_NEEDREGGEDNICK). | 2017-10-11 | 1 | -3/+6 | |
| | | |||||
| * | Send RPL_LOGGEDOUT to clients when they log out of their account. | 2017-10-11 | 1 | -5/+16 | |
| | | |||||
| * | Move the OnCheckExemption hook out of the core. | 2017-03-20 | 1 | -1/+5 | |
| | | |||||
| * | m_services_account Detect nickname case changes by using FindNickOnly() | 2016-08-22 | 1 | -1/+1 | |
| | | | | | Gets rid of assign() | ||||
| * | Convert WhoisContext::SendLine() calls to pass the parameters of the numeric ↵ | 2016-02-25 | 1 | -2/+2 | |
| | | | | | as method parameters | ||||
| * | Convert WriteNumeric() calls to pass the parameters of the numeric as method ↵ | 2016-02-25 | 1 | -7/+6 | |
| | | | | | parameters | ||||
| * | m_services_account Handle FORMAT_INTERNAL when unserializing the accountname | 2015-11-26 | 1 | -0/+5 | |
| | | | | | Skip sending the numeric and firing the OnAccountChange event | ||||
| * | Fix incomplete conversion to the new whois system noticed by @SaberUK | 2015-06-02 | 1 | -3/+5 | |
| | | |||||
| * | Move OnWhois* events to core_whois, add Whois::Context | 2015-04-28 | 1 | -5/+5 | |
| | | | | | Remove InspIRCd::SendWhoisLine() | ||||
| * | Prepend target user nick to whois numerics in InspIRCd::SendWhoisLine() | 2015-04-28 | 1 | -2/+2 | |
| | | |||||
| * | Convert the account login event to use the new cross-module event system | 2015-02-11 | 1 | -7/+6 | |
| | | |||||
| * | m_services_account Replace dynamic_cast with static_cast as we know the ↵ | 2015-01-18 | 1 | -3/+1 | |
| | | | | | object is a User | ||||
| * | Specify which Extensible subclass an ExtensionItem is valid for | 2015-01-18 | 1 | -1/+1 | |
| | | |||||
| * | m_services_account Fix uninitialized variable usage introduced by insp20 ↵ | 2014-09-05 | 1 | -0/+1 | |
| | | | | | merge e244cb2c63b1ac1d85bdbb4691f7b1bd940ae804 | ||||
| * | m_services_account Call ModeHandler::RemoveMode() instead of duplicating code | 2014-09-04 | 1 | -6/+1 | |
| | | |||||
| * | m_services_account Remove now needless workaround added to 2.0 to display ↵ | 2014-04-09 | 1 | -29/+2 | |
| | | | | | the correct host when cgiirc users log in using SASL | ||||
| * | Remove whitespace and minor style changes | 2014-01-23 | 1 | -1/+0 | |
| | | |||||
| * | Merge insp20 | 2014-01-21 | 1 | -6/+35 | |
| |\ | |||||
| | * | m_services_account Add workaround for wrong host being displayed in numeric ↵ | 2014-01-20 | 1 | -2/+31 | |
| | | | | | | | | | when cgiirc users log in using SASL | ||||
| | * | Work around STB_GNU_UNIQUE symbols not allowing module unmap | 2013-09-15 | 1 | -5/+6 | |
| | | | |||||
| * | | Use WriteNumeric() everywhere we send numerics and include the user's nick ↵ | 2013-11-12 | 1 | -9/+9 | |
| | | | | | | | | | automatically | ||||
| * | | m_services_account Remove OnDecodeMetaData handler | 2013-09-15 | 1 | -33/+34 | |
| | | | | | | | | | Override StringExtItem::unserialize() instead | ||||
| * | | Automatically register ServiceProviders created by modules | 2013-09-08 | 1 | -6/+0 | |
| | | | |||||
| * | | Automatically attach modules to events | 2013-08-04 | 1 | -4/+0 | |
| | | | |||||
| * | | Remove $Core and $Mod* comments apart from $ModDep. | 2013-07-04 | 1 | -2/+0 | |
| | | | |||||
| * | | Replace hardcoded mode letters passed to IsModeSet() and GetModeParameter() ↵ | 2013-07-01 | 1 | -9/+9 | |
| | | | | | | | | | with ModeHandlers, part 1 | ||||
| * | | Introduce ModeProcessFlags, can be passed to ModeParser::Process() to ↵ | 2013-06-13 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | | indicate local only mode changes and mode merges Change ProtocolInterface::SendMode() to take source and destination parameters, and call it from the mode parser whenever the mode change is global This deprecates the ambiguous InspIRCd::SendMode() and InspIRCd::SendGlobalMode() interface (the latter sent mode changes originating from local users twice, etc.) | ||||
| * | | Remove OnUserPreNotice and OnUserNotice hooks, add MessageType argument to ↵ | 2013-05-20 | 1 | -7/+2 | |
| | | | | | | | | | | | | | OnUserMessage and OnUserPreMessage All modules (except m_nonotice) that perform filtering on messages have common logic for handling PRIVMSGs and NOTICEs and most of them run the exact same code in both cases | ||||
| * | | Tidy up keywords on module methods. | 2013-05-15 | 1 | -11/+11 | |
| | | | | | | | | | | | - 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. | ||||
| * | | Merge insp20 | 2013-04-28 | 1 | -14/+2 | |
| |\| | |||||
| | * | Remove some uline checks that ran after an IS_LOCAL() check | 2013-04-09 | 1 | -14/+2 | |
| | | | |||||
| * | | OnUserPreJoin is a local-only hook, change User* parameter to LocalUser* | 2013-04-13 | 1 | -4/+1 | |
| | | | |||||
| * | | Tidy up source files: | 2013-04-12 | 1 | -1/+1 | |
| | | | | | | | | | | | | | - Use #pragma once instead of include guards. - Move header files in src/modules to include/modules. - Fixed various spacing issues. | ||||
| * | | Convert ISUPPORT to use a map instead of a string. | 2013-04-11 | 1 | -3/+3 | |
| | | | |||||
| * | | Whitespace and empty destructor removal, minor coding style changes | 2013-04-01 | 1 | -0/+1 | |
| | | | |||||
| * | | Change channel name parameter of Module::OnUserPreJoin() and ↵ | 2013-04-01 | 1 | -1/+1 | |
| |/ | | | | Channel::JoinUser() to std::string from char* | ||||
| * | Register all commands, modes and extensions using AddService() | 2012-12-02 | 1 | -6/+2 | |
| | | | | | AddService() throws an exception if an item cannot be registered, modules no longer need to worry about AddMode() etc. failing | ||||
