]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - include/ctables.h
Merge pull request #1018 from SaberUK/insp20+hidekills
[user/henk/code/inspircd.git] / include / ctables.h
2012-12-15 attilamolnarAdd a flag to Command that controls whether an empty...
2012-12-05 attilamolnarChange a few signed counter variables to unsigned so...
2012-07-13 Attila MolnarMerge pull request #230 from Robby-/insp20-openssl
2012-07-05 Attila MolnarMerge pull request #242 from SaberUK/insp20-doxygen-fix
2012-07-05 Peter PowellFix Doxygen syntax errors.
2012-05-14 Robin BurchellMerge pull request #109 from Justasic/insp20
2012-05-03 Robin BurchellMerge pull request #96 from Justasic/insp20
2012-04-23 Robin BurchellMerge pull request #92 from Robby-/insp20-headers
2012-04-19 Robby-Replace copyright headers with headers granting specifi...
2012-04-18 Robin BurchellMerge pull request #70 from Shawn-Smith/insp20+chancrea...
2012-04-15 Robin BurchellMerge pull request #55 from Justasic/insp20
2012-04-15 Justin CrawfordFixes for bug #12
2010-02-12 danieldgFloating-point math should have no place in an ircd
2010-01-18 danieldgMove lots of spanningtree items to commands
2010-01-11 brain...because every now and again, i have to do a massive...
2009-11-16 danieldgUse ServiceProvider for inter-module dependencies
2009-11-15 danieldgAdd Inspircd::AddServices
2009-10-24 danieldgMove forward declarations to typedefs.h
2009-10-21 danieldgMove SetClass to LocalUser
2009-10-19 danieldgMaintain refcount of Module objects to complain about...
2009-10-18 danieldgRemove more classbase
2009-10-13 danieldgRemove Command and ModeHandler objects in their destruc...
2009-10-02 danieldgFix routing for normal core commands like QUIT
2009-10-01 danieldgAdd ROUTE_TYPE_MESSAGE and use for PRIVMSG/NOTICE routing
2009-09-13 danieldgClean up Command constructor
2009-09-03 danieldgRemove HandleInternal and HandleServer, they are duplic...
2009-09-03 danieldgRemove CMD_LOCALONLY, enforce use of GetRouting for...
2009-09-02 brainAdd more comments here
2009-09-02 danieldgAdd Module* creator to Command and ModeHandler
2009-09-02 danieldgAllow commands to optionally route themselves using...
2009-09-02 danieldgInclude explicit routing information in Command, will...
2009-03-15 psychonUpdate all wiki links to point to the new wiki. This...
2009-03-06 danieldgConstruct explicit parameter type list for MODE parameters
2009-02-14 peaveyNuke trailing spaces
2009-01-02 w00tUpdate copyrights for 2009.
2008-10-25 w00tAdd optional max_params for commands, which means that...
2008-09-20 brainMore comments, and remove some unused craq. Someone...
2008-08-09 w00tUnbreak compile..
2008-08-09 aquanightAdd translation type TR_CUSTOM, and fix up callerid...
2008-06-06 brainm_abbreviation completed. :)
2008-05-04 brainFix unused HandleServer to use new system too, and...
2008-05-04 brainConversion of command handler params from "const char...
2008-04-21 brainMerge in large patchset from GreenReaper, useful fixes...
2008-02-20 brainWheee, mass commit! this adds const stafety, throwing...
2008-02-13 w00tCONSTIFY\!
2008-02-13 w00tFix a silly crash I caused.
2008-02-13 w00tSlight API tweak. Change Command to take char * instead...
2008-02-03 w00tClear up header insanity
2008-02-03 w00t(finally) remove deprecated CMD_USER_DELETED
2008-01-10 w00tHeader update: 2007 -> 2008
2007-10-23 brain-pedantic tidyups, lets see if it finds anything worthy...
2007-10-21 w00tCHange Penalty to be set in constructor, and to default...
2007-10-21 brainPenalty should be 'const int'. Note, you can set a...
2007-10-21 w00tAdd int Penalty to Command. At the moment, nothing...
2007-10-15 w00tIn the grand tradition of huge fucking commits:
2007-10-15 w00tclass command_t -> class Command. Whey :D
2007-09-27 w00tRemove /summon and /users (I think 15+ years of being...
2007-08-27 brainFix for problems with translations
2007-08-27 brainSome useful defines for tidy definition of translation...
2007-08-27 brainMore translation stuff
2007-08-27 brainAdd vector<TranslationType> to commands, used to map...
2007-07-16 peaveyOOPS! We try again, since I'm smoking craq. LF is 0x0a...
2007-07-16 peavey'svn propset -R svn:eol-style CR *' Set to UNIX-style...
2007-06-17 brainComments
2007-06-14 pippijnSome general syntax cleanups.
2007-05-19 w00tWindows support. Tested and working to compile on freeb...
2007-02-17 brainChange bytes-used counter for commands (used by /stats...
2007-01-09 brainComment on a lot of recently added stuff that wasnt...
2007-01-07 peaveyadd internal cmdhandler that will make it easy to move...
2006-12-17 brainAdd this:
2006-12-15 w00tAnd now, just to force you to recompile the *whole...
2006-10-31 brainUpdate configure, remove a bunch of deprecated makefile...
2006-09-13 brainSpecial check in cmd_quit and cmd_kill and special...
2006-09-06 brainCommand result codes. This isnt finished yet, still...
2006-09-03 brainAuto loading of commands as shared objects via dlsym...
2006-08-11 brain(Bigger than it looks, i did this with perl inplace...
2006-07-28 brainAdd support for syntax of commands in place of the...
2006-07-19 brainTest change
2006-07-16 brainFix case sensitive commands issue due to new std::strin...
2006-07-16 brainmass tidyup, change A LOT of stuff to const char**...
2006-07-10 brainSort deps of base.h
2006-07-10 brainMade a load more stuff Extensible which might be of...
2006-04-08 omSplit inspircd_io.* insp inspsocket.* and configreader...
2006-03-12 brainConst refs (this is about the last of them in the core...
2006-01-15 brainUpdated copyrights in headers etc using perl inplace...
2005-12-28 brainChanged from std::map to hash_map
2005-12-28 brainEXPERIMENTAL: Command search function now uses std...
2005-12-16 brainSplit all commands into seperate files and redid comman...
2005-12-16 brainSo many inclusion loops it makes your head spin - forwa...
2005-12-14 brainTittyBiscuits!
2005-12-14 brainShitty include loops
2005-12-14 brainTidying of stuff
2005-04-07 brainStarted work on /UNLOADMODULE, resource tracking and...
2004-05-16 brainUpdated header comments
2004-04-29 brainMoved more types into Extensible
2004-04-19 brainadded mode.h/mode.cpp and seperated mode functions...
2004-04-11 brainAdded 'i' and 't' type link datagrams
2003-02-09 brainDocumentation update, 09/02/03
2003-01-30 brainMoved to Dev-C++ as an editor for project (more stable...
2003-01-26 brainModified documentation for base classes
next