summaryrefslogtreecommitdiff
path: root/modules/extra
AgeCommit message (Expand)Author
2011-03-04Added LDAP supportAdam
2011-03-04Just use blocking sql queries if m_asynch_commands isn't loaded - it's not th...Adam
2011-02-27Made akills work on IRCds that do not support bans (ngircd)Adam
2011-02-26Replaced the few language strings we use with #defines to prevent accidentall...Adam
2011-02-25More fixes. Also made db_mysql_live not keep bots updated because thats point...Adam
2011-02-20Much more work on the live SQL. Should work pretty decently now under heavy l...Adam
2011-02-18Update SQL when a nick is deletedAdam
2011-02-17Split db_mysql_live into two modules so other modules can make use of the asy...Adam
2011-02-11Made the help command description code more saneAdam
2011-02-04try/catch-ified all instances of convertTo to keep from aborting when a user ...Adam
2011-02-04Merge 032c30dd5dc4Adam
2011-02-04Moved the language strings which are only used onceAdam
2011-01-28Added patricia_tree::iteratorAdam
2011-01-28Bug #1237 - only set umode +h on a user joining help chan if they have op accesslethality
2011-01-24Fixed the order queries are done during sqlsync to make the new foreign keys ...Adam
2011-01-24Fixed some SQL queriesAdam
2011-01-24Added %N for network name in dnsbl:reasonAdam
2011-01-21fixed some minor presentation, grammar mis-use and copyright date in DP's ngircdlethality
2011-01-17Added ns_ajoinAdam
2011-01-15Added an amsg kickerAdam
2011-01-08Changed db_mysql_live to use a safer mutex system to prevent deadlocksAdam
2011-01-08Process flag changes from SQLAdam
2011-01-08Made the Flag class able to convert flags to strings and backAdam
2011-01-07Added db_mysql_live which allows Anope to pull dataAdam
2011-01-05update copyrights for 2011lethality
2010-12-27Load session exceptions on start when using SQLAdam
2010-12-27Bug #1220 - Fixed an event in /hs activate and /ms delAdam
2010-12-24Fixed Windows buildAdam
2010-12-23Fixed a crash in m_aliasAdam
2010-12-15Bug #1211 - Fixed loading and saving anope_os_sxlinesAdam
2010-12-12Allow getting users opertype from XMLRPC requestsAdam
2010-12-12Allow command aliases to be redirected to different pseudo clientsAdam
2010-12-12Cleaned up some things, made the protocol modules use some basic inheritance ...Adam
2010-12-12Allowing adding hostmasks to channel access listsAdam
2010-12-12Fixed subcommandsAdam
2010-12-12The rest of the earlier command changesAdam
2010-12-12Added /bs set msgAdam
2010-12-12Send replies from fantasy commands back to the channel, this will be expanded...Adam
2010-12-12Added cs_entrymsgAdam
2010-12-12Allow the patricia tree to store non-pointersAdam
2010-12-12Added cs_mode, rewrote the old list mode code, and added CIDR supportAdam
2010-12-12Removed and deprecated /cs set mlock, removed /cs clear, removed /os clearmod...Adam
2010-12-12Added command aliasesAdam
2010-12-12Switched the system for storing users, channels, and sesions to a patriciaAdam
2010-12-12Added /ms ignoreAdam
2010-12-12Document XMLRPC calls and added a .php class wrapper for themAdam
2010-12-12Added m_xmlrpc and m_xmlrpc main, which allows remote programs to executeAdam
2010-11-18Fixed some mysql queriesAdam
2010-11-09Fixed DNS caching and made DNS cache empty resultsAdam
2010-11-07Fixed the OnPostCommand event overload in db_mysqlAdam