Age | Commit message (Expand) | Author |
2009-02-14 | Nuke trailing spaces | peavey |
2009-01-02 | Update copyrights for 2009. | w00t |
2008-12-15 | Fix naming convention to be consistant. (cmd_ -> Command) | w00t |
2008-11-02 | This was never supposed to be invoked on /rehash, only startup.. so move it t... | w00t |
2008-06-21 | Change the value of number of secs in a year to be 31557600 for Duration() wi... | brain |
2008-06-06 | m_abbreviation completed. :) | brain |
2008-05-04 | Fix unused HandleServer to use new system too, and update comments to match api | brain |
2008-05-04 | Conversion of command handler params from "const char* const* parameters, int... | brain |
2008-04-20 | Fix RemoveCommands to remove all commands (this function had some really odd ... | 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-02-03 | Clear up header insanity | w00t |
2008-02-02 | Move some stuff to usermanager, remove a little header insanity, remove trace... | w00t |
2008-01-10 | Header update: 2007 -> 2008 | w00t |
2007-11-04 | Remove some unnecessary headers from places, commit working BanCacheManager s... | w00t |
2007-10-21 | *untested* command buffering/penalty | brain |
2007-10-15 | In the grand tradition of huge fucking commits: | w00t |
2007-10-15 | class command_t -> class Command. Whey :D | w00t |
2007-10-14 | Make error messages on failure to load command more useful | brain |
2007-08-27 | Add documentation comments | brain |
2007-08-27 | More translation stuff | brain |
2007-08-11 | Allow rehash to attempt to load missing (and new) lib/cmd_*.so files, to allo... | brain |
2007-08-11 | Provide error output on failure to load a core command; to console on startup... | brain |
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 | Comments | brain |
2007-06-05 | Add comment to what the table here is for | brain |
2007-06-05 | Refactored InspIRCd::Duration(). The leetcode now lives! | brain |
2007-05-19 | Windows support. Tested and working to compile on freebsd and linux. Next ste... | w00t |
2006-12-17 | Make RemoveCommand private. | peavey |
2006-12-17 | Invented safe delete-while-itering for hash_map. | peavey |
2006-12-15 | And now, just to force you to recompile the *whole* ircd.. updated headers on... | w00t |
2006-11-03 | Revert special's sqloper change, nice try but only half a biscuit. | brain |
2006-09-13 | If inspircd crashes in std::string destructor in CommandParser::ProcessComman... | brain |
2006-09-06 | Finish off the fix for bug #136 (a biggie for such a simple thing) | brain |
2006-09-06 | Command result codes. This isnt finished yet, still got to do most of the mod... | brain |
2006-09-03 | Proper error checking on loading cmd_*.so files | 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 |
2006-08-12 | Document command_parse.h and CommandParser class | brain |
2006-08-10 | So much stuff changed in this one, i forgot most of it. | brain |
2006-07-16 | Created new class irc::commasepstream. | brain |
2006-07-16 | mass tidyup, change A LOT of stuff to const char** which was char** (such as ... | brain |
2006-07-16 | MAJOR tidy of line parser, some parts rewritten and major chunks removed | brain |
2006-07-10 | Inherit just about everything from classbase | brain |
2006-03-11 | Missed some stuff | brain |
2006-03-02 | Changed definition of CallHandler and CallCommandHandler for the ability to r... | brain |
2006-01-15 | Updated copyrights in headers etc using perl inplace edit | brain |
2006-01-02 | GCC 4.1 is more strict about extra qualification on members | brain |