| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Update copyright headers. | 2022-12-30 | 1 | -2/+1 | |
| | | |||||
| * | Update copyright headers. | 2022-04-28 | 1 | -1/+1 | |
| | | |||||
| * | Respect the invite announcement level when announcing knocks. | 2022-04-23 | 1 | -2/+30 | |
| | | | | | Closes #1976. | ||||
| * | Update copyright headers. | 2021-03-05 | 1 | -1/+1 | |
| | | |||||
| * | Update the module descriptions using mkversion. | 2020-04-10 | 1 | -1/+1 | |
| | | |||||
| * | Send RPL_KNOCKDLVR when <knock:notify> is set to numeric. | 2020-02-18 | 1 | -2/+8 | |
| | | |||||
| * | Update copyright headers. | 2020-01-31 | 1 | -1/+1 | |
| | | |||||
| * | The KNOCK command is broadcast so we should only send local notices. | 2020-01-29 | 1 | -1/+1 | |
| | | | | | See also: #1749. | ||||
| * | Add Channel::WriteRemoteNotice and revert WriteNotice changes. | 2020-01-29 | 1 | -1/+1 | |
| | | | | | | | This is a partial reversion of 687778b72e. See also: #1749. | ||||
| * | Update copyright headers. | 2020-01-11 | 1 | -2/+8 | |
| | | |||||
| * | Textual improvements and fixes such as typos, casing, etc. (#1612) | 2019-04-28 | 1 | -1/+1 | |
| | | |||||
| * | Various text improvements: consistency, syntax, help and doc updates/fixes. | 2019-02-18 | 1 | -1/+1 | |
| | | |||||
| * | Implement IRCv3 message tag support. | 2018-08-13 | 1 | -1/+7 | |
| | | | | | Co-authored-by: Attila Molnar <attilamolnar@hush.com> | ||||
| * | Use CommandBase::Params instead of std::vector<std::string>. | 2018-07-26 | 1 | -2/+2 | |
| | | | | | | This is presently a typedef but will soon be replaced with a class that encapsulates both tags and parameters. | ||||
| * | Move a bunch of optional module numerics to the module source file. | 2018-04-22 | 1 | -1/+5 | |
| | | |||||
| * | Add names for a bunch of numerics. | 2018-02-02 | 1 | -1/+7 | |
| | | |||||
| * | Fixed misc. instances of ERR_NOSUCHNICK instead of channel numerics | 2017-12-22 | 1 | -1/+1 | |
| | | | | | Per #1122 | ||||
| * | Add the override keyword in places that it is missing. | 2017-11-21 | 1 | -2/+2 | |
| | | | | | GCCs warnings for this are much better than Clangs. | ||||
| * | Add stdalgo::string::equalsci and use it instead of irc::string for ↵ | 2016-08-22 | 1 | -4/+2 | |
| | | | | | case-insensitive comparison | ||||
| * | 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 | -4/+4 | |
| | | | | | parameters | ||||
| * | Use WriteNumeric() everywhere we send numerics and include the user's nick ↵ | 2013-11-12 | 1 | -4/+4 | |
| | | | | | automatically | ||||
| * | Automatically register ServiceProviders created by modules | 2013-09-08 | 1 | -6/+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 | -1/+0 | |
| | | |||||
| * | Replace hardcoded mode letters, part 2 | 2013-07-19 | 1 | -13/+14 | |
| | | | | | This changes all remaining Channel::IsModeSet() and Channel::GetModeParameter() calls to use ModeReferences for modes that were created by other modules or the core | ||||
| * | Remove $Core and $Mod* comments apart from $ModDep. | 2013-07-04 | 1 | -2/+0 | |
| | | |||||
| * | Remove TR_END, remove TRANSLATEx() from commands that do not need it | 2013-06-13 | 1 | -1/+0 | |
| | | |||||
| * | Tidy up keywords on module methods. | 2013-05-15 | 1 | -3/+3 | |
| | | | | | | - 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. | ||||
| * | Add method for writing server notices. | 2013-05-14 | 1 | -1/+1 | |
| | | | | | | | | | | This allows us to send a server notice to a user without worrying about whether they are registered or not. If a user receives a server notice and they are not registered then the nickname field will contain an asterisk instead of their nick name. | ||||
| * | 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 | ||||
| * | Attach to events and register services in init() | 2012-12-02 | 1 | -0/+4 | |
| | | |||||
| * | m_knock Add support for sending a 710 numeric when a KNOCK succeeds, add a ↵ | 2012-09-13 | 1 | -3/+29 | |
| | | | | | | | config option to choose between behaviors Fixes #287 reported by @ElementalAlchemist | ||||
| * | m_knock Don't concatenate the knock reason, the command parser does it for us | 2012-08-25 | 1 | -10/+2 | |
| | | |||||
| * | Module description updates | 2012-05-30 | 1 | -2/+2 | |
| | | |||||
| * | Replace copyright headers with headers granting specific authors copyright | 2012-04-19 | 1 | -8/+16 | |
| | | |||||
| * | Increase penalty for KNOCK | 2010-01-31 | 1 | -0/+1 | |
| | | | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12339 e03df62e-2008-0410-955e-edbf42e46eb7 | ||||
| * | Extbans can be VF_OPTCOMMON as they do not desync on module add/remove | 2010-01-19 | 1 | -2/+2 | |
| | | | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12303 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 | ||||
| * | Hide channel mode structures | 2009-11-15 | 1 | -1/+1 | |
| | | | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12132 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 | ||||
| * | 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 | -2/+2 | |
| | | | | | 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 | ||||
| * | Clean up Command constructor | 2009-09-13 | 1 | -2/+2 | |
| | | | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11707 e03df62e-2008-0410-955e-edbf42e46eb7 | ||||
| * | Remove CMD_LOCALONLY, enforce use of GetRouting for routed commands | 2009-09-03 | 1 | -0/+5 | |
| | | | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11671 e03df62e-2008-0410-955e-edbf42e46eb7 | ||||
| * | Add Module* creator to Command and ModeHandler | 2009-09-02 | 1 | -4/+3 | |
| | | | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11631 e03df62e-2008-0410-955e-edbf42e46eb7 | ||||
| * | Change allocation of commands/modes | 2009-09-02 | 1 | -11/+6 | |
| | | | | | | | | | | | API change: Commands passed to AddCommand are no longer deleted automatically This removes lots of needless heap allocation and fixes a few memory leaks by allocating commands and modes as part of the Module rather than creating them separately in the module constructor. git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11592 e03df62e-2008-0410-955e-edbf42e46eb7 | ||||
