]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - src/modules/m_spanningtree.cpp
Added most of the connection/authentication code, need to add CONNECT and syncs
[user/henk/code/inspircd.git] / src / modules / m_spanningtree.cpp
2005-11-26 brainAdded most of the connection/authentication code, need...
2005-11-26 brainFixed dumb bug where module claims ALL bindable ports...
2005-11-26 brainAdded overriding handlers for CONNECT, SQUIT, MAP,...
2005-11-26 brainFixed compile glitches
2005-11-26 brainAdded reading of server link configs
2005-11-26 brainAdded TreeServer class (actual tree structure)
2005-11-26 brainAdded tons of comments. These will probably stay.
2005-11-26 brainAdded listening socket support for InspSocket
2005-11-26 brainAdded start of spanning tree system TEST MODULE, tested...