Age | Commit message (Expand) | Author |
2020-04-13 | Add the inspircd.org/standard-replies capability. | Sadie Powell |
2020-04-10 | Update the module descriptions using mkversion. | Sadie Powell |
2020-03-09 | Fix not assigning bits to capabilities correctly. | Sadie Powell |
2020-03-09 | Implement support for multi-line CAP responses. | Sadie Powell |
2020-01-31 | Update copyright headers. | InspIRCd Robot |
2020-01-28 | Add a vendor cap which rejects any attempts to enable it. | Sadie Powell |
2020-01-18 | Use irc::equals instead of transforming to upper case in CAP. | Sadie Powell |
2020-01-11 | Update copyright headers. | InspIRCd Robot |
2019-08-07 | Convert all core ExtensionItem code away from {un,}serialize. | Peter Powell |
2019-04-19 | Fall back to the most recent version supported on "CAP LS". | Peter Powell |
2018-08-13 | Implement IRCv3 message tag support. | Peter Powell |
2018-07-26 | Use CommandBase::Params instead of std::vector<std::string>. | Peter Powell |
2018-04-22 | Fix some oversights relating to numerics. | Peter Powell |
2018-04-22 | Move a bunch of optional module numerics to the module source file. | Peter Powell |
2017-11-12 | Merge tag 'v2.0.25' into master. | Peter Powell |
2017-10-18 | Fix sending a malformed 410 numeric when sent empty CAP commands. | Peter Powell |
2016-09-02 | Fix Windows build and most MSVC warnings | Attila Molnar |
2016-02-25 | Convert WriteNumeric() calls to pass the parameters of the numeric as method ... | 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-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-05 | m_cap Make Capability objects compatible with dynamic_references, add Cap::Re... | 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_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_cap Add Capability::OnRequest() hook | Attila Molnar |
2015-12-05 | Add rewritten m_cap module | Attila Molnar |
2015-12-05 | Nuke m_cap | Attila Molnar |
2015-02-11 | Convert the CAP event to use the new cross-module event system | Attila Molnar |
2015-01-18 | Specify which Extensible subclass an ExtensionItem is valid for | Attila Molnar |
2014-02-06 | Convert irc::stringjoiner to be a method instead of a class. | Peter Powell |
2014-02-06 | Fix various cases of UUID exposure. | Peter Powell |
2014-02-06 | m_cap Instead of using case insensitive compare convert the subcommand to upp... | Attila Molnar |
2013-11-21 | m_cap Convert capability names in CAP REQ to lowercase before processing them | attilamolnar |
2013-11-12 | Use WriteNumeric() everywhere we send numerics and include the user's nick au... | Adam |
2013-09-08 | Automatically register ServiceProviders created by modules | attilamolnar |
2013-08-04 | Automatically attach modules to events | attilamolnar |
2013-07-04 | Remove $Core and $Mod* comments apart from $ModDep. | Peter Powell |
2013-06-12 | Simplify stringjoiner: take 1 parameter, join from begin() to end() and use s... | attilamolnar |
2013-05-15 | Tidy up keywords on module methods. | Peter Powell |
2013-04-12 | Tidy up source files: | Peter Powell |
2013-04-01 | Whitespace and empty destructor removal, minor coding style changes | attilamolnar |
2012-12-02 | Register all commands, modes and extensions using AddService() | attilamolnar |
2012-12-02 | Dynamically determine the size of the eventlist[] passed to Attach() | attilamolnar |