| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Update copyright headers. | 2022-12-30 | 1 | -1/+1 | |
| | | |||||
| * | Use ERR_UNAVAILRESOURCE for things that should be retried later. | 2022-04-12 | 1 | -6/+0 | |
| | | | | | Also move it to the global numerics header to avoid duplication. | ||||
| * | Update copyright headers. | 2021-08-27 | 1 | -1/+1 | |
| | | |||||
| * | Fix joinflood overwriting the bootwait timer on split. | 2021-06-18 | 1 | -1/+1 | |
| | | |||||
| * | Fix joinflood applying the bootwait timeout to rehashes. | 2021-06-18 | 1 | -2/+3 | |
| | | |||||
| * | Update copyright headers. | 2020-10-30 | 1 | -1/+1 | |
| | | |||||
| * | Add an option to allow disengaging joinflood on initial boot. | 2020-10-12 | 1 | -0/+4 | |
| | | |||||
| * | Add an option to allow disengaging joinflood after a netsplit. | 2020-10-12 | 1 | -3/+21 | |
| | | |||||
| * | Update the module descriptions using mkversion. | 2020-04-10 | 1 | -1/+1 | |
| | | |||||
| * | Update copyright headers. | 2020-01-11 | 1 | -3/+5 | |
| | | |||||
| * | Show the mode syntax in ERR_INVALIDMODEPARAM. | 2019-06-12 | 1 | -0/+1 | |
| | | |||||
| * | Some more text fixes and improvements (#1618). | 2019-04-28 | 1 | -2/+2 | |
| | | |||||
| * | Fix conversion issues by replacing ConvToInt with ConvToNum<T>. | 2018-12-12 | 1 | -2/+2 | |
| | | | | | | | | The former was a thin wrapper around atol and brought with it all of the weird parsing logic of atol which is almost never what is actually wanted. It also almost never returned the numeric type which is actually wanted which can cause weird issues when casting. | ||||
| * | Fix a bunch more conflicting/unnamed numerics. | 2018-08-14 | 1 | -1/+7 | |
| | | |||||
| * | Add ERR_INVALIDMODEPARAM for responding to invalid mode params. | 2018-01-29 | 1 | -2/+2 | |
| | | | | | | | | | | | | | | | | Currently on invalid modes we do a combination of different things: 1. Send a custom mode-specific numeric (which often collides with other modes). 2. Send a server notice. 3. Do absolutely nothing. This new numeric is a generic way of handling invalid parameters when setting a mode that avoids all of the mistakes of the previous behaviour. | ||||
| * | Add the override keyword in places that it is missing. | 2017-11-21 | 1 | -1/+1 | |
| | | | | | GCCs warnings for this are much better than Clangs. | ||||
| * | Make the duration of nickflood and joinflood configurable. | 2016-09-16 | 1 | -2/+11 | |
| | | |||||
| * | Send NOTICEs to local channel members with Channel::WriteNotice() | 2016-03-05 | 1 | -1/+1 | |
| | | |||||
| * | Convert WriteNumeric() calls to pass the parameters of the numeric as method ↵ | 2016-02-25 | 1 | -3/+3 | |
| | | | | | parameters | ||||
| * | Add ParamModeBase and ParamMode, change all parameter modes to inherit from ↵ | 2014-02-15 | 1 | -38/+26 | |
| | | | | | | | | | | | ParamMode - Type of the extension used to store data is a template parameter - The extension is automatically unset when the mode is unset - Handlers inheriting from ParamMode have to provide OnSet() and SerializeParam(); may optionally provide OnUnset() - Transparently handle the case when OnSet() modifies the mode parameter - Remove Channel::custom_mode_params map; ask the mode handlers to serialize their parameters instead | ||||
| * | Merge insp20 | 2014-01-21 | 1 | -7/+3 | |
| |\ | |||||
| | * | m_joinflood Unset the mode on unload | 2014-01-21 | 1 | -2/+1 | |
| | | | |||||
| | * | Fix some logically dead code which was found by Coverity. | 2014-01-21 | 1 | -11/+4 | |
| | | | |||||
| | * | m_joinflood Fix remote joins affecting local joinflood state when the ↵ | 2014-01-19 | 1 | -1/+1 | |
| | | | | | | | | | | | | | channel is locked Fixes issue #694 reported by @TurkDesk | ||||
| * | | Use WriteNumeric() everywhere we send numerics and include the user's nick ↵ | 2013-11-12 | 1 | -3/+3 | |
| | | | | | | | | | automatically | ||||
| * | | Automatically register ServiceProviders created by modules | 2013-09-08 | 1 | -6/+0 | |
| | | | |||||
| * | | 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 | |
| | | | |||||
| * | | Call Channel::SetModeParam() from the mode parser when needed instead of ↵ | 2013-06-13 | 1 | -2/+0 | |
| | | | | | | | | | requiring mode handlers to do it | ||||
| * | | m_joinflood Make the code friendlier, unset +j when the module is unloaded | 2013-05-16 | 1 | -89/+41 | |
| | | | | | | | | | See 21c3232b8e0bb41727f2d65a0b2d5304587cf6be and fae560cddc389b88c9cd34afdccf9035f4d11c5b | ||||
| * | | Tidy up keywords on module methods. | 2013-05-15 | 1 | -4/+4 | |
| | | | | | | | | | | | - 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. | ||||
| * | | OnUserPreJoin is a local-only hook, change User* parameter to LocalUser* | 2013-04-13 | 1 | -1/+1 | |
| | | | |||||
| * | | Whitespace and empty destructor removal, minor coding style changes | 2013-04-01 | 1 | -7/+0 | |
| | | | |||||
| * | | Change channel name parameter of Module::OnUserPreJoin() and ↵ | 2013-04-01 | 1 | -1/+1 | |
| |/ | | | | Channel::JoinUser() to std::string from char* | ||||
| * | Register all commands, modes and extensions using AddService() | 2012-12-02 | 1 | -3/+2 | |
| | | | | | 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/+3 | |
| | | |||||
| * | Replace copyright headers with headers granting specific authors copyright | 2012-04-19 | 1 | -8/+18 | |
| | | |||||
| * | 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 | -2/+2 | |
| | | | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11977 e03df62e-2008-0410-955e-edbf42e46eb7 | ||||
| * | Get rid of ModePair | 2009-10-24 | 1 | -9/+0 | |
| | | | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11963 e03df62e-2008-0410-955e-edbf42e46eb7 | ||||
| * | Add m_chanhistory, mode +H <lines> to replay some lines of history on ↵ | 2009-10-17 | 1 | -1/+1 | |
| | | | | | | | channel join git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11895 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 | ||||
| * | Move static map of extensions into ServerInstance, add const-correctness | 2009-10-14 | 1 | -1/+1 | |
| | | | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11873 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 | ||||
| * | Get rid of a bunch of memory-wasting C-style strings | 2009-10-03 | 1 | -1/+1 | |
| | | | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11796 e03df62e-2008-0410-955e-edbf42e46eb7 | ||||
| * | Remove InspIRCd* parameters and fields | 2009-09-26 | 1 | -8/+6 | |
| | | | | | 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 | ||||
