Age | Commit message (Expand) | Author |
2012-09-30 | Make CommandSource use references, sometimes we hold them for awhile | Adam |
2012-09-24 | Fix a few oddball warnings that came up from clang, and also make it so webcp... | Naram Qashat |
2012-09-12 | Add m_sql_authentication to allow authenticating users against an external SQ... | Adam |
2012-09-07 | Add chanserv/set/autoop, like nickserv/set/autoop but for channels | Adam |
2012-09-07 | Fixed m_ldap_authentication not returning anything if the search for an accou... | Adam |
2012-09-02 | Fix Windows | Adam |
2012-09-01 | Added a web panel module + a default template | Adam |
2012-07-01 | Remove ExtensibleString everywhere | Adam |
2012-06-18 | Allow userless command sources | Adam |
2012-06-01 | updated chanstats | DukePyrolator |
2012-05-15 | m_ldap_authentication: Removed the dependency on a specific binddn in favour ... | Jeremy |
2012-05-15 | Grab the DN for every LDAP query and send it in the result | Adam |
2012-05-09 | Made ssl cert and keyfiles configurable | Adam |
2012-05-08 | Fixed some 100% cpu bugs with the new SQL stuff, and fixed sqlite+db_sql_live | Adam |
2012-05-06 | Split up db/conf/lib/locale install directories, and allow alternate ones to ... | Adam |
2012-04-29 | Pull table schemas from SQL on startup so we can alter the schemas if we need... | Adam |
2012-04-27 | Fixes to db_sql | Adam |
2012-04-27 | Add db_sql:prefix allow prefixing all anope tables similarly, and changed db_... | Adam |
2012-04-25 | Fixed non-debug build | Adam |
2012-04-23 | Merge branch '1.9' of anope.git.sf.net:/gitroot/anope/anope into 1.9 | Adam |
2012-04-23 | Reworked live SQL support yet again | Adam |
2012-04-13 | fixed a bug in chanstats | DukePyrolator |
2012-04-08 | fixed a compile error in m_sqlite | DukePyrolator |
2012-04-08 | Added Chanstats. It uses a new, improved database format and is not compatibl... | DukePyrolator |
2012-04-08 | Modified the SQL API to allow unescaped parameters (useful for passing row na... | DukePyrolator |
2012-02-22 | Added regex support for many commands, such as akill, sqline, snline, | Adam |
2012-02-22 | Also fixed m_proxyscan to handle users with invalid ips | Adam |
2012-02-21 | Fixed m_dnsbl handling users with spoofs/other non ips | Adam |
2012-02-18 | Use C++11's explicit override feature if available | Adam |
2012-02-14 | Clean up and reorganize our header files | Adam |
2012-01-31 | Fixed a memory leak in m_ldap | Adam |
2012-01-25 | Windows | Adam |
2012-01-02 | Updated Copyright to 2012 | Adam |
2011-12-27 | Made capab management a bit simplier | Adam |
2011-12-19 | Made m_dnsbl ban IPs not hostnames | Adam |
2011-12-08 | Fixed a memory leak in m_sqlite | Adam |
2011-11-08 | Windows | Adam |
2011-11-04 | Delete all tables before flushing not just ones we know about | Adam |
2011-10-27 | Fix a few warnings that only showed up with gcc 3.4.6 here (sadly, there is o... | Naram Qashat |
2011-10-24 | Fixed bug #1349 (m_sqlite compiles without error under FreeBSD), as well as u... | Naram Qashat |
2011-10-22 | Added akill ids | Adam |
2011-10-21 | Added m_rewrite | Adam |
2011-09-25 | Added a new database format and sqlite support. Also moved db-convert to a mo... | Adam |
2011-09-10 | Moved signal/thread/mode checking to use signal pipes | Adam |
2011-09-10 | Removed /bs set msg | Adam |
2011-09-10 | Fixed service_reference to work correctly with external classes | Adam |
2011-09-10 | Allow modules to add their own channel levels | Adam |
2011-09-10 | Made service_reference type safe | Adam |
2011-09-10 | Added oper:host and oper:vhost | Adam |
2011-09-10 | Cleaned up the dns engine, and fixed sometimes parsing multiple answer querie... | Adam |