Age | Commit message (Expand) | Author |
2012-11-30 | Change /os reload to not unnecessarially rebuild httpd servers. Change m_http... | Adam |
2012-11-29 | Fix warnings from classes with virtual functions not having virtual destructors | Adam |
2012-11-28 | Rewrite/simplify some of m_httpd | Adam |
2012-11-22 | Pretty large coding style cleanup, in source doc | Adam |
2012-11-03 | Made m_xmlrpc use m_httpd | Adam |
2012-11-01 | Fixed quite a bit of dumbness with m_ssl. Had to | Adam |
2012-10-30 | Fixed build errors and warnings with -std=c++11 | Adam |
2012-10-27 | Add a module log type | Adam |
2012-10-24 | BIND's forward ability did not work as I expected | Adam |
2012-10-14 | Better clarify signon vs timestamp and allow updating users timestamp to an i... | Adam |
2012-10-13 | Add m_sql_oper | Adam |
2012-10-10 | Fix m_ldap to reconnect automatically if the ldap server goes away | Adam |
2012-10-09 | Cleanup ok if modules with pending identify requests are unloaded | Adam |
2012-10-08 | Fix fantasy !help & give it its own help header, not ChanServ's | Adam |
2012-10-07 | Remove the asynchronous identifing hack and replace it with something better.... | Adam |
2012-10-03 | Some minor fixes/typos | lethality |
2012-10-02 | Attempt #2 at silly topic ts thing, this is actually must cleaner | Adam |
2012-10-02 | added an operserv/akill page to webcpanel | DukePyrolator |
2012-10-01 | Cleanup of all of the protocol modules, rewrote message handling system to be... | Adam |
2012-09-30 | timestamp column is a special case too | Adam |
2012-09-30 | Bug #1445 - Empty out columns in SQL we have no data for on | Adam |
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 |