| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Update copyright headers. | 2022-12-30 | 1 | -2/+2 | |
| | | |||||
| * | Fix unnecessarily using c_str in parameters that take a std::string. | 2022-09-04 | 1 | -4/+4 | |
| | | |||||
| * | Improve the messages sent when loading/unloading/reloading modules. | 2021-04-19 | 1 | -1/+1 | |
| | | |||||
| * | Update copyright headers. | 2021-03-05 | 1 | -2/+2 | |
| | | |||||
| * | Update copyright headers. | 2021-02-26 | 1 | -2/+2 | |
| | | |||||
| * | Send ERR_CANTUNLOADMODULE when unloading a module on reload fails. | 2021-01-19 | 1 | -1/+1 | |
| | | |||||
| * | Refactor the globalload module. | 2021-01-19 | 1 | -23/+33 | |
| | | | | | | | - Require that a non-empty last parameter is given to the commands. - Use WriteRemoteNumeric instead of WriteNumeric so opers actually see the response. - Store <security:allowcoreunload> instead of looking it up every time. | ||||
| * | Update copyright headers. | 2020-04-24 | 1 | -1/+1 | |
| | | |||||
| * | Update the module descriptions using mkversion. | 2020-04-10 | 1 | -1/+1 | |
| | | |||||
| * | Fix unnecessary inlining in command handler constructors. | 2020-03-09 | 1 | -1/+2 | |
| | | |||||
| * | Update copyright headers. | 2020-01-11 | 1 | -5/+7 | |
| | | |||||
| * | 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 | -3/+3 | |
| | | |||||
| * | Use CommandBase::Params instead of std::vector<std::string>. | 2018-07-26 | 1 | -6/+6 | |
| | | | | | | This is presently a typedef but will soon be replaced with a class that encapsulates both tags and parameters. | ||||
| * | Add the override keyword in places that it is missing. | 2017-11-21 | 1 | -6/+6 | |
| | | | | | GCCs warnings for this are much better than Clangs. | ||||
| * | Convert uncontroversial anonymous numerics to use constants. | 2017-09-06 | 1 | -1/+1 | |
| | | |||||
| * | Add User::WriteRemoteNumeric() and switch code using SendText() to send ↵ | 2016-02-25 | 1 | -3/+2 | |
| | | | | | numerics to it | ||||
| * | Convert WriteNumeric() calls to pass the parameters of the numeric as method ↵ | 2016-02-25 | 1 | -5/+5 | |
| | | | | | parameters | ||||
| * | Handle module reloading in core_reloadmodule entirely | 2015-11-26 | 1 | -23/+2 | |
| | | |||||
| * | Merge insp20 | 2015-04-20 | 1 | -1/+1 | |
| |\ | |||||
| | * | Don't submit a reload worker if the module doing the reload is scheduled for ↵ | 2014-11-30 | 1 | -1/+1 | |
| | | | | | | | | | unload | ||||
| * | | Merge insp20 | 2014-04-07 | 1 | -1/+6 | |
| |\| | |||||
| | * | m_globalload Don't pass a callback to ModuleManager::Reload() if reloading ↵ | 2014-03-26 | 1 | -1/+6 | |
| | | | | | | | | | m_globalload | ||||
| * | | Update detection in module loading commands that relied on old command ↵ | 2014-03-06 | 1 | -1/+1 | |
| | | | | | | | | | module names | ||||
| * | | These two numerics are supposed to use SentText() as they can go to remote ↵ | 2013-11-12 | 1 | -1/+1 | |
| | | | | | | | | | users... | ||||
| * | | Use WriteNumeric() everywhere we send numerics and include the user's nick ↵ | 2013-11-12 | 1 | -8/+8 | |
| | | | | | | | | | automatically | ||||
| * | | Automatically register ServiceProviders created by modules | 2013-09-08 | 1 | -7/+0 | |
| | | | |||||
| * | | 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 | -2/+2 | |
| | | | | | | | | | | | - 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 <security:allowcoreunload>. | 2013-04-13 | 1 | -0/+7 | |
| | | | | | | | | | | | When enabled (the default) this setting prevents the unloading of core modules such as cmd_privmsg. | ||||
| * | | 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 | -3/+3 | |
| | | | | | 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_globalload Fix wrong error message being sent when the module given to ↵ | 2012-11-19 | 1 | -7/+12 | |
| | | | | | /gunloadmodule is not found | ||||
| * | Replace copyright headers with headers granting specific authors copyright | 2012-04-19 | 1 | -8/+19 | |
| | | |||||
| * | Display a message when using /greloadmodule | 2011-03-23 | 1 | -1/+20 | |
| | | |||||
| * | Handle GRELOADMODULE when module is not loaded | 2010-02-16 | 1 | -1/+7 | |
| | | | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12472 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 | ||||
| * | Move DumpText into User; kill unused WriteWallOps and DecreasePenalty functions | 2009-10-20 | 1 | -1/+1 | |
| | | | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11931 e03df62e-2008-0410-955e-edbf42e46eb7 | ||||
| * | Fix module unmapping with culled Module objects | 2009-10-14 | 1 | -21/+13 | |
| | | | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11875 e03df62e-2008-0410-955e-edbf42e46eb7 | ||||
| * | Get rid of a bunch of memory-wasting C-style strings | 2009-10-03 | 1 | -3/+3 | |
| | | | | | 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 | -7/+7 | |
| | | | | | 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/+15 | |
| | | | | | 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 | -7/+4 | |
| | | | | | 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 | -12/+8 | |
| | | | | | | | | | | | 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 | ||||
| * | Convert snomask 'A' into snomask 'a' for local announcements, add snomask ↵ | 2009-04-16 | 1 | -6/+6 | |
| | | | | | | | | | | 'A' for remote announcements. Make SAMODE send a snotice to 'a' and remote to 'A' - fixes bug #822, reported by Taros We really need a wrapper to use these, but, for now it's usable. git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11304 e03df62e-2008-0410-955e-edbf42e46eb7 | ||||
| * | Update all wiki links to point to the new wiki. This was done automatically ↵ | 2009-03-15 | 1 | -1/+1 | |
| | | | | | | | | | | with the following command, only .Makefile.inc got some indent fixups by hand. for file in $(find -type f -and -not -path '*/.svn/*' -and -not -name '*.so') ; do sed -e 's#http://www.inspircd.org/wiki#http://wiki.inspircd.org#' -e 's#http://wiki.inspircd.org/index.php/#http://wiki.inspircd.org/#' -i $file ; done git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11223 e03df62e-2008-0410-955e-edbf42e46eb7 | ||||
