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
/
encap.cpp
Age
Commit message (
Expand
)
Author
2016-09-02
m_spanningtree Add workaround to make SVS* commands work when using ENCAP
Attila Molnar
2014-06-13
Change allocation of InspIRCd::Parser to be physically part of the object con...
Attila Molnar
2014-01-26
Add ProtocolInterface::BroadcastEncap() and infrastructure for manually forwa...
Attila Molnar
2013-08-18
m_spanningtree Move all server-to-server command handlers into handler classes
attilamolnar
2013-04-12
m_spanningtree Remove unneeded #includes
attilamolnar
2013-04-01
Whitespace and empty destructor removal, minor coding style changes
attilamolnar
2012-11-19
Remove usage of deprecated CallCommandHandler() and IsValidModuleCommand()
attilamolnar
2012-08-08
m_spanningtree Handle ? wildcard as well when processing an incoming ENCAP
attilamolnar
2012-04-19
Replace copyright headers with headers granting specific authors copyright
Robby-
2010-03-01
Let ENCAP target match on server names, not just SIDs
danieldg
2010-01-24
Use UID/SID as the source for ENCAP commands, not server name
danieldg
2010-01-11
...because every now and again, i have to do a massive commit.
brain
2009-10-23
Make User::uuid and User::server const
danieldg
2009-09-21
Create StreamSocket for IO hooking implementation
danieldg
2009-09-02
Allow commands to optionally route themselves using ENCAP
danieldg
2009-09-02
Replace std::deque with std::vector in spanningtree and related modules
danieldg
2009-09-01
Fix build of m_spanningtree and display of dependency regeneration
danieldg
2009-06-15
Fix ENCAP forwarding with multiword final parameter, noticed by Namegduf
danieldg
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-09-21
Be consistent. Use ServerInstance in all places instead of 'Instance' in half...
w00t
2008-08-22
Match conversion stuff.
w00t
2008-03-21
Only valid targets for encap are now server ids
brain
2008-03-21
Fix encap bug, when a target is wildcard we shouldnt abort propogating
brain
2008-03-21
Forgot to commit this
brain