summaryrefslogtreecommitdiff
path: root/src/modules/m_cap.cpp
AgeCommit message (Expand)Author
2015-02-11Convert the CAP event to use the new cross-module event systemAttila Molnar
2015-01-18Specify which Extensible subclass an ExtensionItem is valid forAttila Molnar
2014-02-06Convert irc::stringjoiner to be a method instead of a class.Peter Powell
2014-02-06Fix various cases of UUID exposure.Peter Powell
2014-02-06m_cap Instead of using case insensitive compare convert the subcommand to upp...Attila Molnar
2013-11-21m_cap Convert capability names in CAP REQ to lowercase before processing themattilamolnar
2013-11-12Use WriteNumeric() everywhere we send numerics and include the user's nick au...Adam
2013-09-08Automatically register ServiceProviders created by modulesattilamolnar
2013-08-04Automatically attach modules to eventsattilamolnar
2013-07-04Remove $Core and $Mod* comments apart from $ModDep.Peter Powell
2013-06-12Simplify stringjoiner: take 1 parameter, join from begin() to end() and use s...attilamolnar
2013-05-15Tidy up keywords on module methods.Peter Powell
2013-04-12Tidy up source files:Peter Powell
2013-04-01Whitespace and empty destructor removal, minor coding style changesattilamolnar
2012-12-02Register all commands, modes and extensions using AddService()attilamolnar
2012-12-02Dynamically determine the size of the eventlist[] passed to Attach()attilamolnar
2012-12-02Attach to events and register services in init()attilamolnar
2012-06-27m_cap Fix crash when a user issued a CAP CLEAR request and the CapEvent had a...attilamolnar
2012-06-27m_cap Use an enum to specify cap event type instead of a string, assign CapEv...attilamolnar
2012-04-19Replace copyright headers with headers granting specific authors copyrightRobby-
2010-03-07Change "CAP *" reply to "CAP $nick", which is the intended use of the parameterdanieldg
2010-01-11...because every now and again, i have to do a massive commit.brain
2009-10-21Change module API to use LocalUser* where correctdanieldg
2009-10-14Move static map of extensions into ServerInstance, add const-correctnessdanieldg
2009-10-08Update Event and Request APIsdanieldg
2009-09-26Remove InspIRCd* parameters and fieldsdanieldg
2009-09-13Clean up Command constructordanieldg
2009-09-13Change Extensible to use strongly typed entriesdanieldg
2009-09-02ModResult conversion: Change return type of all module functionsdanieldg
2009-09-02Add Module* creator to Command and ModeHandlerdanieldg
2009-09-02Change allocation of commands/modesdanieldg
2009-03-15Update all wiki links to point to the new wiki. This was done automatically w...psychon
2009-01-02Update copyrights for 2009.w00t
2008-08-28Make this comply with the spec; that is - CAP may be requested after registra...w00t
2008-08-25Change module versions to use a string instead of fixed digits, and use props...w00t
2008-07-14Lots, lots more numerics.h conversionw00t
2008-06-11fixed some indentation and spacing in modulespippijn
2008-06-08Ignore CAP from clients that have already registeredbrain
2008-05-04Convert a whole bunch morepeavey
2008-03-24Finally change all the Version() objectsbrain
2008-03-22Wheeee for HUGE commits. Convert all numerics to WriteNumeric so that OnNumer...brain
2008-03-19Nak vector thingbrain
2008-03-18oh, DOHbrain
2008-03-18Crash fixes from nenolodbrain
2008-03-18Apply CAP ACK/NAK stuff from nenolod, thanks :)brain
2008-03-18Merge in patch by nenolod for CAP CLEARbrain
2008-03-18Implement CAP LISTbrain
2008-03-18Support CAP LSbrain
2008-03-18Add m_cap.* stuff, unfinished. Thanks for the initial advice nenolod :)brain