summaryrefslogtreecommitdiff
path: root/include/modules/cap.h
AgeCommit message (Expand)Author
2021-02-26Update copyright headers.InspIRCd Robot
2021-01-19Allow converting a Cap::Reference to a Cap::Capability*.Sadie Powell
2020-12-20Hide the server name/desc better when <options:hideserver> is set.Sadie Powell
2020-01-11Update copyright headers.InspIRCd Robot
2019-08-07Convert all core ExtensionItem code away from {un,}serialize.Peter Powell
2018-08-13Implement IRCv3 message tag support.Peter Powell
2017-11-21Add the override keyword in places that it is missing.Peter Powell
2016-09-02Fix Windows build and most MSVC warningsAttila Molnar
2015-12-05m_cap Make Capability objects compatible with dynamic_references, add Cap::Re...Attila Molnar
2015-12-05m_cap Specialize extension itemAttila Molnar
2015-12-05m_cap Provide the OnCapValueChange event and add Cap::Manager::NotifyValueCha...Attila Molnar
2015-12-05m_cap Provide the OnCapAddDel() eventAttila Molnar
2015-12-05m_cap Add Capability::GetCapValue(), list capabilities with valuesAttila Molnar
2015-12-05m_cap Learn the supported capability negotiation protocol of a client from CA...Attila Molnar
2015-12-05m_cap Add Capability::OnList() hookAttila Molnar
2015-12-05m_cap Add Capability::OnRequest() hookAttila Molnar
2015-12-05Add rewritten m_cap moduleAttila Molnar
2015-12-05Nuke m_capAttila Molnar
2015-03-06Fix building modules that use cap.h with a C++11 compiler.Peter Powell
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-01-18Specify which Extensible subclass an ExtensionItem is valid forAttila Molnar
2014-01-23Remove whitespace and minor style changesAttila Molnar
2013-09-08Automatically register ServiceProviders created by modulesattilamolnar
2013-04-12Tidy up source files:Peter Powell