summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2015-12-06Remove <options:ircumsgprefix> entirelyAttila Molnar
2015-12-05m_ircv3 Make WriteNeighborsWithCap() available for use in other modulesAttila 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-12-02Merge branch 'master+serviceinit'Attila Molnar
2015-12-01Merge branch 'master+reloadmod'Attila Molnar
2015-11-26core_reloadmodule Allow modules to handle reload failures of other modsAttila Molnar
2015-11-26core_reloadmodule Allow modules to save and restore their own data when reloa...Attila Molnar
2015-11-26Add LocalIntExt and LocalStringExt::unserialize() for non-FORMAT_NETWORKAttila Molnar
2015-11-26Add ExtensionManager::GetExts()Attila Molnar
2015-11-26Add typedef ExtensionManager::ExtMapAttila Molnar
2015-11-26Handle module reloading in core_reloadmodule entirelyAttila Molnar
2015-11-23Add SERVICE_CUSTOM for services managed by a moduleAttila Molnar
2015-11-23Implement ExtensionItem::RegisterService()Attila Molnar
2015-11-23Implement ModeHandler::RegisterService()Attila Molnar
2015-11-23Implement Command::RegisterService()Attila Molnar
2015-11-23Add ServiceProvider::RegisterService(), call it from ModuleManager::AddService()Attila Molnar
2015-11-23Extract code that manipulates the ModuleManager::DataProviders map into methodsAttila Molnar
2015-11-23core_whowas Add WhoWas::Manager::PurgeNick()Attila Molnar
2015-11-03Remove UserManager::GarbageCollect()Attila Molnar
2015-11-03Move already sent id rollover handling and static LocalUser::already_sent_id ...Attila Molnar
2015-11-03Add UserManager::NextAlreadySentId() and convert all code to use itAttila Molnar
2015-11-02core_channel Implement invite (un)serializationAttila Molnar
2015-11-02Rewrite invite systemAttila Molnar
2015-11-02Move ServerConfig::InvBypassModes into core_channelAttila Molnar
2015-07-06Fail invalid dns responses instead of dropAdam
2015-06-06Call OnStreamSocketWrite() once per write eventAttila Molnar
2015-06-06Convert all code to use StreamSocket::SendQueueAttila Molnar
2015-06-06Add class StreamSocket::SendQueueAttila Molnar
2015-06-04Expand module names in ServerConfig::ApplyModules()Attila Molnar
2015-05-20Allow modules to be called as "foo" instead of "m_foo.so"Attila Molnar
2015-05-19Merge branch 'master+movenames'Attila Molnar
2015-05-18New m_ldap from AnopeAdam
2015-05-17Move InspIRCd::SendError() to cmd_dieAttila Molnar
2015-05-16Move Channel::UserList() from core to cmd_namesAttila Molnar
2015-05-13core_dns Add DNS timeout timer in Process() not in DNS::Request constructorAttila Molnar
2015-05-13core_dns Make MAX_REQUEST_ID unsigned, move it to core_dns from headerAttila Molnar
2015-05-12Remove support for non-unloadable (VF_STATIC) modulesAttila Molnar
2015-04-28Move OnWhois* events to core_whois, add Whois::ContextAttila Molnar
2015-04-27Merge branch 'master+dns'Attila 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