summaryrefslogtreecommitdiff
path: root/src/command_parse.cpp
AgeCommit message (Expand)Author
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
2008-12-01Remove m_operflood, add privs: users/flood/no-throttle & users/flood/increase...w00t
2008-12-01Remove OverPenalty, saves sizeof(bool) per user.w00t
2008-11-02This was never supposed to be invoked on /rehash, only startup.. so move it t...w00t
2008-11-02Leak fix on /rehashw00t
2008-10-30Fix a compiler warning about a redefinition of some symbol.psychon
2008-10-29Fix for "unknown commands" w/ m_abbreviation, thanks dz for making me underst...w00t
2008-10-25Explain the duplicate OnPreCommand call.w00t
2008-10-25By moving OnPreCommand call in two places, modules (even with unverified comm...w00t
2008-10-25Add optional max_params for commands, which means that we can compress 'extra...w00t
2008-08-27Add <disabled:fakenonexistant> - ircd will pretend that a disabled command ju...w00t
2008-08-23nuke some debug not needed anymorepeavey
2008-08-22Match with the right args at least..w00t
2008-08-21match() is no longer a function+no header, now a static method of InspIRCd cl...w00t
2008-07-29Remove last vestige of libircdfoo, by changing tag into a single identifier...w00t
2008-07-20304 -> RPL_SYNTAXbrain
2008-07-13More conversion, and a note to client coders.w00t
2008-06-06m_abbreviation completed. :)brain
2008-05-20Update commentw00t
2008-05-20char -> std::string conversionw00t
2008-05-19Convert connection::hostbrain
2008-05-18Make User:: nick/ident/dhost/fullname and some other things std::string inste...aquanight
2008-05-05Add sanity checks to LoopCall to prevent miscalls like this by broken 3rd par...brain
2008-05-04*param.c_str() -> param[0]brain
2008-05-04< MAXPARAMETERS for the size() check here can now be <= insteadbrain
2008-05-04Conversion of command handler params from "const char* const* parameters, int...brain
2008-04-20Fix RemoveCommands to remove all commands (this function had some really odd ...brain
2008-04-18Apply patches to remove 200-odd dll limit on windows, made by GreenReaper, lo...brain
2008-03-22Wheeee for HUGE commits. Convert all numerics to WriteNumeric so that OnNumer...brain
2008-02-22Convert remaining InspIRCd::Log() calls to new logging systemaquanight
2008-02-20Wheee, mass commit! this adds const stafety, throwing a compile error if anyo...brain
2008-02-20Seems trivial now, looking at it. Still to test then will commit to trunk.brain
2008-02-17Seperate USERIO into USERINPUT and USEROUTPUTbrain
2008-02-11Add -Wshadow to cflags, and fix a bunch of warnings that come with it. Add a ...w00t