]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - src/modules/m_spanningtree/ftopic.cpp
m_spanningtree Remove unneeded #includes
[user/henk/code/inspircd.git] / src / modules / m_spanningtree / ftopic.cpp
2013-04-12 attilamolnarm_spanningtree Remove unneeded #includes
2013-04-12 attilamolnarm_spanningtree FTOPIC handler: Keep only one topic...
2013-04-12 attilamolnarm_spanningtree FTOPIC handler: Return CMD_FAILURE/CMD_I...
2013-04-12 attilamolnarm_spanningtree atoi() to ConvToInt() conversion, add...
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...
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-09-21 danieldgCreate StreamSocket for IO hooking implementation
2009-09-02 danieldgReplace std::deque with std::vector in spanningtree...
2009-09-01 danieldgFix build of m_spanningtree and display of dependency...
2009-05-13 danieldgShow correct server source to users on FTOPIC and FMODE
2009-03-15 psychonUpdate all wiki links to point to the new wiki. This...
2009-01-02 w00tUpdate copyrights for 2009.
2008-09-21 w00tBe consistent. Use ServerInstance in all places instead...
2008-08-05 w00tBetter Way(TM) of doing easy routing of commands with...
2008-08-05 w00tForward-port r10098 and r10099, fixing anope+inspircd...
2008-05-25 brainFirst phase of conversion to dynamic limits on all...
2008-05-19 brainConvert channel::name to std::string, this was a beastie!
2008-04-06 brainFix fake direction in TOPIC, you cant use a uuid as...
2008-02-11 w00tRemove many unneeded headers from spanningtree files
2008-02-03 w00tFix trivial desync with FTOPIC: if topic is identical...
2008-02-03 w00tSplit treesocket1 into a number of smaller files