]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - include/commands
Switch <stdint.h> test to use a test file too.
[user/henk/code/inspircd.git] / include / commands /
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 CrawfordFixes for bug #12
2010-01-11 brain...because every now and again, i have to do a massive...
2009-10-30 danieldgClean up typos and some unused code
2009-10-18 danieldgRemove VF_SERVICEPROVIDER, prevent heap allocation...
2009-10-02 danieldgFix valgrind issues and crashes on exit
2009-09-26 danieldgRemove InspIRCd* parameters and fields
2009-09-13 danieldgClean up Command constructor
2009-09-03 danieldgRemove HandleInternal and HandleServer, they are duplic...
2009-09-03 danieldgChange cmd_*.so to use the Module object API
2009-09-02 danieldgAdd Module* creator to Command and ModeHandler
2009-09-02 danieldgRemove calls to strdup() in core, it is not better...
2009-03-15 psychonUpdate all wiki links to point to the new wiki. This...
2009-02-14 peaveyNuke trailing spaces
2009-01-02 w00tUpdate copyrights for 2009.
2008-10-25 w00tFix a number of commands to have max_params field....
2008-10-25 w00tAdd optional max_params for commands, which means that...
2008-09-06 brainGrr at windows exports
2008-09-06 brainfixes so m_sqloper builds on win
2008-08-25 w00tAdd opt_time to WHO (will be /who +t flag) and clean...
2008-07-15 w00tSend ERR_NOTREGISTERED to clients that send SERVER...
2008-05-04 brainConversion of command handler params from "const char...
2008-02-20 brainWheee, mass commit! this adds const stafety, throwing...
2008-02-13 w00tSlight API tweak. Change Command to take char * instead...
2008-01-10 w00tHeader update: 2007 -> 2008
2007-10-21 brainNo penalty here!
2007-10-21 w00tAnother big commit, just to please all my fans out...
2007-10-21 brainFixed ssl clients on trunk. The problem peavey was...
2007-10-21 brainSet penalties (documentation page listing these to...
2007-10-21 brainDon't penalise /kill and /*line
2007-10-21 w00tDon't penalise PING/PONG
2007-10-21 w00tAdd penalties for WHO, INVITE, LIST, JOIN, PART.
2007-10-21 brainSet cmd_nick to have a penalty of 3
2007-10-15 w00tInspTimer -> Timer
2007-10-15 w00tIn the grand tradition of huge fucking commits:
2007-10-15 w00tclass command_t -> class Command. Whey :D
2007-09-27 w00tRemove /summon and /users (I think 15+ years of being...
2007-08-27 brainInitialise cmd_nick::allowinvalid in constructor init...
2007-08-27 brainAdd a call to the NICK handler that allows toggling...
2007-07-24 peaveyFix comment so it makes sense.
2007-07-24 peaveyRemove redundant include for a speedup of 0.1 in compil...
2007-07-17 peaveyMass header update. Chatspike-Dev => InspIRCd....
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-06-17 brainDoxygen comments for command handlers
2007-06-17 brainMore comments
2007-06-17 brainAdd comments
2007-06-01 peaveyMake valgrind happy and not leak mem.
2007-05-19 brainSpace indents must die.
2007-05-19 w00tWindows support. Tested and working to compile on freeb...
2007-05-15 brainAdd cmd_reloadmodule.{h,cpp} contributed by Eric at...
2007-05-09 brainIf we're having local, we need far too (f)
2007-05-09 brainAdd WHO flag 'l', show only local users
2007-05-09 brainAdd extra matches to /WHO. flags aiMp, away, ident...
2007-05-09 brainSomeone left a flag out of the syntax (m, modes)
2007-03-24 brainTest stuff to fix remote stats brokage
2007-03-09 brain/who tidyup - needs QA'ing
2007-01-08 peaveycmd_whowas now uses the shiny new repeating timer.
2007-01-08 peaveyMove whowas containers into whowas class to avoid all...
2007-01-08 brainAdd /CLEARCACHE, oper only command which completely...
2007-01-07 peaveyMove all /WHOWAS related out of core and into cmd_whowas.
2006-12-07 brainBad w00tie bad, /who isnt checking +s for channel ...
2006-10-06 brainDocument a ton of classes (e.g. give them a short descr...
2006-09-15 brainAnnotations
2006-09-15 brainAnnotations
2006-09-10 brainSpacify() the oper types
2006-09-08 brainAllow QUIT to be used before we fully register the...
2006-09-06 brainCommand result codes. This isnt finished yet, still...
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 brainRemove a ton of <typeinfo>, <iostream>, <sstream> etc...
2006-08-30 brainWahhhhhhhhhhhh bwahahaha. Mass commit to tidy up tons...
2006-08-17 brainAdd modules.h to cmd_connect.h
2006-08-11 brainConfigReader and FileReader now take InspIRCd* to their...
2006-08-11 brain(Bigger than it looks, i did this with perl inplace...
2006-08-07 brainChange prototype of OneOfMatches
2006-07-30 brainREMOTE STATS! WOOO AND YAY!
2006-07-28 brainFinish off /WHO (i think it covers everything). Now...
2006-07-28 brainAdd support for syntax of commands in place of the...
2006-07-16 brainmass tidyup, change A LOT of stuff to const char**...
2006-07-01 omChange WriteChannelWithServ and it's _NoFormat to take...
2006-04-20 brainMovement of cmd_* headers into include/commands (this...