]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - src/modules/m_spanningtree/postcommand.cpp
Make User::uuid and User::server const
[user/henk/code/inspircd.git] / src / modules / m_spanningtree / postcommand.cpp
2009-10-23 danieldgMake User::uuid and User::server const
2009-10-08 danieldgUpdate Event and Request APIs
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-03 danieldgRemove CMD_LOCALONLY, enforce use of GetRouting for...
2009-09-03 danieldgChange cmd_*.so to use the Module object API
2009-09-02 danieldgRemote user messaging fixes
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-09-02 danieldgReplace std::deque with std::vector in spanningtree...
2009-09-02 danieldgVerify modules providing routed commands are VF_COMMON
2009-09-01 danieldgFix build of m_spanningtree and display of dependency...
2009-04-23 peaveyrollback r11326, we're going to make vc9 the officially...
2009-04-23 brainHeres the beef so far
2009-03-15 psychonUpdate all wiki links to point to the new wiki. This...
2009-01-02 w00tUpdate copyrights for 2009.
2008-08-22 w00tMatch conversion stuff.
2008-08-22 w00tRevert automated conversion by Special, as it (unfortun...
2008-08-22 specialFix a lot of calls to match() and uses of wildcard...
2008-08-09 aquanightAdd translation type TR_CUSTOM, and fix up callerid...
2008-07-19 brainFix total mess of makefile dependency macros (all depen...
2008-06-11 pippijnfixed some indentation and spacing in modules
2008-05-05 aquanightConvert m_spanningtree
2008-02-22 aquanightConvert remaining InspIRCd::Log() calls to new logging...
2008-02-20 brainWheee, mass commit! this adds const stafety, throwing...
2008-01-10 w00tHeader update: 2007 -> 2008
2007-10-15 w00tIn the grand tradition of huge fucking commits:
2007-10-15 w00tclass command_t -> class Command. Whey :D
2007-10-14 brainFix indentation
2007-10-14 brainSplit up spanningtree some more, the filenames should...