Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-05-14 | Update copyright headers. | InspIRCd Robot | |
2021-04-19 | Update hideoper for the /STATS P change in the previous commit. | Sadie Powell | |
2020-04-10 | Update the module descriptions using mkversion. | Sadie Powell | |
2020-01-11 | Update copyright headers. | InspIRCd Robot | |
2019-03-12 | Rename GetFlagIndex -> GetFieldIndex | linuxdaemon | |
2019-03-12 | Add Who::Request::GetFlagIndex to get field index | linuxdaemon | |
Replaces the dirty logic in m_hideoper and m_namesx | |||
2018-11-15 | Fix the OnSendWhoLine event being completely broken with WHOX. | Peter Powell | |
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 | |
Some core code still exists in the XLine system but this will be replaced when the XLine system is replaced later. | |||
2017-11-21 | Add the override keyword in places that it is missing. | Peter Powell | |
GCCs warnings for this are much better than Clangs. | |||
2017-10-28 | Hide User#host and User#dhost and use accessors to modify them. | Peter Powell | |
This removes the need to invalidate the cache after changing a user's hostname. | |||
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 ↵ | Attila Molnar | |
objects to the OnSendWhoLine hook | |||
2016-02-26 | m_hideoper Reorder checks in OnSendWhoLine() | Attila Molnar | |
Check if the entire line should be hidden first | |||
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 | |
as method parameters | |||
2016-02-25 | Convert WriteNumeric() calls to pass the parameters of the numeric as method ↵ | Attila Molnar | |
parameters | |||
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 ↵ | Attila Molnar | |
contains '*' | |||
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 ↵ | Attila Molnar | |
that to modules | |||
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() ↵ | attilamolnar | |
with ModeHandlers, part 1 | |||
2013-05-15 | Tidy up keywords on module methods. | Peter Powell | |
- 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-04-01 | Whitespace and empty destructor removal, minor coding style changes | attilamolnar | |
2012-12-02 | Register all commands, modes and extensions using AddService() | attilamolnar | |
AddService() throws an exception if an item cannot be registered, modules no longer need to worry about AddMode() etc. failing | |||
2012-12-02 | Dynamically determine the size of the eventlist[] passed to Attach() | attilamolnar | |
m_sqlauth was attached to I_OnUserDisconnect but didn't provide a handler for it, remove | |||
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 ↵ | danieldg | |
available in params[0] git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12650 e03df62e-2008-0410-955e-edbf42e46eb7 | |||
2010-02-01 | Add parameters to OnSendWhoLine hook, fixes "/who * o" returning opers with +H | danieldg | |
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12345 e03df62e-2008-0410-955e-edbf42e46eb7 | |||
2010-01-15 | Remove VF_COMMON from mode-provider modules (no longer needed due to better ↵ | danieldg | |
CAPAB checking) git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12263 e03df62e-2008-0410-955e-edbf42e46eb7 | |||
2010-01-11 | ...because every now and again, i have to do a massive commit. | brain | |
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12248 e03df62e-2008-0410-955e-edbf42e46eb7 | |||
2009-10-25 | Fixes from vtable cross-check | danieldg | |
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11977 e03df62e-2008-0410-955e-edbf42e46eb7 | |||
2009-10-17 | Remove dummy API_VERSION from Version constructor | danieldg | |
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11887 e03df62e-2008-0410-955e-edbf42e46eb7 | |||
2009-10-08 | Add names for all modes (part 1 of named channel mode list) | danieldg | |
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11809 e03df62e-2008-0410-955e-edbf42e46eb7 | |||
2009-10-05 | Run DelMode and DelModeWatcher in RemoveModule | danieldg | |
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11799 e03df62e-2008-0410-955e-edbf42e46eb7 | |||
2009-09-26 | Remove InspIRCd* parameters and fields | danieldg | |
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11763 e03df62e-2008-0410-955e-edbf42e46eb7 | |||
2009-09-22 | Describe module purpose in /MODULES output | danieldg | |
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11757 e03df62e-2008-0410-955e-edbf42e46eb7 | |||
2009-09-13 | Simplify ModeHandler constructor | danieldg | |
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11701 e03df62e-2008-0410-955e-edbf42e46eb7 |