index
:
user/henk/code/inspircd.git
insp3
insp3-update-helpop-chmodes-s-and-p
[no description]
git repository hosting
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
modules
/
m_spanningtree
/
postcommand.cpp
Age
Commit message (
Expand
)
Author
2009-10-23
Make User::uuid and User::server const
danieldg
2009-10-08
Update Event and Request APIs
danieldg
2009-10-02
Fix routing for normal core commands like QUIT
danieldg
2009-10-01
Add ROUTE_TYPE_MESSAGE and use for PRIVMSG/NOTICE routing
danieldg
2009-09-03
Remove CMD_LOCALONLY, enforce use of GetRouting for routed commands
danieldg
2009-09-03
Change cmd_*.so to use the Module object API
danieldg
2009-09-02
Remote user messaging fixes
danieldg
2009-09-02
Add Module* creator to Command and ModeHandler
danieldg
2009-09-02
Allow commands to optionally route themselves using ENCAP
danieldg
2009-09-02
Include explicit routing information in Command, will replace CMD_LOCALONLY r...
danieldg
2009-09-02
Replace std::deque with std::vector in spanningtree and related modules
danieldg
2009-09-02
Verify modules providing routed commands are VF_COMMON
danieldg
2009-09-01
Fix build of m_spanningtree and display of dependency regeneration
danieldg
2009-04-23
rollback r11326, we're going to make vc9 the officially supported windows bui...
peavey
2009-04-23
Heres the beef so far
brain
2009-03-15
Update all wiki links to point to the new wiki. This was done automatically w...
psychon
2009-01-02
Update copyrights for 2009.
w00t
2008-08-22
Match conversion stuff.
w00t
2008-08-22
Revert automated conversion by Special, as it (unfortunately) neglects some d...
w00t
2008-08-22
Fix a lot of calls to match() and uses of wildcard.h (which doesn't exist any...
special
2008-08-09
Add translation type TR_CUSTOM, and fix up callerid some.
aquanight
2008-07-19
Fix total mess of makefile dependency macros (all depending on stuff they don...
brain
2008-06-11
fixed some indentation and spacing in modules
pippijn
2008-05-05
Convert m_spanningtree
aquanight
2008-02-22
Convert remaining InspIRCd::Log() calls to new logging system
aquanight
2008-02-20
Wheee, mass commit! this adds const stafety, throwing a compile error if anyo...
brain
2008-01-10
Header update: 2007 -> 2008
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-10-14
Fix indentation
brain
2007-10-14
Split up spanningtree some more, the filenames should be more intuitive so th...
brain