Age | Commit message (Expand) | Author |
2020-01-11 | Update copyright headers. | InspIRCd Robot |
2019-04-28 | Textual improvements and fixes such as typos, casing, etc. (#1612) | Robby |
2017-11-21 | Add the override keyword in places that it is missing. | Peter Powell |
2017-11-06 | Add support for setting the unset rank in ModeHandler. | Peter Powell |
2017-09-03 | Add support for length arguments in getString. | Peter Powell |
2017-07-12 | Add CXX11_OVERRIDE to overridden members that lack it. | Peter Powell |
2016-08-30 | Change Membership:hasMode() to accept a PrefixMode | Attila Molnar |
2015-04-20 | Merge insp20 | Attila Molnar |
2015-01-19 | m_operprefix Fix force joined opers not being given the operprefix mode | Attila Molnar |
2014-09-03 | Replace irc::modestacker usage with the new ModeParser::Process() | Attila Molnar |
2014-08-06 | Pass prefix rank and prefix char to PrefixMode constructor | Attila Molnar |
2014-07-14 | Rename UserChanList to User::ChanList, remove UCListIter | Attila Molnar |
2014-04-07 | Merge insp20 | Attila Molnar |
2014-03-23 | m_operprefix Don't set +y on the oper if hideoper is being unset due to deope... | Attila Molnar |
2014-01-24 | Convert UserChanList to an intrusively linked list | Attila Molnar |
2014-01-06 | Automatically register and unregister mode watchers | Attila Molnar |
2013-09-11 | Create a base class for prefix modes | attilamolnar |
2013-09-08 | Automatically register ServiceProviders created by modules | attilamolnar |
2013-08-04 | Automatically attach modules to events | attilamolnar |
2013-07-19 | Replace hardcoded mode letters, part 3 | attilamolnar |
2013-07-04 | Remove $Core and $Mod* comments apart from $ModDep. | Peter Powell |
2013-06-13 | Introduce ModeProcessFlags, can be passed to ModeParser::Process() to indicat... | attilamolnar |
2013-06-06 | Store prefix rank in a ModeHandler field, change ModeHandler::GetPrefixRank()... | attilamolnar |
2013-06-06 | Merge insp20 | attilamolnar |
2013-06-01 | Watch mode names with ModeWatchers instead of mode letters | attilamolnar |
2013-06-01 | Remove useless ModeType parameter from ModeWatcher::BeforeMode() and AfterMode() | attilamolnar |
2013-05-16 | Remove unused variables, avoid copies where possible, check empty() instead o... | attilamolnar |
2013-05-15 | Tidy up keywords on module methods. | Peter Powell |
2013-04-13 | OnUserPreJoin is a local-only hook, change User* parameter to LocalUser* | attilamolnar |
2013-04-10 | Replace IS_AWAY() and IS_OPER() macros with User::IsAway() and User::IsOper() | 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 | Dynamically determine the size of the eventlist[] passed to Attach() | attilamolnar |
2012-11-12 | m_operprefix Enhance compatibility with m_hideoper using a ModeWatcher | attilamolnar |
2012-11-12 | m_operprefix Switch to OnUserPreJoin hook to give +y to joining opers, switch... | attilamolnar |
2012-11-12 | m_operprefix Remove unused hooks, move module initialization to init() | attilamolnar |
2012-04-19 | Replace copyright headers with headers granting specific authors copyright | Robby- |
2010-01-15 | Remove VF_COMMON from mode-provider modules (no longer needed due to better C... | danieldg |
2010-01-11 | ...because every now and again, i have to do a massive commit. | brain |
2009-10-24 | Get rid of ModePair | danieldg |
2009-10-17 | Remove dummy API_VERSION from Version constructor | danieldg |
2009-10-08 | Add names for all modes (part 1 of named channel mode list) | danieldg |
2009-10-05 | Run DelMode and DelModeWatcher in RemoveModule | danieldg |
2009-09-26 | Change IS_FAKE and CheckTimeStamp to IS_SERVER and ResolveModeConflict to cla... | danieldg |
2009-09-26 | Remove InspIRCd* parameters and fields | danieldg |
2009-09-22 | Describe module purpose in /MODULES output | danieldg |
2009-09-13 | Remove redundant ServerInstance* fields | danieldg |
2009-09-13 | Simplify ModeHandler constructor | danieldg |
2009-09-13 | Module API changes to use Membership* where sensible | danieldg |
2009-09-13 | Membership* changes | danieldg |