| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Make clientprotocol{msg,event} and numericbuilder non-default headers. | 2022-06-26 | 1 | -0/+1 | |
| | | |||||
| * | Fix the case of Membership::GetRank. | 2022-01-31 | 1 | -1/+1 | |
| | | |||||
| * | Abolish the infernal space before accessibility keywords. | 2022-01-25 | 1 | -3/+3 | |
| | | |||||
| * | Apply the final keyword to all module classes where appropriate. | 2021-10-04 | 1 | -1/+1 | |
| | | |||||
| * | Mark all event hook classes as final. | 2021-10-01 | 1 | -1/+2 | |
| | | |||||
| * | Rename Simple{Channel,User}ModeHandler to match other mode handlers. | 2021-06-01 | 1 | -2/+4 | |
| | | |||||
| * | Switch simple iterator loops to use range-based for loops. | 2021-04-07 | 1 | -8/+6 | |
| | | |||||
| * | Merge branch 'insp3' into master. | 2021-03-05 | 1 | -1/+1 | |
| |\ | |||||
| | * | Update copyright headers. | 2021-03-05 | 1 | -1/+1 | |
| | | | |||||
| * | | Convert ConfigTag from reference<> to std::shared_ptr<>. | 2020-10-31 | 1 | -1/+1 | |
| | | | |||||
| * | | Merge branch 'insp3' into master. | 2020-04-11 | 1 | -1/+1 | |
| |\| | |||||
| | * | Update the module descriptions using mkversion. | 2020-04-10 | 1 | -1/+1 | |
| | | | |||||
| * | | Improve storage of module description, flags, and link data. | 2020-04-11 | 1 | -6/+2 | |
| | | | |||||
| * | | Merge branch 'insp3' into master. | 2020-01-17 | 1 | -3/+6 | |
| |\| | |||||
| | * | Update copyright headers. | 2020-01-11 | 1 | -3/+6 | |
| | | | |||||
| * | | Merge branch 'insp3' into master. | 2019-05-15 | 1 | -3/+6 | |
| |\| | |||||
| | * | Some more text fixes and improvements (#1618). | 2019-04-28 | 1 | -1/+1 | |
| | | | |||||
| | * | Remove the OnNamesListItem event out of the core. | 2019-04-19 | 1 | -2/+5 | |
| | | | |||||
| * | | Replace the override macro with the override keyword. | 2019-01-25 | 1 | -9/+9 | |
| |/ | |||||
| * | Fix the OnSendWhoLine event being completely broken with WHOX. | 2018-11-15 | 1 | -3/+7 | |
| | | |||||
| * | Implement IRCv3 message tag support. | 2018-08-13 | 1 | -5/+46 | |
| | | | | | Co-authored-by: Attila Molnar <attilamolnar@hush.com> | ||||
| * | Add support for setting the unset rank in ModeHandler. | 2017-11-06 | 1 | -1/+1 | |
| | | |||||
| * | Add a helper function for calling the OnCheckExemption event. | 2017-10-21 | 1 | -4/+2 | |
| | | |||||
| * | Move the OnCheckExemption hook out of the core. | 2017-03-20 | 1 | -3/+9 | |
| | | |||||
| * | Send WHO reply numerics with User::WriteNumeric(), pass Numeric::Numeric ↵ | 2016-02-26 | 1 | -1/+1 | |
| | | | | | objects to the OnSendWhoLine hook | ||||
| * | Return ModResult from the OnSendWhoLine hook | 2016-02-26 | 1 | -5/+5 | |
| | | |||||
| * | Remove typedef UserMembCIter, use Channel::MemberMap::const_iterator instead | 2014-07-14 | 1 | -2/+2 | |
| | | |||||
| * | Rename UserMembList to Channel::MemberMap, switch all code to use it | 2014-07-14 | 1 | -2/+2 | |
| | | |||||
| * | Change return type of Channel::GetUsers() to reference from pointer as it is ↵ | 2014-07-14 | 1 | -4/+4 | |
| | | | | | never NULL | ||||
| * | Change the OnNamesListItem() hook to return ModResult | 2014-04-20 | 1 | -8/+5 | |
| | | | | | Return MOD_RES_DENY to exclude the user from the NAMES list | ||||
| * | Return a Membership* from get_first_visible_channel() in cmd_who and pass ↵ | 2014-02-14 | 1 | -3/+2 | |
| | | | | | that to modules | ||||
| * | Add Channel* parameter to OnSendWhoLine | 2014-01-25 | 1 | -2/+1 | |
| | | |||||
| * | Convert UserChanList to an intrusively linked list | 2014-01-24 | 1 | -8/+10 | |
| | | |||||
| * | m_auditorium Switch to SimpleChannelModeHandler | 2013-12-18 | 1 | -10/+2 | |
| | | |||||
| * | Automatically register ServiceProviders created by modules | 2013-09-08 | 1 | -5/+0 | |
| | | |||||
| * | Replace OnRehash() with ReadConfig() that is called on boot, on module load ↵ | 2013-08-30 | 1 | -3/+1 | |
| | | | | | | | and on rehash This eliminates the need for calling OnRehash() in init() | ||||
| * | Automatically attach modules to events | 2013-08-04 | 1 | -6/+0 | |
| | | |||||
| * | Remove $Core and $Mod* comments apart from $ModDep. | 2013-07-04 | 1 | -2/+0 | |
| | | |||||
| * | Tidy up keywords on module methods. | 2013-05-15 | 1 | -9/+9 | |
| | | | | | | - 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. | ||||
| * | Whitespace and empty destructor removal, minor coding style changes | 2013-04-01 | 1 | -5/+1 | |
| | | |||||
| * | Dynamically determine the size of the eventlist[] passed to Attach() | 2012-12-02 | 1 | -1/+1 | |
| | | | | | m_sqlauth was attached to I_OnUserDisconnect but didn't provide a handler for it, remove | ||||
| * | Replace copyright headers with headers granting specific authors copyright | 2012-04-19 | 1 | -8/+17 | |
| | | |||||
| * | Remove channel argument from OnSendWhoLine, this information is already ↵ | 2010-03-22 | 1 | -1/+2 | |
| | | | | | | | available in params[0] git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12650 e03df62e-2008-0410-955e-edbf42e46eb7 | ||||
| * | Clean up /WHO output for auditorium channels | 2010-03-10 | 1 | -2/+17 | |
| | | | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12617 e03df62e-2008-0410-955e-edbf42e46eb7 | ||||
| * | Fix variable shadowing warning | 2010-03-05 | 1 | -3/+3 | |
| | | | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12594 e03df62e-2008-0410-955e-edbf42e46eb7 | ||||
| * | Take auditorium-see into account when building neighbor list | 2010-03-05 | 1 | -3/+10 | |
| | | | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12593 e03df62e-2008-0410-955e-edbf42e46eb7 | ||||
| * | Allow auditorium mode to be customized via exemptchanops | 2010-02-26 | 1 | -49/+59 | |
| | | | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12569 e03df62e-2008-0410-955e-edbf42e46eb7 | ||||
| * | Remove VF_COMMON from mode-provider modules (no longer needed due to better ↵ | 2010-01-15 | 1 | -1/+1 | |
| | | | | | | | CAPAB checking) git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12263 e03df62e-2008-0410-955e-edbf42e46eb7 | ||||
| * | ...because every now and again, i have to do a massive commit. | 2010-01-11 | 1 | -1/+1 | |
| | | | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12248 e03df62e-2008-0410-955e-edbf42e46eb7 | ||||
| * | Remove dummy API_VERSION from Version constructor | 2009-10-17 | 1 | -1/+1 | |
| | | | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11887 e03df62e-2008-0410-955e-edbf42e46eb7 | ||||
