Age | Commit message (Expand) | Author |
2015-12-28 | Invert if in Channel::PartUser() | Attila Molnar |
2015-12-28 | Fix some whitespace issues | Attila Molnar |
2015-12-28 | m_cap Fix incorrect syntax of empty CAP LIST reply | Attila Molnar |
2015-12-18 | m_xline_db Don't flush database when an xline expires | Attila Molnar |
2015-12-08 | Strip all control codes except \001 in InspIRCd::StripColor() | Attila Molnar |
2015-12-07 | Merge pull request #1110 from SaberUK/insp20+cap | Attila Molnar |
2015-12-07 | Work around irc::spacesepstream not stripping extraneous spaces. | Peter Powell |
2015-12-07 | Fix CAP REQ to be atomic like the standard dictates. | Peter Powell |
2015-12-07 | Deduplicate code in InspIRCd::FindNick() | Attila Molnar |
2015-12-07 | Remove some IS_SERVER() checks | Attila Molnar |
2015-12-07 | Do not insert FakeUsers into UserManager::uuidlist | Attila Molnar |
2015-12-07 | m_spanningtree Try FindServerID() first if the prefix looks like a sid in Tre... | Attila Molnar |
2015-12-06 | m_spanningtree Change allocation of ModuleSpanningTree::commands to be physic... | Attila Molnar |
2015-12-06 | m_spanningtree Implement ServerCommand::RegisterService() | Attila Molnar |
2015-12-06 | Merge branch 'master+echomessage-invitenotify' | Attila Molnar |
2015-12-06 | Add m_ircv3_invitenotify which implements the IRCv3.2 invite-notify extension | Attila Molnar |
2015-12-06 | Add minimum channel rank and exception list parameters to the OnUserInvite hook | Attila Molnar |
2015-12-06 | cmd_invite Fire the OnUserInvite event before announcing the invite | Attila Molnar |
2015-12-06 | cmd_invite Extend scope of the prefix character variable | Attila Molnar |
2015-12-06 | Add m_ircv3_echomessage which implements the IRCv3.2 echo-message extension | Attila Molnar |
2015-12-06 | Remove <options:ircumsgprefix> entirely | Attila Molnar |
2015-12-06 | Merge branch 'master+cap' | Attila Molnar |
2015-12-05 | Add m_ircv3_chghost which implements the IRCv3.2 chghost extension | Attila Molnar |
2015-12-05 | m_ircv3 Make WriteNeighborsWithCap() available for use in other modules | Attila Molnar |
2015-12-05 | m_cap Make Capability objects compatible with dynamic_references, add Cap::Re... | Attila Molnar |
2015-12-05 | Add m_ircv3_capnotify which implements the IRCv3.2 cap-notify extension | Attila Molnar |
2015-12-05 | m_cap Save and restore the cap state of a module when it is reloaded | Attila Molnar |
2015-12-05 | m_cap Specialize extension item | Attila Molnar |
2015-12-05 | m_sasl Advertise SASL mechanism list to supporting clients | Attila Molnar |
2015-12-05 | m_cap Provide the OnCapValueChange event and add Cap::Manager::NotifyValueCha... | Attila Molnar |
2015-12-05 | m_cap Provide the OnCapAddDel() event | Attila Molnar |
2015-12-05 | m_cap Add Capability::GetCapValue(), list capabilities with values | Attila Molnar |
2015-12-05 | m_cap Reject CAP CLEAR from clients newer than 3.1 | Attila Molnar |
2015-12-05 | m_cap Learn the supported capability negotiation protocol of a client from CA... | Attila Molnar |
2015-12-05 | m_cap Add Capability::OnList() hook | Attila Molnar |
2015-12-05 | m_sasl Create SASLCap which subclasses Cap::Capability and implements OnReque... | Attila Molnar |
2015-12-05 | m_cap Add Capability::OnRequest() hook | Attila Molnar |
2015-12-05 | Add rewritten m_cap module | Attila Molnar |
2015-12-05 | m_sasl Enforce usage of uuids in server-to-server SASL command | Attila Molnar |
2015-12-05 | Nuke m_cap | Attila Molnar |
2015-12-05 | m_ircv3 Change signature of WriteNeighboursWithExt to accept a cap, rename | Attila Molnar |
2015-12-02 | Merge branch 'master+serviceinit' | Attila Molnar |
2015-12-01 | Merge branch 'master+reloadmod' | Attila Molnar |
2015-12-01 | Merge branch 'master+whowas-purge-empty' | Attila Molnar |
2015-11-26 | core_reloadmodule Allow modules to handle reload failures of other mods | Attila Molnar |
2015-11-26 | core_reloadmodule Allow modules to save and restore their own data when reloa... | Attila Molnar |
2015-11-26 | core_reloadmodule Save and restore module state (modes, extensions) on reload | Attila Molnar |
2015-11-26 | Add LocalIntExt and LocalStringExt::unserialize() for non-FORMAT_NETWORK | Attila Molnar |
2015-11-26 | Fix FORMAT_INTERNAL handling in LocalIntExt::serialize() and LocalStringExt::... | Attila Molnar |
2015-11-26 | Add ExtensionManager::GetExts() | Attila Molnar |