Age | Commit message (Expand) | Author |
2015-05-18 | New m_ldap from Anope | Adam |
2015-05-13 | core_dns Add DNS timeout timer in Process() not in DNS::Request constructor | Attila Molnar |
2015-05-13 | core_dns Make MAX_REQUEST_ID unsigned, move it to core_dns from header | Attila Molnar |
2015-04-28 | Move OnWhois* events to core_whois, add Whois::Context | Attila Molnar |
2015-04-27 | core_dns Drop incoming packets containing a different question from what we a... | Attila Molnar |
2015-04-21 | core_dns Remove incomplete support for multiple questions per query | Attila Molnar |
2015-04-21 | core_dns Don't store query class code in Question | Attila Molnar |
2015-04-21 | core_dns Add typedef for request id, change it to uint16_t | Attila Molnar |
2015-03-06 | Fix building modules that use cap.h with a C++11 compiler. | Peter Powell |
2015-02-12 | m_spanningtree Pass Server* to the OnServerLink/OnServerSplit events | Attila Molnar |
2015-02-11 | Convert the spanningtree events to use the new cross-module event system | Attila Molnar |
2015-02-11 | Remove unused parameters from HTTPRequest constructor | Attila Molnar |
2015-02-11 | Convert the HTTPd request event to use the new cross-module event system | Attila Molnar |
2015-02-11 | Convert the HTTPd ACL event to use the new cross-module event system | Attila Molnar |
2015-02-11 | Convert the SASL fallback event to use the new cross-module event system | Attila Molnar |
2015-02-11 | Convert the CAP event to use the new cross-module event system | Attila Molnar |
2015-02-11 | Allow enabling/disabling caps via GenericCap::SetActive() | Attila Molnar |
2015-02-11 | Convert the account login event to use the new cross-module event system | Attila Molnar |
2015-01-18 | Specify which Extensible subclass an ExtensionItem is valid for | Attila Molnar |
2014-08-04 | Hashing: Redo API | Daniel Vassdal |
2014-07-10 | Remove current time parameter of the Timer constructor | Attila Molnar |
2014-03-15 | Change allocation of InspIRCd::Timers to be physically part of the object con... | Attila Molnar |
2014-01-30 | Allow Timers to delete themselves in Tick() | Attila Molnar |
2014-01-23 | Remove whitespace and minor style changes | Attila Molnar |
2014-01-22 | Split IOHook into IOHook and IOHookProvider | Attila Molnar |
2014-01-05 | Introduce Server class | Attila Molnar |
2013-12-19 | Add m_ldap, and convert m_ldapoper and m_ldapauth to use it. | Adam |
2013-09-08 | Automatically register ServiceProviders created by modules | attilamolnar |
2013-08-27 | Fix Windows build and a few more problems | attilamolnar |
2013-08-27 | Fix various small issues. | Peter Powell |
2013-08-27 | Make all regex modules throw the same exception on error. | Peter Powell |
2013-07-16 | Fix some warnings which are causing debug builds to fail. | Peter Powell |
2013-06-07 | Change the API of m_httpd to be dynamic_reference-based | attilamolnar |
2013-06-07 | Change the API of m_sslinfo to be dynamic_reference-based | attilamolnar |
2013-06-07 | Create SSLIOHook interface that provides GetCertificate() | attilamolnar |
2013-06-07 | Create IOHook interface (extracted from Module) | attilamolnar |
2013-04-26 | Modularize DNS | Adam |
2013-04-12 | Tidy up source files: | Peter Powell |