]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - src/modules/m_cap.cpp
Fix Windows build and most MSVC warnings
[user/henk/code/inspircd.git] / src / modules / m_cap.cpp
2016-09-02 Attila MolnarFix Windows build and most MSVC warnings
2016-08-17 Attila MolnarMerge insp20
2016-02-25 Attila MolnarMerge branch 'master+writenumeric'
2016-02-25 Attila MolnarConvert WriteNumeric() calls to pass the parameters...
2016-02-22 Attila MolnarMerge insp20
2016-02-12 Attila MolnarMerge pull request #1071 from SaberUK/insp20+fix-lusers
2015-12-28 Attila MolnarFix some whitespace issues
2015-12-28 Attila Molnarm_cap Fix incorrect syntax of empty CAP LIST reply
2015-12-07 Attila MolnarMerge pull request #1110 from SaberUK/insp20+cap
2015-12-07 Peter PowellWork around irc::spacesepstream not stripping extraneou...
2015-12-07 Peter PowellFix CAP REQ to be atomic like the standard dictates.
2015-12-06 Attila MolnarMerge branch 'master+cap'
2015-12-05 Attila Molnarm_cap Make Capability objects compatible with dynamic_r...
2015-12-05 Attila Molnarm_cap Save and restore the cap state of a module when...
2015-12-05 Attila Molnarm_cap Specialize extension item
2015-12-05 Attila Molnarm_cap Provide the OnCapValueChange event and add Cap...
2015-12-05 Attila Molnarm_cap Provide the OnCapAddDel() event
2015-12-05 Attila Molnarm_cap Add Capability::GetCapValue(), list capabilities...
2015-12-05 Attila Molnarm_cap Reject CAP CLEAR from clients newer than 3.1
2015-12-05 Attila Molnarm_cap Learn the supported capability negotiation protoc...
2015-12-05 Attila Molnarm_cap Add Capability::OnList() hook
2015-12-05 Attila Molnarm_cap Add Capability::OnRequest() hook
2015-12-05 Attila MolnarAdd rewritten m_cap module
2015-12-05 Attila MolnarNuke m_cap
2015-05-10 Attila MolnarMerge insp20
2015-04-20 Attila MolnarMerge insp20
2015-02-19 Attila MolnarMerge pull request #997 from SaberUK/master+compiler...
2015-02-12 Attila MolnarMerge branch 'master+crossmodevents'
2015-02-11 Attila MolnarConvert the CAP event to use the new cross-module event...
2015-02-05 Attila MolnarMerge pull request #976 from SaberUK/master+fix-xline-db
2015-02-05 Attila MolnarMerge pull request #971 from SaberUK/master+numeric...
2015-01-23 Attila MolnarMerge branch 'master+no-rtti'
2015-01-22 Attila MolnarMerge branch 'master+exttype' into master+no-rtti
2015-01-18 Attila MolnarSpecify which Extensible subclass an ExtensionItem...
2014-10-27 Attila MolnarMerge insp20
2014-07-25 Attila MolnarMerge insp20
2014-04-07 Attila MolnarMerge insp20
2014-02-06 Peter PowellConvert irc::stringjoiner to be a method instead of...
2014-02-06 Peter PowellFix various cases of UUID exposure.
2014-02-06 Attila Molnarm_cap Instead of using case insensitive compare convert...
2014-01-21 Attila MolnarMerge insp20
2013-11-21 attilamolnarm_cap Convert capability names in CAP REQ to lowercase...
2013-11-12 AdamUse WriteNumeric() everywhere we send numerics and...
2013-09-08 attilamolnarAutomatically register ServiceProviders created by...
2013-08-30 attilamolnarMerge insp20
2013-08-04 attilamolnarAutomatically attach modules to events
2013-07-04 Attila MolnarMerge pull request #574 from SaberUK/master+build-comme...
2013-07-04 Peter PowellRemove $Core and $Mod* comments apart from $ModDep.
2013-06-12 attilamolnarSimplify stringjoiner: take 1 parameter, join from...
2013-06-05 attilamolnarMerge insp20
2013-05-15 Attila MolnarMerge pull request #514 from SaberUK/master+virtual...
2013-05-15 Peter PowellTidy up keywords on module methods.
2013-04-27 attilamolnarMerge insp20
2013-04-12 Attila MolnarMerge pull request #461 from SaberUK/master+header...
2013-04-12 Peter PowellTidy up source files:
2013-04-01 attilamolnarWhitespace and empty destructor removal, minor coding...
2012-12-02 attilamolnarRegister all commands, modes and extensions using AddSe...
2012-12-02 attilamolnarDynamically determine the size of the eventlist[] passe...
2012-12-02 attilamolnarAttach to events and register services in init()
2012-07-13 Attila MolnarMerge pull request #230 from Robby-/insp20-openssl
2012-06-27 Attila MolnarMerge pull request #235 from attilamolnar/insp20+invitefix
2012-06-27 Attila MolnarMerge pull request #234 from attilamolnar/insp20+chanhi...
2012-06-27 Attila MolnarMerge pull request #233 from attilamolnar/insp20+cap
2012-06-26 attilamolnarm_cap Fix crash when a user issued a CAP CLEAR request...
2012-06-26 attilamolnarm_cap Use an enum to specify cap event type instead...
2012-05-14 Robin BurchellMerge pull request #109 from Justasic/insp20
2012-05-03 Robin BurchellMerge pull request #96 from Justasic/insp20
2012-04-23 Robin BurchellMerge pull request #92 from Robby-/insp20-headers
2012-04-19 Robby-Replace copyright headers with headers granting specifi...
2010-03-07 danieldgChange "CAP *" reply to "CAP $nick", which is the inten...
2010-01-11 brain...because every now and again, i have to do a massive...
2009-10-21 danieldgChange module API to use LocalUser* where correct
2009-10-14 danieldgMove static map of extensions into ServerInstance,...
2009-10-08 danieldgUpdate Event and Request APIs
2009-09-26 danieldgRemove InspIRCd* parameters and fields
2009-09-13 danieldgClean up Command constructor
2009-09-13 danieldgChange Extensible to use strongly typed entries
2009-09-02 danieldgModResult conversion: Change return type of all module...
2009-09-02 danieldgAdd Module* creator to Command and ModeHandler
2009-09-02 danieldgChange allocation of commands/modes
2009-03-15 psychonUpdate all wiki links to point to the new wiki. This...
2009-01-02 w00tUpdate copyrights for 2009.
2008-08-28 w00tMake this comply with the spec; that is - CAP may be...
2008-08-25 w00tChange module versions to use a string instead of fixed...
2008-07-14 w00tLots, lots more numerics.h conversion
2008-06-11 pippijnfixed some indentation and spacing in modules
2008-06-08 brainIgnore CAP from clients that have already registered
2008-05-04 peaveyConvert a whole bunch more
2008-03-24 brainFinally change all the Version() objects
2008-03-22 brainWheeee for HUGE commits. Convert all numerics to WriteN...
2008-03-19 brainNak vector thing
2008-03-18 brainoh, DOH
2008-03-18 brainCrash fixes from nenolod
2008-03-18 brainApply CAP ACK/NAK stuff from nenolod, thanks :)
2008-03-18 brainMerge in patch by nenolod for CAP CLEAR
2008-03-18 brainImplement CAP LIST
2008-03-18 brainSupport CAP LS
2008-03-18 brainAdd m_cap.* stuff, unfinished. Thanks for the initial...