Age | Commit message (Expand) | Author |
2018-04-08 | Include modules/whois.h directly from files that use it. | Peter Powell |
2018-04-08 | Move OnStats from the core to a cross-module event. | Peter Powell |
2017-11-21 | Add the override keyword in places that it is missing. | Peter Powell |
2017-10-28 | Hide User#host and User#dhost and use accessors to modify them. | Peter Powell |
2017-08-11 | Use RPL_LUSEROP instead of the raw numeric in m_hideoper. | Peter Powell |
2016-02-26 | Send WHO reply numerics with User::WriteNumeric(), pass Numeric::Numeric obje... | Attila Molnar |
2016-02-26 | m_hideoper Reorder checks in OnSendWhoLine() | Attila Molnar |
2016-02-26 | Return ModResult from the OnSendWhoLine hook | Attila Molnar |
2016-02-25 | Introduce Stats::Context, pass it to the OnStats hook and switch all code to it | 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 |
2016-02-22 | Merge insp20 | Attila Molnar |
2016-02-12 | Fix hidden operators being shown in LUSERS. | Peter Powell |
2015-06-02 | Fix incomplete conversion to the new whois system noticed by @SaberUK | Attila Molnar |
2015-04-20 | Merge insp20 | Attila Molnar |
2015-01-17 | m_hideoper Fix wrong /WHO output for hidden opers if the channel name contain... | Attila Molnar |
2014-07-25 | Merge insp20 | Attila Molnar |
2014-07-19 | m_hideoper: Hide hidden opers from /stats P. #874 | Adam |
2014-02-14 | Return a Membership* from get_first_visible_channel() in cmd_who and pass tha... | Attila Molnar |
2014-01-25 | Add Channel* parameter to OnSendWhoLine | Attila Molnar |
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-05-15 | Tidy up keywords on module methods. | Peter Powell |
2013-04-01 | Whitespace and empty destructor removal, minor coding style changes | 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-12-02 | Attach to events and register services in init() | attilamolnar |
2012-07-13 | Use SimpleUserModeHandler/SimpleChannelModeHandler where possible | attilamolnar |
2012-05-19 | Fix issue #95 reported by @Joah | attilamolnar |
2012-04-19 | Replace copyright headers with headers granting specific authors copyright | Robby- |
2010-03-22 | Remove channel argument from OnSendWhoLine, this information is already avail... | danieldg |
2010-02-01 | Add parameters to OnSendWhoLine hook, fixes "/who * o" returning opers with +H | danieldg |
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-25 | Fixes from vtable cross-check | 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 | Remove InspIRCd* parameters and fields | danieldg |
2009-09-22 | Describe module purpose in /MODULES output | danieldg |
2009-09-13 | Simplify ModeHandler constructor | danieldg |
2009-09-02 | Add OnSendWhoLine hook, and use it in the oper hiding modules | danieldg |
2009-09-02 | ModResult conversion: Change return type of all module functions | danieldg |
2009-09-02 | Remove "servermode" parameter, replace with IS_FAKE() which is more reliable | danieldg |
2009-09-02 | Add Module* creator to Command and ModeHandler | danieldg |
2009-09-02 | Change allocation of commands/modes | danieldg |
2009-03-15 | Update all wiki links to point to the new wiki. This was done automatically w... | psychon |
2009-01-07 | Fix an incorrect check leading to backwards functionality, closes bug #663 (... | w00t |