summaryrefslogtreecommitdiff
path: root/include/modules
AgeCommit message (Expand)Author
2015-04-28Move OnWhois* events to core_whois, add Whois::ContextAttila Molnar
2015-04-27core_dns Drop incoming packets containing a different question from what we a...Attila Molnar
2015-04-21core_dns Remove incomplete support for multiple questions per queryAttila Molnar
2015-04-21core_dns Don't store query class code in QuestionAttila Molnar
2015-04-21core_dns Add typedef for request id, change it to uint16_tAttila Molnar
2015-03-06Fix building modules that use cap.h with a C++11 compiler.Peter Powell
2015-02-12m_spanningtree Pass Server* to the OnServerLink/OnServerSplit eventsAttila Molnar
2015-02-11Convert the spanningtree events to use the new cross-module event systemAttila Molnar
2015-02-11Remove unused parameters from HTTPRequest constructorAttila Molnar
2015-02-11Convert the HTTPd request event to use the new cross-module event systemAttila Molnar
2015-02-11Convert the HTTPd ACL event to use the new cross-module event systemAttila Molnar
2015-02-11Convert the SASL fallback event to use the new cross-module event systemAttila Molnar
2015-02-11Convert the CAP event to use the new cross-module event systemAttila Molnar
2015-02-11Allow enabling/disabling caps via GenericCap::SetActive()Attila Molnar
2015-02-11Convert the account login event to use the new cross-module event systemAttila Molnar
2015-01-18Specify which Extensible subclass an ExtensionItem is valid forAttila Molnar
2014-08-04Hashing: Redo APIDaniel Vassdal
2014-07-10Remove current time parameter of the Timer constructorAttila Molnar
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