summaryrefslogtreecommitdiff
path: root/src/modules.cpp
AgeCommit message (Expand)Author
2012-11-22Pretty large coding style cleanup, in source docAdam
2012-10-01Cleanup of all of the protocol modules, rewrote message handling system to be...Adam
2012-02-14Clean up and reorganize our header filesAdam
2012-01-02Updated Copyright to 2012Adam
2011-09-10Made service_reference type safeAdam
2011-07-14Rewrote how commands are handled within Anope.Adam
2011-06-17Search all domains for language strings, fixes the mess that we used to use t...Adam
2011-05-16Use module type to determine what type each module is instead of its location...Adam
2011-05-16Moved some global functions to be member functions and misc cleanupAdam
2011-03-13Added some useful Anope::Version functions to prevent some files from unneces...DukePyrolator
2011-02-04Moved the language strings which are only used onceAdam
2011-01-05update copyrights for 2011lethality
2010-12-25Forward port part of 821995bf604b5c6e18e6c0c93a31e149565160c8Adam
2010-12-12The rest of the earlier command changesAdam
2010-10-30Made gettext work on most OSs. Tested on Debian, FreeBSD, Gentoo, and Windows.Adam
2010-10-28Made gettext work on Debian and updated some documentationAdam
2010-10-26Fixed Windows build with gettextAdam
2010-10-23Made the language system still work even if the locales are not installed on ...Adam
2010-10-11Fixed Windows buildAdam
2010-10-04Automatically destruct messages when modules are unloadedAdam
2010-10-04Changed the protocol handling system to use a vector of strings instead of C ...Adam
2010-10-01Rewrote some of the socket code to allow m_ssl to be a service.Adam
2010-09-26Partial fix for finding gettext with CMake, still doesn't fix the lack of fin...Naram Qashat
2010-09-26Changed the language system to use gettextAdam
2010-09-17Rejig of some of the socket stuff. Fixed marking sockets as nonblocking on Wi...Adam
2010-08-27Added a new logging systemAdam
2010-08-22Added a classbase for the major classes, makes dynamic_reference invalidation...Adam
2010-08-17Rewrote the config reader to better handle invalid configs.Adam
2010-08-15Rewrote the MySQL API to use threads. This acts similar to before, but is fas...Adam
2010-07-31Don't dynamically allocate commands in modules anymore, instead made them mem...Adam
2010-07-30Slight cleanup in modules.cpp.Naram Qashat
2010-07-27Some windows fixes from the Anope::string commitAdam
2010-07-26Trying to make things a little more const-safe, a work in progress but this i...Naram Qashat
2010-07-25Epic commit to replace most of the strings in Anope with a single Anope::stri...Naram Qashat
2010-06-28Fix version system so it doesn't cause the entire build tree to get rebuilt j...Naram Qashat
2010-06-22moved FindMessage() into the Anope classDukePyrolator
2010-06-21Fixed a few Windows problems with cleaning out the runtime directoryAdam
2010-06-20Store modules in a list and xlines in a vector, not deques. We need to be abl...Adam
2010-06-20The first of a few "CBX OCDing over code style" commits, focusing on include/...Naram Qashat
2010-06-18Renamed all of source files from .c to .cppAdam