summaryrefslogtreecommitdiff
path: root/include/ctables.h
AgeCommit message (Expand)Author
2007-10-23-pedantic tidyups, lets see if it finds anything worthy of a fixbrain
2007-10-21CHange Penalty to be set in constructor, and to default to 1w00t
2007-10-21Penalty should be 'const int'. Note, you can set a const in the constructors ...brain
2007-10-21Add int Penalty to Command. At the moment, nothing uses this, and constructor...w00t
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-27Fix for problems with translationsbrain
2007-08-27Some useful defines for tidy definition of translation lists. See constructor...brain
2007-08-27More translation stuffbrain
2007-08-27Add vector<TranslationType> to commands, used to map fields to uid translationsbrain
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-17Commentsbrain
2007-06-14Some general syntax cleanups.pippijn
2007-05-19Windows support. Tested and working to compile on freebsd and linux. Next ste...w00t
2007-02-17Change bytes-used counter for commands (used by /stats m) as in excessive use...brain
2007-01-09Comment on a lot of recently added stuff that wasnt properly documented (unti...brain
2007-01-07add internal cmdhandler that will make it easy to move stuff out of core and ...peavey
2006-12-17Add this:brain
2006-12-15And now, just to force you to recompile the *whole* ircd.. updated headers on...w00t
2006-10-31Update configure, remove a bunch of deprecated makefiles that have been just ...brain
2006-09-13Special check in cmd_quit and cmd_kill and special return value CMD_USER_DELE...brain
2006-09-06Command result codes. This isnt finished yet, still got to do most of the mod...brain
2006-09-03Auto 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-28Add support for syntax of commands in place of the text 'Not enough parameter...brain
2006-07-19Test changebrain
2006-07-16Fix case sensitive commands issue due to new std::string based parser, improv...brain
2006-07-16mass tidyup, change A LOT of stuff to const char** which was char** (such as ...brain
2006-07-10Sort deps of base.hbrain
2006-07-10Made a load more stuff Extensible which might be of use to someonebrain
2006-04-08Split inspircd_io.* insp inspsocket.* and configreader.* with a few odd bits ...om
2006-03-12Const refs (this is about the last of them in the core api)brain
2006-01-15Updated copyrights in headers etc using perl inplace editbrain
2005-12-28Changed from std::map to hash_mapbrain
2005-12-28EXPERIMENTAL: Command search function now uses std::map, should be faster (i ...brain
2005-12-16Split all commands into seperate files and redid command system to take class...brain
2005-12-16So many inclusion loops it makes your head spin - forward declaring tons of c...brain
2005-12-14TittyBiscuits!brain
2005-12-14Shitty include loopsbrain
2005-12-14Tidying of stuffbrain
2005-04-07Started work on /UNLOADMODULE, resource tracking and flags in Version classbrain
2004-05-16Updated header commentsbrain
2004-04-29Moved more types into Extensiblebrain
2004-04-19added mode.h/mode.cpp and seperated mode functions into itbrain
2004-04-11Added 'i' and 't' type link datagramsbrain
2003-02-09Documentation update, 09/02/03brain
2003-01-30Moved to Dev-C++ as an editor for project (more stable than gvim!)brain
2003-01-26Modified documentation for base classesbrain