Age | Commit message (Expand) | Author |
2017-06-24 | modulemanager: debug log if module is still loaded after dlclose | Adam |
2017-06-21 | Stop init if a module can't be loaded because it doesn't exist | Adam |
2017-06-21 | Convert ModuleReturn to an enum class | Adam |
2017-04-20 | Merge commit '8656b65e392e8d26de218bf372da949c3a00d8d4' | Adam |
2017-01-23 | Make log system use newer format strings | Adam |
2017-01-16 | Update copyright to 2017. | Robby |
2016-07-31 | Update license headers and copyrights on all source files | Adam |
2016-07-28 | Allow serializable fields to use storage in the respective objects. | Adam |
2016-01-28 | Update copyright to 2016. This was done with: | Robby |
2015-10-27 | Merge branch '2.0' into 2.1 | Adam |
2015-10-27 | Beginning of new module dependency stuff, seems to compile and link. Move som... | Adam |
2015-07-08 | Fix a ton of typos. | Peter Powell |
2015-03-12 | Update cmake version parsing code to deal with recent build version changes | Adam |
2015-02-03 | Make module version system work | Adam |
2014-11-24 | Rewrite serializable to have field level granularity | Adam |
2014-10-14 | Fix module event prioritization which was broken with the newer | Adam |
2014-06-23 | Merge branch '2.0' into 2.1 | Adam |
2014-05-30 | Fix Windows build and update library names to the newer ones. | Adam |
2014-05-28 | Move most of the core pseudoclient logic to modules | Adam |
2014-05-27 | Fix dlerror() on Windows and do not abort if err is not set | Adam |
2014-04-20 | New event system | Adam |
2014-01-01 | Update copyright to 2014. This was done with: | Adam |
2013-09-16 | Remove static variables from functions in modules which causes them to be mar... | Adam |
2013-07-05 | Fix sometimes not unloading all modules on shutdown | Adam |
2013-05-28 | Fixup last commit. We have events in log's destructor so we cant log messages... | Adam |
2013-05-27 | Initially attach all modules to all events, and detach them as the events are... | Adam |
2013-05-05 | Rework the config file reader to be much more flexible and move many configur... | Adam |
2013-04-12 | Fix OSX buld and a warning in modulemanager.cpp | Adam |
2013-04-11 | Pass new config and the new config reader to the OnReload event, aswell as ca... | Adam |
2013-04-10 | Move some of the modules in extras/ that arent really extra out of extras. Ma... | Adam |
2013-04-06 | Remove the runtime module directory on non-windows because we no longer overw... | Adam |
2013-03-30 | Merge usefulness of Timer and CallBack classes into Timer, and fix it to real... | Adam |
2013-01-09 | Update copyright to 2013. This was done with: | Adam |
2012-12-13 | Optimize much of the database code and serialize code. | Adam |
2012-11-22 | Pretty large coding style cleanup, in source doc | Adam |
2012-11-06 | Windows fixes | Adam |
2012-09-30 | Place runtime module binaries in data/runtime instead of lib/ incase of a sys... | Adam |
2012-09-30 | Use RTLD_NOW when loading modules to resolve all symbols immediately. | Adam |
2012-09-02 | Fix Windows | Adam |
2012-05-06 | Split up db/conf/lib/locale install directories, and allow alternate ones to ... | Adam |
2012-03-22 | added a missing error message when a module file does not exist. this fixes b... | DukePyrolator |
2012-02-22 | Added regex support for many commands, such as akill, sqline, snline, | Adam |
2012-02-15 | Remove revision numbers as they're only ever set by Config reading git since ... | Adam |
2012-02-14 | Clean up and reorganize our header files | Adam |
2012-01-02 | Updated Copyright to 2012 | Adam |
2011-11-08 | Windows | Adam |
2011-10-09 | Give more verbose messages on startup | Adam |
2011-09-10 | Made service_reference type safe | Adam |
2011-08-11 | Fixed Windows runtime problems | Adam |
2011-08-08 | Copy modules to the runtime directory in one big read/write if we can instead... | Adam |