summaryrefslogtreecommitdiff
path: root/include/modules
AgeCommit message (Expand)Author
2014-03-15Change allocation of InspIRCd::Timers to be physically part of the object con...Attila Molnar
2014-01-30Allow Timers to delete themselves in Tick()Attila Molnar
2014-01-23Remove whitespace and minor style changesAttila Molnar
2014-01-22Split IOHook into IOHook and IOHookProviderAttila Molnar
2014-01-05Introduce Server classAttila Molnar
2013-12-19Add m_ldap, and convert m_ldapoper and m_ldapauth to use it.Adam
2013-09-08Automatically register ServiceProviders created by modulesattilamolnar
2013-08-27Fix Windows build and a few more problemsattilamolnar
2013-08-27Fix various small issues.Peter Powell
2013-08-27Make all regex modules throw the same exception on error.Peter Powell
2013-07-16Fix some warnings which are causing debug builds to fail.Peter Powell
2013-06-07Change the API of m_httpd to be dynamic_reference-basedattilamolnar
2013-06-07Change the API of m_sslinfo to be dynamic_reference-basedattilamolnar
2013-06-07Create SSLIOHook interface that provides GetCertificate()attilamolnar
2013-06-07Create IOHook interface (extracted from Module)attilamolnar
2013-04-26Modularize DNSAdam
2013-04-12Tidy up source files:Peter Powell