summaryrefslogtreecommitdiff
path: root/include/commands
AgeCommit message (Expand)Author
2007-10-21Another big commit, just to please all my fans out there.. cmd_* -> Command*....w00t
2007-10-21Fixed ssl clients on trunk. The problem peavey was having was that before Rea...brain
2007-10-21Set penalties (documentation page listing these to come)brain
2007-10-21Don't penalise /kill and /*linebrain
2007-10-21Don't penalise PING/PONGw00t
2007-10-21Add penalties for WHO, INVITE, LIST, JOIN, PART.w00t
2007-10-21Set cmd_nick to have a penalty of 3brain
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-09-27Remove /summon and /users (I think 15+ years of being marked deprecated is en...w00t
2007-08-27Initialise cmd_nick::allowinvalid in constructor init-list, and document Hand...brain
2007-08-27Add a call to the NICK handler that allows toggling of allowing invalid nicks...brain
2007-07-24Fix comment so it makes sense.peavey
2007-07-24Remove redundant include for a speedup of 0.1 in compile time :ppeavey
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-17More commentsbrain
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-05-09If we're having local, we need far too (f)brain
2007-05-09Add WHO flag 'l', show only local usersbrain
2007-05-09Add extra matches to /WHO. flags aiMp, away, ident, metadata, port numberbrain
2007-05-09Someone left a flag out of the syntax (m, modes)brain
2007-03-24Test stuff to fix remote stats brokagebrain
2007-03-09/who tidyup - needs QA'ingbrain
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-08Add /CLEARCACHE, oper only command which completely purges the DNS cache -- u...brain
2007-01-07Move all /WHOWAS related out of core and into cmd_whowas.peavey
2006-12-07Bad w00tie bad, /who isnt checking +s for channel /who!brain
2006-10-06Document a ton of classes (e.g. give them a short description for http://svn....brain
2006-09-15Annotationsbrain
2006-09-15Annotationsbrain
2006-09-10Spacify() the oper typesbrain
2006-09-08Allow QUIT to be used before we fully register the connection. This stops mir...brain
2006-09-06Command result codes. This isnt finished yet, still got to do most of the mod...brain
2006-09-03Add /RELOAD and move cmd_mode into its own command.brain
2006-09-03Auto loading of commands as shared objects via dlsym (very lightweight interf...brain
2006-08-30Remove a ton of <typeinfo>, <iostream>, <sstream> etc that we usually never usebrain
2006-08-30Wahhhhhhhhhhhh bwahahaha. Mass commit to tidy up tons of messy include listsbrain
2006-08-17Add modules.h to cmd_connect.hbrain
2006-08-11ConfigReader and FileReader now take InspIRCd* to their constructorsbrain
2006-08-11(Bigger than it looks, i did this with perl inplace edit) -- commands now tak...brain
2006-08-07Change prototype of OneOfMatchesbrain