| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Update the module descriptions using mkversion. | 2020-04-10 | 1 | -1/+1 | |
| | | |||||
| * | Update copyright headers. | 2020-01-11 | 1 | -2/+8 | |
| | | |||||
| * | Split the channel mode and extban replies. | 2019-11-18 | 1 | -4/+4 | |
| | | | | | | | Tell the user when they are extbanned rather than incorrectly say that the channel mode is set. Refactored the logic in m_nonotice to match that of the others. | ||||
| * | Some more text fixes and improvements (#1618). | 2019-04-28 | 1 | -1/+1 | |
| | | |||||
| * | Use an oper priv instead of a config flag for overriding nonicks. | 2018-04-16 | 1 | -7/+1 | |
| | | |||||
| * | Clarify error message when attempting to /NICK while banned | 2017-12-19 | 1 | -1/+1 | |
| | | |||||
| * | Only subclass Simple{Channel,User}ModeHandler when necessary. | 2017-11-13 | 1 | -8/+2 | |
| | | |||||
| * | Add a helper function for calling the OnCheckExemption event. | 2017-10-21 | 1 | -2/+1 | |
| | | |||||
| * | Move the OnCheckExemption hook out of the core. | 2017-03-20 | 1 | -2/+7 | |
| | | |||||
| * | Convert WriteNumeric() calls to pass the parameters of the numeric as method ↵ | 2016-02-25 | 1 | -2/+2 | |
| | | | | | parameters | ||||
| * | Rename UserChanList to User::ChanList, remove UCListIter | 2014-07-14 | 1 | -1/+1 | |
| | | |||||
| * | Change the type of the user parameter in the OnUserPreNick() hook from User ↵ | 2014-06-20 | 1 | -4/+1 | |
| | | | | | | | | | to LocalUser No remote users were passed to this hook before. Remove needless IS_LOCAL() checks. | ||||
| * | Convert UserChanList to an intrusively linked list | 2014-01-24 | 1 | -1/+1 | |
| | | |||||
| * | Use WriteNumeric() everywhere we send numerics and include the user's nick ↵ | 2013-11-12 | 1 | -2/+2 | |
| | | | | | automatically | ||||
| * | 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 | -2/+1 | |
| | | | | | | | and on rehash This eliminates the need for calling OnRehash() in init() | ||||
| * | Automatically attach modules to events | 2013-08-04 | 1 | -2/+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 | -1/+1 | |
| | | | | | with ModeHandlers, part 1 | ||||
| * | Get rid of the NICKForced extension | 2013-05-18 | 1 | -4/+0 | |
| | | | | | Don't run OnUserPreNick when the nick change is forced | ||||
| * | Tidy up keywords on module methods. | 2013-05-15 | 1 | -5/+5 | |
| | | | | | | - 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. | ||||
| * | Convert ISUPPORT to use a map instead of a string. | 2013-04-11 | 1 | -2/+2 | |
| | | |||||
| * | Replace IS_AWAY() and IS_OPER() macros with User::IsAway() and User::IsOper() | 2013-04-10 | 1 | -1/+1 | |
| | | |||||
| * | Whitespace and empty destructor removal, minor coding style changes | 2013-04-01 | 1 | -5/+0 | |
| | | |||||
| * | Register all commands, modes and extensions using AddService() | 2012-12-02 | 1 | -1/+1 | |
| | | | | | AddService() throws an exception if an item cannot be registered, modules no longer need to worry about AddMode() etc. failing | ||||
| * | 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 | ||||
| * | Attach to events and register services in init() | 2012-12-02 | 1 | -0/+4 | |
| | | |||||
| * | Remove usage of the deprecated ConfigReader | 2012-11-12 | 1 | -2/+1 | |
| | | |||||
| * | m_nonicks Use SimpleChannelModeHandler | 2012-06-30 | 1 | -24/+2 | |
| | | |||||
| * | Replace copyright headers with headers granting specific authors copyright | 2012-04-19 | 1 | -8/+16 | |
| | | |||||
| * | Restore <options:exemptchanops> with long names | 2010-02-20 | 1 | -2/+1 | |
| | | | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12502 e03df62e-2008-0410-955e-edbf42e46eb7 | ||||
| * | Allow nick locking to prevent voluntary changes to UID | 2010-01-24 | 1 | -3/+0 | |
| | | | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12322 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 | ||||
| * | Fixes from vtable cross-check | 2009-10-25 | 1 | -1/+1 | |
| | | | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11977 e03df62e-2008-0410-955e-edbf42e46eb7 | ||||
| * | Clean up unused functions, add nonicks operoverride [dKingston] | 2009-10-22 | 1 | -1/+12 | |
| | | | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11951 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 | ||||
| * | Make OnChannelRestrictionApply take a User* instead of a Membership* ↵ | 2009-10-12 | 1 | -1/+1 | |
| | | | | | | | [jackmcbarn] git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11858 e03df62e-2008-0410-955e-edbf42e46eb7 | ||||
| * | m_exemptchanops by jackmcbarn - channel mode +X to allow per-channel setting | 2009-10-12 | 1 | -1/+4 | |
| | | | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11855 e03df62e-2008-0410-955e-edbf42e46eb7 | ||||
| * | Move 2 static extensibles from user class to inspircd class for global ↵ | 2009-10-11 | 1 | -1/+1 | |
| | | | | | | | access in an attempt to further fix windows build. git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11838 e03df62e-2008-0410-955e-edbf42e46eb7 | ||||
| * | Add names for all modes (part 1 of named channel mode list) | 2009-10-08 | 1 | -1/+1 | |
| | | | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11809 e03df62e-2008-0410-955e-edbf42e46eb7 | ||||
| * | Run DelMode and DelModeWatcher in RemoveModule | 2009-10-05 | 1 | -1/+0 | |
| | | | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11799 e03df62e-2008-0410-955e-edbf42e46eb7 | ||||
| * | Remove InspIRCd* parameters and fields | 2009-09-26 | 1 | -3/+3 | |
| | | | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11763 e03df62e-2008-0410-955e-edbf42e46eb7 | ||||
| * | Describe module purpose in /MODULES output | 2009-09-22 | 1 | -1/+1 | |
| | | | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11757 e03df62e-2008-0410-955e-edbf42e46eb7 | ||||
| * | Simplify ModeHandler constructor | 2009-09-13 | 1 | -1/+1 | |
| | | | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11701 e03df62e-2008-0410-955e-edbf42e46eb7 | ||||
| * | Membership* changes | 2009-09-13 | 1 | -2/+2 | |
| | | | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11697 e03df62e-2008-0410-955e-edbf42e46eb7 | ||||
| * | Change Extensible to use strongly typed entries | 2009-09-13 | 1 | -1/+1 | |
| | | | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11696 e03df62e-2008-0410-955e-edbf42e46eb7 | ||||
| * | ModResult conversion: Change return type of all module functions | 2009-09-02 | 1 | -8/+9 | |
| | | | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11634 e03df62e-2008-0410-955e-edbf42e46eb7 | ||||
| * | Remove "servermode" parameter, replace with IS_FAKE() which is more reliable | 2009-09-02 | 1 | -1/+1 | |
| | | | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11633 e03df62e-2008-0410-955e-edbf42e46eb7 | ||||
| * | Add Module* creator to Command and ModeHandler | 2009-09-02 | 1 | -2/+2 | |
| | | | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11631 e03df62e-2008-0410-955e-edbf42e46eb7 | ||||
