]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - src/modules/m_spanningtree/opertype.cpp
Move lots of spanningtree items to commands
[user/henk/code/inspircd.git] / src / modules / m_spanningtree / opertype.cpp
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-10-21 danieldgChange User::oper to an OperInfo reference
2009-10-03 danieldgGet rid of a bunch of memory-wasting C-style strings
2009-10-02 danieldgFix valgrind issues and crashes on exit
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-03-15 dzUse IS_OPER(u) instead of checking for umode +o to...
2009-03-15 psychonUpdate all wiki links to point to the new wiki. This...
2009-03-14 danieldgRevert r11194 "Quiet bursts for uplinks, suggested...
2009-03-10 brainQuiet bursts for uplinks, suggested by HiroP, thanks!
2009-01-02 w00tUpdate copyrights for 2009.
2008-10-31 w00tAdd REMOTEOPER snomask.. use it.
2008-09-21 w00tBe consistent. Use ServerInstance in all places instead...
2008-06-01 brainRemove limits on assigning of oper types. Theres no...
2008-05-25 brainFirst phase of conversion to dynamic limits on all...
2008-05-19 brainConvert connection::host
2008-05-18 aquanightConvert m_spanningtree
2008-04-06 brainFix bug where OPERTYPE does not propogate more than...
2008-02-11 w00tRemove many unneeded headers from spanningtree files
2008-02-04 w00tSplit treesocket2 into various smaller files