]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - include/commands/cmd_whowas.h
Remove InspIRCd* parameters and fields
[user/henk/code/inspircd.git] / include / commands / cmd_whowas.h
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 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-05-04 brainConversion of command handler params from "const char...
2008-02-20 brainWheee, mass commit! this adds const stafety, throwing...
2008-01-10 w00tHeader update: 2007 -> 2008
2007-10-21 w00tAnother big commit, just to please all my fans out...
2007-10-21 brainSet penalties (documentation page listing these to...
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-07-24 peaveyFix comment so it makes sense.
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 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-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-07 peaveyMove all /WHOWAS related out of core and into cmd_whowas.
2006-09-15 brainAnnotations
2006-09-06 brainCommand result codes. This isnt finished yet, still...
2006-08-30 brainRemove a ton of <typeinfo>, <iostream>, <sstream> etc...
2006-08-11 brain(Bigger than it looks, i did this with perl inplace...
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-04-20 brainMovement of cmd_* headers into include/commands (this...