]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - src/command_parse.cpp
*untested* command buffering/penalty
[user/henk/code/inspircd.git] / src / command_parse.cpp
2007-10-21 brain*untested* command buffering/penalty
2007-10-17 brainUID translator broken with space or comma seperated...
2007-10-15 w00tApply some readability changes to ProcessCommand, which...
2007-10-15 w00tMove some other stuff to helperfuncs (uline related...
2007-10-15 w00tFuck. Press save, then commit.
2007-10-15 w00tIn the grand tradition of huge fucking commits:
2007-10-15 w00tclass command_t -> class Command. Whey :D
2007-10-15 w00tBad Brain, bad. *spank* :p
2007-10-14 brainMake error messages on failure to load command more...
2007-08-28 w00tSlight change to traffic logging, as I never remember...
2007-08-28 w00tMake this comment make a little more sense.
2007-08-27 w00tSimilar refactor here. Thanks danielg.
2007-08-27 w00tTidy this up a bit (it looked weird :P)
2007-08-27 w00tWhile I'm in here, make it easier to read, and use...
2007-08-27 w00tDebug to try figure this out ..
2007-08-27 brainTranslateUIDs now correctly returns number of substitut...
2007-08-27 brainAuto translation nick->uuid for command params should...
2007-08-27 brainMore translation stuff
2007-08-27 w00tRemove more unnecessary header traffic
2007-08-23 brainAdd some stuff to change how we process a token sepeper...
2007-08-13 w00tCommit some changes from third party patch. Thanks...
2007-08-11 brainFix this so it works.
2007-08-11 brainAllow rehash to attempt to load missing (and new) lib...
2007-08-11 brainMake the return codes correct, and allow for LoadComman...
2007-08-11 brainProvide error output on failure to load a core command...
2007-07-24 w00tReplace some voodoo with a define
2007-07-24 w00tUpdate a comment, remove another one that's useless
2007-07-23 brainTidyup a bunch of stuff that was using userrec::modes...
2007-07-16 peaveyOOPS! We try again, since I'm smoking craq. LF is 0x0a...
2007-07-16 peavey'svn propset -R svn:eol-style CR *' Set to UNIX-style...
2007-07-16 peaveyformatting and ^M
2007-07-15 brainFix for minor memory leak on unloading module, bug...
2007-07-01 brainOptimizations and code tidyups. QA please check that...
2007-06-05 brainSexeger!
2007-06-05 brainInspIRCd: Now with even MORE leet.
2007-06-05 brainComments here, too
2007-06-05 brainRefactored InspIRCd::Duration(). The leetcode now lives!
2007-06-05 peaveyFix typos found by Zaba. Thanks.
2007-05-19 brainFix (tested) for failing dlsym on win32
2007-05-19 w00tWindows support. Tested and working to compile on freeb...
2007-05-17 brainChange the way i/o lines are formatted in debug log...
2007-05-16 brainAdd a progress meter for loading of core commands,...
2007-05-12 w00tWe've had an IS_OPER macro for a long time. About time...
2007-05-07 brainwe typedeffed nspace::hash_map<std::string,command_t...
2007-05-04 brainProper fix for clients that send a nickprefix on their...
2007-04-14 brainDon't send SYNTAX to clients which havent registered...
2007-04-06 brainWe had to roll our own time function because some craqs...
2007-04-05 brainFix for bug #199 (Feature request) submitted by owine...
2007-04-02 brainThis needs some general QA-ing. Add support to new...
2007-02-19 brain1) Fix for nickname overruled with new cullList stuff...
2007-01-17 brainRemove some debug here, cuts down boot output
2007-01-15 brainChange the format of some debug
2006-12-24 brainTidyup
2006-12-23 brainHash rehashing change
2006-12-23 brainCut down on debug on restart
2006-12-17 peaveyInvented safe delete-while-itering for hash_map.
2006-12-17 brainWhen receiving an FJOIN, if we have no local users...
2006-12-15 w00tJesus, look who's the commit whore today. More header...
2006-12-07 brain(1) make command reloads be announced to opers
2006-12-05 brainChange this a LOT.
2006-11-11 peaveyfix small typo (also doubles as test commit)
2006-11-11 brainOops, add special-case for user killing themselves...
2006-11-05 brainWhoops, make targets case insensitive when cutting...
2006-11-04 brainSmart voodoo to weed out duplicates in a comma seperate...
2006-11-04 brainFix comma-seperated list handling by CommandParser...
2006-11-03 brainRevert special's sqloper change, nice try but only...
2006-10-31 brainRemove some debug
2006-09-25 brainMini security audit
2006-09-17 brainAdd const std::string &original_command to OnPreCommand...
2006-09-13 brainIf inspircd crashes in std::string destructor in Comman...
2006-09-13 brainSpecial check in cmd_quit and cmd_kill and special...
2006-09-10 brainStop gcc prerelease (PRERELEASE? YEAH REALLY, WE HATE...
2006-09-09 brainRemove debug output
2006-09-09 brainI'll give you ##TOAST, :p
2006-09-06 brainFinish off the fix for bug #136 (a biggie for such...
2006-09-06 brainAll commands now return results CMD_FAILURE or CMD_SUCCESS
2006-09-03 brainProper error checking on loading cmd_*.so files
2006-09-03 brainRemove the shared object pointer from the hash after...
2006-09-03 brainAdd /RELOAD and move cmd_mode into its own command.
2006-09-03 brainAuto loading of commands as shared objects via dlsym...
2006-08-30 brainWahhhhhhhhhhhh bwahahaha. Mass commit to tidy up tons...
2006-08-11 brainJust to mess with om's head, remove helperfuncs.h from...
2006-08-11 brainCamelCaseRocksSoMuchICamelCasedAllTheMethodsOfClassInsp...
2006-08-11 brainMove remaining functions:
2006-08-11 brainChange to using Instance->Log (InspIRCd::Log) rather...
2006-08-11 brainextern time_t TIME -> InspIRCd::Time()
2006-08-11 brain(Bigger than it looks, i did this with perl inplace...
2006-08-10 brainSo much stuff changed in this one, i forgot most of it.
2006-08-10 brainMass-tidyup of module global vars, theyre no longer...
2006-08-10 brainMove IsNick, IsIdent into class InspIRCd, update module...
2006-08-09 brainMove tons more stuff into class InspIRCd
2006-08-09 brainMove clientlist and chanlist into InspIRCd*
2006-08-09 brainMove fd_ref_table into class InspIRCd*
2006-08-09 brainServerConfig extern moved into class InspIRCd
2006-08-08 brainWHEEEEE!!!!!
2006-08-07 brainRemove old debug
2006-08-06 brainRemove trailing spaces from input in irc::ircsepstream
2006-08-05 brainChange a loop which uppercases the command to std:...
2006-08-01 brainComments, add more detail, remove dnsqueue.h include...
2006-07-28 brainFinish off /WHO (i think it covers everything). Now...
next