Age | Commit message (Expand) | Author |
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 |
2011-07-14 | Rewrote how commands are handled within Anope. | Adam |
2011-05-21 | Made Anope able to process normally when disconnected from the uplink and not... | Adam |
2011-05-16 | Use module type to determine what type each module is instead of its location... | Adam |
2011-05-16 | Added more useful functions to our LDAP API, allow adding newly registered ac... | Adam |
2011-05-16 | Moved some global functions to be member functions and misc cleanup | Adam |
2011-03-13 | Added some useful Anope::Version functions to prevent some files from unneces... | DukePyrolator |
2011-02-20 | Much more work on the live SQL. Should work pretty decently now under heavy l... | Adam |
2010-10-02 | Added os_modreload. Also allow unloading database and encryption modules sinc... | Adam |
2010-10-02 | Made OperServ and Global optional | Adam |
2010-10-01 | Revert "Do not use new/delete to allocate modules, allows modules to always d... | Adam |
2010-09-26 | Changed the language system to use gettext | Adam |
2010-09-22 | Do not use new/delete to allocate modules, allows modules to always destruct ... | Adam |
2010-09-17 | Rejig of some of the socket stuff. Fixed marking sockets as nonblocking on Wi... | Adam |
2010-09-14 | Cleanup DNS requests when modules are unloaded, fixes unloading m_dnsbl durin... | Adam |
2010-08-27 | Added a new logging system | Adam |
2010-08-22 | Added a classbase for the major classes, makes dynamic_reference invalidation... | Adam |
2010-08-17 | Always unload socketengines/database/protocl etc modules last, and fixed a po... | Adam |
2010-08-17 | Rewrote the config reader to better handle invalid configs. | Adam |
2010-08-15 | Rewrote the MySQL API to use threads. This acts similar to before, but is fas... | Adam |
2010-07-30 | Cleanup in modulemanager.cpp, make it so CMake only includes the -fno-leading... | Naram Qashat |
2010-07-27 | Some windows fixes from the Anope::string commit | Adam |