Age | Commit message (Expand) | Author |
2008-05-04 | Conversion of command handler params from "const char* const* parameters, int... | brain |
2008-02-20 | Wheee, mass commit! this adds const stafety, throwing a compile error if anyo... | brain |
2008-02-13 | Slight API tweak. Change Command to take char * instead of char in it's const... | w00t |
2008-01-10 | Header update: 2007 -> 2008 | w00t |
2007-10-21 | No penalty here! | brain |
2007-10-21 | Another big commit, just to please all my fans out there.. cmd_* -> Command*.... | w00t |
2007-10-21 | Fixed ssl clients on trunk. The problem peavey was having was that before Rea... | brain |
2007-10-21 | Set penalties (documentation page listing these to come) | brain |
2007-10-21 | Don't penalise /kill and /*line | brain |
2007-10-21 | Don't penalise PING/PONG | w00t |
2007-10-21 | Add penalties for WHO, INVITE, LIST, JOIN, PART. | w00t |
2007-10-21 | Set cmd_nick to have a penalty of 3 | brain |
2007-10-15 | InspTimer -> Timer | w00t |
2007-10-15 | In the grand tradition of huge fucking commits: | w00t |
2007-10-15 | class command_t -> class Command. Whey :D | w00t |
2007-09-27 | Remove /summon and /users (I think 15+ years of being marked deprecated is en... | w00t |
2007-08-27 | Initialise cmd_nick::allowinvalid in constructor init-list, and document Hand... | brain |
2007-08-27 | Add a call to the NICK handler that allows toggling of allowing invalid nicks... | brain |
2007-07-24 | Fix comment so it makes sense. | peavey |
2007-07-24 | Remove redundant include for a speedup of 0.1 in compile time :p | peavey |
2007-07-17 | Mass header update. Chatspike-Dev => InspIRCd.... | peavey |
2007-07-16 | OOPS! 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-17 | Doxygen comments for command handlers | brain |
2007-06-17 | More comments | brain |
2007-06-17 | Add comments | brain |
2007-06-01 | Make valgrind happy and not leak mem. | peavey |
2007-05-19 | Space indents must die. | brain |
2007-05-19 | Windows support. Tested and working to compile on freebsd and linux. Next ste... | w00t |
2007-05-15 | Add cmd_reloadmodule.{h,cpp} contributed by Eric at neowin.net, thanks :) | brain |
2007-05-09 | If we're having local, we need far too (f) | brain |
2007-05-09 | Add WHO flag 'l', show only local users | brain |
2007-05-09 | Add extra matches to /WHO. flags aiMp, away, ident, metadata, port number | brain |
2007-05-09 | Someone left a flag out of the syntax (m, modes) | brain |
2007-03-24 | Test stuff to fix remote stats brokage | brain |
2007-03-09 | /who tidyup - needs QA'ing | brain |
2007-01-08 | cmd_whowas now uses the shiny new repeating timer. | peavey |
2007-01-08 | Move whowas containers into whowas class to avoid all cpp files including cmd... | peavey |
2007-01-08 | Add /CLEARCACHE, oper only command which completely purges the DNS cache -- u... | brain |
2007-01-07 | Move all /WHOWAS related out of core and into cmd_whowas. | peavey |
2006-12-07 | Bad w00tie bad, /who isnt checking +s for channel /who! | brain |
2006-10-06 | Document a ton of classes (e.g. give them a short description for http://svn.... | brain |
2006-09-15 | Annotations | brain |
2006-09-15 | Annotations | brain |
2006-09-10 | Spacify() the oper types | brain |
2006-09-08 | Allow QUIT to be used before we fully register the connection. This stops mir... | brain |
2006-09-06 | Command result codes. This isnt finished yet, still got to do most of the mod... | brain |
2006-09-03 | Add /RELOAD and move cmd_mode into its own command. | brain |
2006-09-03 | Auto loading of commands as shared objects via dlsym (very lightweight interf... | brain |
2006-08-30 | Remove a ton of <typeinfo>, <iostream>, <sstream> etc that we usually never use | brain |