summaryrefslogtreecommitdiff
path: root/src/command_parse.cpp
AgeCommit message (Expand)Author
2015-01-21Fix numeric ERR_NOTREGISTERED not containing the user's nickAttila Molnar
2015-01-12Always penalize clients executing a command which fails before running the ha...Attila Molnar
2014-04-04Fix snotice about disabled command usage being sent to the wrong snomaskAttila Molnar
2013-08-31Improve support for rarely used compilers, EKOPath in this case.ChrisTX
2013-05-16Remove unused variables, avoid copies where possible, check empty() instead o...attilamolnar
2012-12-15Add a flag to Command that controls whether an empty last parameter is allowe...attilamolnar
2012-11-28Change empty string assignments to .clear() or remove them entirelyattilamolnar
2012-04-19Replace copyright headers with headers granting specific authors copyrightRobby-
2010-03-19Add RAWIO log level which is more verbose than DEBUGdanieldg
2010-01-19Extbans can be VF_OPTCOMMON as they do not desync on module add/removedanieldg
2010-01-18PreCommand/PostCommand are local-only hooksdanieldg
2010-01-16Fix signdedness error in LoopCalldanieldg
2010-01-14Allow maxtargets to be bypassed in LoopCall for JOINdanieldg
2010-01-11...because every now and again, i have to do a massive commit.brain
2009-11-15Add Inspircd::AddServicesdanieldg
2009-11-11Add fine-grained command flood controlsdanieldg
2009-10-25Fixes found by removing User inheritance from StreamSocketdanieldg
2009-10-21Change User::oper to an OperInfo referencedanieldg
2009-10-21Move all local-only fields to LocalUserdanieldg
2009-10-19Add a setting to <connect> allowing the threshold for activation of the penal...peavey
2009-10-13Remove Command and ModeHandler objects in their destructors; fixes possible p...danieldg
2009-09-26Remove InspIRCd* parameters and fieldsdanieldg
2009-09-21Create StreamSocket for IO hooking implementationdanieldg
2009-09-14Properly spacify opertypes in error messages. Patch by dKingstonspecial
2009-09-03Change cmd_*.so to use the Module object APIdanieldg
2009-09-02ModResult conversion: Change return type of all module functionsdanieldg
2009-09-02Add Module* creator to Command and ModeHandlerdanieldg
2009-09-02Valgrind cleanup: finish destructor creationdanieldg
2009-09-02Valgrind cleanup: Add RemoveRFCCommands() to dlclose() and delete the core co...danieldg
2009-09-02Include explicit routing information in Command, will replace CMD_LOCALONLY r...danieldg
2009-09-02Replace std::deque with std::vector in spanningtree and related modulesdanieldg
2009-09-02Change allocation of commands/modesdanieldg
2009-08-14Apply fake lag on garbage input to discourage crapw00t
2009-04-23rollback r11326, we're going to make vc9 the officially supported windows bui...peavey
2009-04-23Heres the beef so farbrain
2009-04-16Convert snomask 'A' into snomask 'a' for local announcements, add snomask 'A'...w00t
2009-03-27Make the message when reloading a command fails more accurate, and fix reload...dz
2009-03-15Update all wiki links to point to the new wiki. This was done automatically w...psychon
2009-03-14Allow commands to be reloaded when they previously failed to loaddanieldg
2009-03-11Send denied commands to the correct snomask (t, not d). Reported by HiroP.w00t
2009-03-07Include explicit parameter list in ProtocolInterface::SendModedanieldg
2009-03-06Construct explicit parameter type list for MODE parametersdanieldg
2009-02-14Nuke trailing spacespeavey
2009-01-02Update copyrights for 2009.w00t
2008-12-27Fix a comment too.w00t
2008-12-27Use std::set instead of std::map needlessly.w00t
2008-12-15Fix naming convention to be consistant. (cmd_ -> Command)w00t
2008-12-08Fix silly oversight discovered by tra26 (thanks!) where the core tries to han...brain
2008-12-07Move stuff to use ASCII map where required.w00t
2008-12-01Remove lines_in and reset_due flood protection mechanism, recvq/sendq on thei...w00t