summaryrefslogtreecommitdiff
path: root/include/commands/cmd_whowas.h
AgeCommit message (Expand)Author
2009-10-02Fix valgrind issues and crashes on exitdanieldg
2009-09-26Remove InspIRCd* parameters and fieldsdanieldg
2009-09-13Clean up Command constructordanieldg
2009-09-03Remove HandleInternal and HandleServer, they are duplicated by Request* and F...danieldg
2009-09-03Change cmd_*.so to use the Module object APIdanieldg
2009-09-02Remove calls to strdup() in core, it is not better than std::stringdanieldg
2009-03-15Update all wiki links to point to the new wiki. This was done automatically w...psychon
2009-02-14Nuke trailing spacespeavey
2009-01-02Update copyrights for 2009.w00t
2008-05-04Conversion of command handler params from "const char* const* parameters, int...brain
2008-02-20Wheee, mass commit! this adds const stafety, throwing a compile error if anyo...brain
2008-01-10Header update: 2007 -> 2008w00t
2007-10-21Another big commit, just to please all my fans out there.. cmd_* -> Command*....w00t
2007-10-21Set penalties (documentation page listing these to come)brain
2007-10-15InspTimer -> Timerw00t
2007-10-15In the grand tradition of huge fucking commits:w00t
2007-10-15class command_t -> class Command. Whey :Dw00t
2007-07-24Fix comment so it makes sense.peavey
2007-07-17Mass header update. Chatspike-Dev => InspIRCd....peavey
2007-07-16OOPS! We try again, since I'm smoking craq. LF is 0x0a NOT CR.peavey
2007-07-16'svn propset -R svn:eol-style CR *' Set to UNIX-style always. Binaries are au...peavey
2007-06-17Doxygen comments for command handlersbrain
2007-06-17Add commentsbrain
2007-06-01Make valgrind happy and not leak mem.peavey
2007-05-19Space indents must die.brain
2007-05-19Windows support. Tested and working to compile on freebsd and linux. Next ste...w00t
2007-05-15Add cmd_reloadmodule.{h,cpp} contributed by Eric at neowin.net, thanks :)brain
2007-01-08cmd_whowas now uses the shiny new repeating timer.peavey
2007-01-08Move whowas containers into whowas class to avoid all cpp files including cmd...peavey
2007-01-07Move all /WHOWAS related out of core and into cmd_whowas.peavey
2006-09-15Annotationsbrain
2006-09-06Command result codes. This isnt finished yet, still got to do most of the mod...brain
2006-08-30Remove a ton of <typeinfo>, <iostream>, <sstream> etc that we usually never usebrain
2006-08-11(Bigger than it looks, i did this with perl inplace edit) -- commands now tak...brain
2006-07-28Add support for syntax of commands in place of the text 'Not enough parameter...brain
2006-07-16mass tidyup, change A LOT of stuff to const char** which was char** (such as ...brain
2006-04-20Movement of cmd_* headers into include/commands (this is incomplete)brain