summaryrefslogtreecommitdiff
path: root/modules/extra/m_mysql.cpp
AgeCommit message (Expand)Author
2011-07-23Fix couple of typos in modulesCharles Kingsley
2011-05-16Use module type to determine what type each module is instead of its location...Adam
2011-05-16Fixed up the MySQL Query code and finished some command code I forgot earlierAdam
2011-05-16Moved the core pseudo clients out into their own modulesAdam
2011-03-05Removed nickrequests, instead have unconfirmed registrations. Also made ns_re...Adam
2011-03-04Added LDAP supportAdam
2011-02-20Much more work on the live SQL. Should work pretty decently now under heavy l...Adam
2011-01-07Added db_mysql_live which allows Anope to pull dataAdam
2010-10-30Made gettext work on most OSs. Tested on Debian, FreeBSD, Gentoo, and Windows.Adam
2010-10-01Rewrote some of the socket code to allow m_ssl to be a service.Adam
2010-08-27Added a new logging systemAdam
2010-08-22Added a classbase for the major classes, makes dynamic_reference invalidation...Adam
2010-08-17Always unload socketengines/database/protocl etc modules last, and fixed a po...Adam
2010-08-15Rewrote the MySQL API to use threads. This acts similar to before, but is fas...Adam