summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2015-12-28Fix some whitespace issuesAttila Molnar
2015-12-28m_cap Fix incorrect syntax of empty CAP LIST replyAttila Molnar
2015-12-18m_xline_db Don't flush database when an xline expiresAttila Molnar
2015-12-08Strip all control codes except \001 in InspIRCd::StripColor()Attila Molnar
2015-12-07Deduplicate code in InspIRCd::FindNick()Attila Molnar
2015-12-07Remove some IS_SERVER() checksAttila Molnar
2015-12-07Do not insert FakeUsers into UserManager::uuidlistAttila Molnar
2015-12-07m_spanningtree Try FindServerID() first if the prefix looks like a sid in Tre...Attila Molnar
2015-12-06m_spanningtree Change allocation of ModuleSpanningTree::commands to be physic...Attila Molnar
2015-12-06m_spanningtree Implement ServerCommand::RegisterService()Attila Molnar
2015-12-06Add m_ircv3_invitenotify which implements the IRCv3.2 invite-notify extensionAttila Molnar
2015-12-06Add minimum channel rank and exception list parameters to the OnUserInvite hookAttila Molnar
2015-12-06cmd_invite Fire the OnUserInvite event before announcing the inviteAttila Molnar
2015-12-06cmd_invite Extend scope of the prefix character variableAttila Molnar
2015-12-06Add m_ircv3_echomessage which implements the IRCv3.2 echo-message extensionAttila Molnar
2015-12-06Remove <options:ircumsgprefix> entirelyAttila Molnar
2015-12-06Merge branch 'master+cap'Attila Molnar
2015-12-05Add m_ircv3_chghost which implements the IRCv3.2 chghost extensionAttila 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-05Add m_ircv3_capnotify which implements the IRCv3.2 cap-notify extensionAttila Molnar
2015-12-05m_cap Save and restore the cap state of a module when it is reloadedAttila Molnar
2015-12-05m_cap Specialize extension itemAttila Molnar
2015-12-05m_sasl Advertise SASL mechanism list to supporting clientsAttila 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 Reject CAP CLEAR from clients newer than 3.1Attila 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_sasl Create SASLCap which subclasses Cap::Capability and implements OnReque...Attila Molnar
2015-12-05m_cap Add Capability::OnRequest() hookAttila Molnar
2015-12-05Add rewritten m_cap moduleAttila Molnar
2015-12-05m_sasl Enforce usage of uuids in server-to-server SASL commandAttila Molnar
2015-12-05Nuke m_capAttila Molnar
2015-12-05m_ircv3 Change signature of WriteNeighboursWithExt to accept a cap, renameAttila 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-26core_reloadmodule Save and restore module state (modes, extensions) on reloadAttila Molnar
2015-11-26Add LocalIntExt and LocalStringExt::unserialize() for non-FORMAT_NETWORKAttila Molnar
2015-11-26Fix FORMAT_INTERNAL handling in LocalIntExt::serialize() and LocalStringExt::...Attila Molnar
2015-11-26Add typedef ExtensionManager::ExtMapAttila Molnar
2015-11-26m_services_account Handle FORMAT_INTERNAL when unserializing the accountnameAttila Molnar
2015-11-26Handle module reloading in core_reloadmodule entirelyAttila 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