| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Update a bunch of references to the old command modules. | 2017-08-27 | 1 | -1/+1 | |
| | | |||||
| * | Match against core_*.so when looking for core modules. | 2017-08-27 | 1 | -1/+1 | |
| | | |||||
| * | Add CXX11_OVERRIDE to overridden members that lack it. | 2017-07-12 | 1 | -1/+1 | |
| | | | | | | This fixes a ton of warnings when building on compilers that default to C++11 or newer. | ||||
| * | Rename PURE_STATIC to INSPIRCD_STATIC. | 2016-04-04 | 1 | -1/+1 | |
| | | |||||
| * | Allow modules to be called as "foo" instead of "m_foo.so" | 2015-05-20 | 1 | -1/+2 | |
| | | |||||
| * | Add stdalgo::delete_all() that deletes all elements in a container | 2014-03-24 | 1 | -2/+1 | |
| | | |||||
| * | Automatically register ServiceProviders created by modules | 2013-09-08 | 1 | -6/+20 | |
| | | |||||
| * | Deduplicate code in modmanager_static and modmanager_dynamic | 2013-09-08 | 1 | -118/+3 | |
| | | |||||
| * | Fix module loading in PURE_STATIC builds | 2013-09-08 | 1 | -2/+2 | |
| | | |||||
| * | Replace OnRehash() with ReadConfig() that is called on boot, on module load ↵ | 2013-08-30 | 1 | -0/+6 | |
| | | | | | | | and on rehash This eliminates the need for calling OnRehash() in init() | ||||
| * | Automatically attach modules to events | 2013-08-04 | 1 | -0/+2 | |
| | | |||||
| * | Change the syntax of FOREACH macros to be less dumb. | 2013-08-04 | 1 | -1/+1 | |
| | | |||||
| * | Remove dead code from the InspIRCd and CommandParser classes and typedefs.h | 2013-06-18 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | Removed functions: InspIRCd: - Restart() - unused - DoSocketTimeouts() - no implementation exists - AddCommand() - useless wrapper around ModuleManager::AddService() CommandParser: - IsValidCommand() - unused - ProcessParameters() - no implementation exists | ||||
| * | Minor changes to the startup and shutdown code | 2013-06-18 | 1 | -0/+1 | |
| | | | | | | | | | | - Update comments - Close logs in LogManager destructor instead of relying on other code to do it - Change return type of InspIRCd::Run() to void - private: InspIRCd::CheckRoot() - Change log message type of setgroups() etc. errors to "STARTUP" - Load cmd_privmsg in PURE_STATIC builds | ||||
| * | Fix spacing in calls to LogManager::Log. | 2013-05-19 | 1 | -1/+1 | |
| | | |||||
| * | Merge insp20 | 2013-04-28 | 1 | -0/+2 | |
| |\ | |||||
| | * | Don't attempt to unload or reload modules that are waiting to be unloaded | 2013-04-05 | 1 | -0/+1 | |
| | | | |||||
| | * | Fix LUSERS not working in a PURE_STATIC build | 2013-04-05 | 1 | -0/+1 | |
| | | | |||||
| * | | Add LOG_ prefix to the log level enum values. | 2013-04-12 | 1 | -6/+6 | |
| | | | |||||
| * | | Convert ISUPPORT to use a map instead of a string. | 2013-04-11 | 1 | -1/+1 | |
| | | | |||||
| * | | Whitespace and empty destructor removal, minor coding style changes | 2013-04-01 | 1 | -1/+1 | |
| |/ | |||||
| * | Fix typos in ebdaf368e137fc933e648ee88a08a4f83e796f87 | 2012-12-03 | 1 | -2/+2 | |
| | | |||||
| * | Replace printf(_c) with iostream | 2012-10-14 | 1 | -3/+4 | |
| | | |||||
| * | Replace copyright headers with headers granting specific authors copyright | 2012-04-19 | 1 | -0/+19 | |
| | | |||||
| * | A few minor fixups | 2010-03-22 | 1 | -2/+3 | |
| | | | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12655 e03df62e-2008-0410-955e-edbf42e46eb7 | ||||
| * | Move ModuleManager::UnloadAll out of modmanager_dynamic | 2010-03-22 | 1 | -4/+0 | |
| | | | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12649 e03df62e-2008-0410-955e-edbf42e46eb7 | ||||
| * | PURE_STATIC fixes to use normal <module> tags | 2010-03-18 | 1 | -38/+78 | |
| | | | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12641 e03df62e-2008-0410-955e-edbf42e46eb7 | ||||
| * | Defer module init on initial load for easier dependency checking | 2010-02-16 | 1 | -3/+1 | |
| | | | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12477 e03df62e-2008-0410-955e-edbf42e46eb7 | ||||
| * | Clean up some slow iterations | 2010-01-19 | 1 | -5/+21 | |
| | | | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12300 e03df62e-2008-0410-955e-edbf42e46eb7 | ||||
| * | Add Module::init() for correct exception handling during hook registration | 2010-01-17 | 1 | -2/+12 | |
| | | | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12278 e03df62e-2008-0410-955e-edbf42e46eb7 | ||||
| * | PURE_STATIC improvements: Allow modules to be reloaded, generate linker ↵ | 2010-01-17 | 1 | -10/+40 | |
| | | | | | | | arguments git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12276 e03df62e-2008-0410-955e-edbf42e46eb7 | ||||
| * | Allow static build of inspircd without module support | 2009-11-11 | 1 | -0/+127 | |
| git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12083 e03df62e-2008-0410-955e-edbf42e46eb7 | |||||
