]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - src/modules/m_cap.h
Fix CAP REQ to be atomic like the standard dictates.
[user/henk/code/inspircd.git] / src / modules / m_cap.h
2015-12-07 Peter PowellFix CAP REQ to be atomic like the standard dictates.
2012-12-02 attilamolnarRegister all commands, modes and extensions using AddSe...
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 Allow clients to disable specific capabilities...
2012-06-26 attilamolnarm_cap Use an enum to specify cap event type instead...
2012-06-15 Robin BurchellMerge pull request #193 from attilamolnar/insp20+newlinefix
2012-06-13 attilamolnarMake m_cap.h a bit cleverer
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...
2012-04-18 Robin BurchellMerge pull request #70 from Shawn-Smith/insp20+chancrea...
2012-04-15 Robin BurchellMerge pull request #55 from Justasic/insp20
2012-04-15 Justin CrawfordFix some of the include guard names (requested by SaberUK)
2012-04-15 Justin CrawfordFixes for bug #12
2010-01-11 brain...because every now and again, i have to do a massive...
2009-10-14 danieldgMove static map of extensions into ServerInstance,...
2009-10-08 danieldgUpdate Event and Request APIs
2009-09-13 danieldgMembership* changes
2009-09-13 danieldgChange Extensible to use strongly typed entries
2009-03-15 psychonUpdate all wiki links to point to the new wiki. This...
2009-01-02 w00tUpdate copyrights for 2009.
2008-03-24 brainA load of classes dont inherit from classbase, and...
2008-03-21 brainAdd support for CAP in uhnames, it has the token 'userh...
2008-03-19 brainNak vector thing
2008-03-18 brainApply CAP ACK/NAK stuff from nenolod, thanks :)
2008-03-18 brainAdd m_cap.* stuff, unfinished. Thanks for the initial...