summaryrefslogtreecommitdiff
path: root/src/modules/m_spanningtree/ftopic.cpp
AgeCommit message (Expand)Author
2010-01-18Move lots of spanningtree items to commandsdanieldg
2010-01-11...because every now and again, i have to do a massive commit.brain
2009-09-21Create StreamSocket for IO hooking implementationdanieldg
2009-09-02Replace std::deque with std::vector in spanningtree and related modulesdanieldg
2009-09-01Fix build of m_spanningtree and display of dependency regenerationdanieldg
2009-05-13Show correct server source to users on FTOPIC and FMODEdanieldg
2009-03-15Update all wiki links to point to the new wiki. This was done automatically w...psychon
2009-01-02Update copyrights for 2009.w00t
2008-09-21Be consistent. Use ServerInstance in all places instead of 'Instance' in half...w00t
2008-08-05Better Way(TM) of doing easy routing of commands with a user based source. Th...w00t
2008-08-05Forward-port r10098 and r10099, fixing anope+inspircd=ftopic ddos. Thanks to ...w00t
2008-05-25First phase of conversion to dynamic limits on all the lengths, configured vi...brain
2008-05-19Convert channel::name to std::string, this was a beastie!brain
2008-04-06Fix fake direction in TOPIC, you cant use a uuid as a command origin in the s...brain
2008-02-11Remove many unneeded headers from spanningtree filesw00t
2008-02-03Fix trivial desync with FTOPIC: if topic is identical, we still need to broad...w00t
2008-02-03Split treesocket1 into a number of smaller filesw00t