Age | Commit message (Expand) | Author |
2011-03-04 | Added LDAP support | Adam |
2011-03-04 | Just use blocking sql queries if m_asynch_commands isn't loaded - it's not th... | Adam |
2011-02-27 | Made akills work on IRCds that do not support bans (ngircd) | Adam |
2011-02-26 | Replaced the few language strings we use with #defines to prevent accidentall... | Adam |
2011-02-25 | More fixes. Also made db_mysql_live not keep bots updated because thats point... | Adam |
2011-02-20 | Much more work on the live SQL. Should work pretty decently now under heavy l... | Adam |
2011-02-18 | Update SQL when a nick is deleted | Adam |
2011-02-17 | Split db_mysql_live into two modules so other modules can make use of the asy... | Adam |
2011-02-11 | Made the help command description code more sane | Adam |
2011-02-04 | try/catch-ified all instances of convertTo to keep from aborting when a user ... | Adam |
2011-02-04 | Merge 032c30dd5dc4 | Adam |
2011-02-04 | Moved the language strings which are only used once | Adam |
2011-01-28 | Added patricia_tree::iterator | Adam |
2011-01-28 | Bug #1237 - only set umode +h on a user joining help chan if they have op access | lethality |
2011-01-24 | Fixed the order queries are done during sqlsync to make the new foreign keys ... | Adam |
2011-01-24 | Fixed some SQL queries | Adam |
2011-01-24 | Added %N for network name in dnsbl:reason | Adam |
2011-01-21 | fixed some minor presentation, grammar mis-use and copyright date in DP's ngircd | lethality |
2011-01-17 | Added ns_ajoin | Adam |
2011-01-15 | Added an amsg kicker | Adam |
2011-01-08 | Changed db_mysql_live to use a safer mutex system to prevent deadlocks | Adam |
2011-01-08 | Process flag changes from SQL | Adam |
2011-01-08 | Made the Flag class able to convert flags to strings and back | Adam |
2011-01-07 | Added db_mysql_live which allows Anope to pull data | Adam |
2011-01-05 | update copyrights for 2011 | lethality |
2010-12-27 | Load session exceptions on start when using SQL | Adam |
2010-12-27 | Bug #1220 - Fixed an event in /hs activate and /ms del | Adam |
2010-12-24 | Fixed Windows build | Adam |
2010-12-23 | Fixed a crash in m_alias | Adam |
2010-12-15 | Bug #1211 - Fixed loading and saving anope_os_sxlines | Adam |
2010-12-12 | Allow getting users opertype from XMLRPC requests | Adam |
2010-12-12 | Allow command aliases to be redirected to different pseudo clients | Adam |
2010-12-12 | Cleaned up some things, made the protocol modules use some basic inheritance ... | Adam |
2010-12-12 | Allowing adding hostmasks to channel access lists | Adam |
2010-12-12 | Fixed subcommands | Adam |
2010-12-12 | The rest of the earlier command changes | Adam |
2010-12-12 | Added /bs set msg | Adam |
2010-12-12 | Send replies from fantasy commands back to the channel, this will be expanded... | Adam |
2010-12-12 | Added cs_entrymsg | Adam |
2010-12-12 | Allow the patricia tree to store non-pointers | Adam |
2010-12-12 | Added cs_mode, rewrote the old list mode code, and added CIDR support | Adam |
2010-12-12 | Removed and deprecated /cs set mlock, removed /cs clear, removed /os clearmod... | Adam |
2010-12-12 | Added command aliases | Adam |
2010-12-12 | Switched the system for storing users, channels, and sesions to a patricia | Adam |
2010-12-12 | Added /ms ignore | Adam |
2010-12-12 | Document XMLRPC calls and added a .php class wrapper for them | Adam |
2010-12-12 | Added m_xmlrpc and m_xmlrpc main, which allows remote programs to execute | Adam |
2010-11-18 | Fixed some mysql queries | Adam |
2010-11-09 | Fixed DNS caching and made DNS cache empty results | Adam |
2010-11-07 | Fixed the OnPostCommand event overload in db_mysql | Adam |