Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-04-19 | Improve the messages sent when loading/unloading/reloading modules. | Sadie Powell | |
2021-03-05 | Update copyright headers. | InspIRCd Robot | |
2021-02-26 | Update copyright headers. | InspIRCd Robot | |
2021-01-19 | Send ERR_CANTUNLOADMODULE when unloading a module on reload fails. | Sadie Powell | |
2021-01-19 | Refactor the globalload module. | Sadie Powell | |
- 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. | |||
2020-04-24 | Update copyright headers. | InspIRCd Robot | |
2020-04-10 | Update the module descriptions using mkversion. | Sadie Powell | |
2020-03-09 | Fix unnecessary inlining in command handler constructors. | Sadie Powell | |
2020-01-11 | Update copyright headers. | InspIRCd Robot | |
2019-04-28 | Textual improvements and fixes such as typos, casing, etc. (#1612) | Robby | |
2019-02-18 | Various text improvements: consistency, syntax, help and doc updates/fixes. | Robby | |
2018-07-26 | Use CommandBase::Params instead of std::vector<std::string>. | Peter Powell | |
This is presently a typedef but will soon be replaced with a class that encapsulates both tags and parameters. | |||
2017-11-21 | Add the override keyword in places that it is missing. | Peter Powell | |
GCCs warnings for this are much better than Clangs. | |||
2017-09-06 | Convert uncontroversial anonymous numerics to use constants. | Peter Powell | |
2016-02-25 | Add User::WriteRemoteNumeric() and switch code using SendText() to send ↵ | Attila Molnar | |
numerics to it | |||
2016-02-25 | Convert WriteNumeric() calls to pass the parameters of the numeric as method ↵ | Attila Molnar | |
parameters | |||
2015-11-26 | Handle module reloading in core_reloadmodule entirely | Attila Molnar | |
2015-04-20 | Merge insp20 | Attila Molnar | |
2014-11-30 | Don't submit a reload worker if the module doing the reload is scheduled for ↵ | Attila Molnar | |
unload | |||
2014-04-07 | Merge insp20 | Attila Molnar | |
2014-03-26 | m_globalload Don't pass a callback to ModuleManager::Reload() if reloading ↵ | Attila Molnar | |
m_globalload | |||
2014-03-06 | Update detection in module loading commands that relied on old command ↵ | Attila Molnar | |
module names | |||
2013-11-12 | These two numerics are supposed to use SentText() as they can go to remote ↵ | Adam | |
users... | |||
2013-11-12 | Use WriteNumeric() everywhere we send numerics and include the user's nick ↵ | Adam | |
automatically | |||
2013-09-08 | Automatically register ServiceProviders created by modules | attilamolnar | |
2013-07-04 | Remove $Core and $Mod* comments apart from $ModDep. | Peter Powell | |
2013-06-13 | Remove TR_END, remove TRANSLATEx() from commands that do not need it | attilamolnar | |
2013-05-15 | Tidy up keywords on module methods. | Peter Powell | |
- 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. | |||
2013-04-13 | Add <security:allowcoreunload>. | Peter Powell | |
When enabled (the default) this setting prevents the unloading of core modules such as cmd_privmsg. | |||
2013-04-01 | Whitespace and empty destructor removal, minor coding style changes | attilamolnar | |
2012-12-02 | Register all commands, modes and extensions using AddService() | attilamolnar | |
AddService() throws an exception if an item cannot be registered, modules no longer need to worry about AddMode() etc. failing | |||
2012-12-02 | Attach to events and register services in init() | attilamolnar | |
2012-11-19 | m_globalload Fix wrong error message being sent when the module given to ↵ | attilamolnar | |
/gunloadmodule is not found | |||
2012-04-19 | Replace copyright headers with headers granting specific authors copyright | Robby- | |
2011-03-23 | Display a message when using /greloadmodule | Jackmcbarn | |
2010-02-16 | Handle GRELOADMODULE when module is not loaded | danieldg | |
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12472 e03df62e-2008-0410-955e-edbf42e46eb7 | |||
2010-01-11 | ...because every now and again, i have to do a massive commit. | brain | |
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12248 e03df62e-2008-0410-955e-edbf42e46eb7 | |||
2009-10-20 | Move DumpText into User; kill unused WriteWallOps and DecreasePenalty functions | danieldg | |
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11931 e03df62e-2008-0410-955e-edbf42e46eb7 | |||
2009-10-14 | Fix module unmapping with culled Module objects | danieldg | |
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11875 e03df62e-2008-0410-955e-edbf42e46eb7 | |||
2009-10-03 | Get rid of a bunch of memory-wasting C-style strings | danieldg | |
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11796 e03df62e-2008-0410-955e-edbf42e46eb7 | |||
2009-09-26 | Remove InspIRCd* parameters and fields | danieldg | |
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11763 e03df62e-2008-0410-955e-edbf42e46eb7 | |||
2009-09-22 | Describe module purpose in /MODULES output | danieldg | |
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11757 e03df62e-2008-0410-955e-edbf42e46eb7 | |||
2009-09-13 | Clean up Command constructor | danieldg | |
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11707 e03df62e-2008-0410-955e-edbf42e46eb7 | |||
2009-09-03 | Remove CMD_LOCALONLY, enforce use of GetRouting for routed commands | danieldg | |
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11671 e03df62e-2008-0410-955e-edbf42e46eb7 | |||
2009-09-02 | Add Module* creator to Command and ModeHandler | danieldg | |
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11631 e03df62e-2008-0410-955e-edbf42e46eb7 | |||
2009-09-02 | Change allocation of commands/modes | danieldg | |
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 | |||
2009-04-16 | Convert snomask 'A' into snomask 'a' for local announcements, add snomask ↵ | w00t | |
'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 | |||
2009-03-15 | Update all wiki links to point to the new wiki. This was done automatically ↵ | psychon | |
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 | |||
2009-03-13 | Fix bug #775, GRELOADMODULE displays success message on failure. Reported by ↵ | danieldg | |
Taros git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11214 e03df62e-2008-0410-955e-edbf42e46eb7 | |||
2009-01-02 | Update copyrights for 2009. | w00t | |
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@10932 e03df62e-2008-0410-955e-edbf42e46eb7 |