Age | Commit message (Expand) | Author |
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-21 | Merge in large patchset from GreenReaper, useful fixes for freeing a ton of d... | brain |
2008-02-20 | Wheee, mass commit! this adds const stafety, throwing a compile error if anyo... | brain |
2008-02-13 | CONSTIFY\! | w00t |
2008-02-13 | Fix a silly crash I caused. | w00t |
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-03 | (finally) remove deprecated CMD_USER_DELETED | w00t |
2008-01-10 | Header update: 2007 -> 2008 | w00t |
2007-10-23 | -pedantic tidyups, lets see if it finds anything worthy of a fix | brain |
2007-10-21 | CHange Penalty to be set in constructor, and to default to 1 | w00t |
2007-10-21 | Penalty should be 'const int'. Note, you can set a const in the constructors ... | brain |
2007-10-21 | Add int Penalty to Command. At the moment, nothing uses this, and constructor... | 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 | Fix for problems with translations | brain |
2007-08-27 | Some useful defines for tidy definition of translation lists. See constructor... | brain |
2007-08-27 | More translation stuff | brain |
2007-08-27 | Add vector<TranslationType> to commands, used to map fields to uid translations | 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-14 | Some general syntax cleanups. | pippijn |
2007-05-19 | Windows support. Tested and working to compile on freebsd and linux. Next ste... | w00t |
2007-02-17 | Change bytes-used counter for commands (used by /stats m) as in excessive use... | brain |
2007-01-09 | Comment on a lot of recently added stuff that wasnt properly documented (unti... | brain |
2007-01-07 | add internal cmdhandler that will make it easy to move stuff out of core and ... | peavey |
2006-12-17 | Add this: | brain |
2006-12-15 | And now, just to force you to recompile the *whole* ircd.. updated headers on... | w00t |
2006-10-31 | Update configure, remove a bunch of deprecated makefiles that have been just ... | brain |
2006-09-13 | Special check in cmd_quit and cmd_kill and special return value CMD_USER_DELE... | brain |
2006-09-06 | Command result codes. This isnt finished yet, still got to do most of the mod... | brain |
2006-09-03 | Auto loading of commands as shared objects via dlsym (very lightweight interf... | brain |
2006-08-11 | (Bigger than it looks, i did this with perl inplace edit) -- commands now tak... | brain |
2006-07-28 | Add support for syntax of commands in place of the text 'Not enough parameter... | brain |
2006-07-19 | Test change | brain |
2006-07-16 | Fix case sensitive commands issue due to new std::string based parser, improv... | brain |
2006-07-16 | mass tidyup, change A LOT of stuff to const char** which was char** (such as ... | brain |
2006-07-10 | Sort deps of base.h | brain |
2006-07-10 | Made a load more stuff Extensible which might be of use to someone | brain |
2006-04-08 | Split inspircd_io.* insp inspsocket.* and configreader.* with a few odd bits ... | om |
2006-03-12 | Const refs (this is about the last of them in the core api) | brain |
2006-01-15 | Updated copyrights in headers etc using perl inplace edit | brain |
2005-12-28 | Changed from std::map to hash_map | brain |
2005-12-28 | EXPERIMENTAL: Command search function now uses std::map, should be faster (i ... | brain |
2005-12-16 | Split all commands into seperate files and redid command system to take class... | brain |
2005-12-16 | So many inclusion loops it makes your head spin - forward declaring tons of c... | brain |