summaryrefslogtreecommitdiff
path: root/src/modules/m_spanningtree.cpp
AgeCommit message (Expand)Author
2005-11-27Tied in client message parser, works very well :)brain
2005-11-27Added nickname syncingbrain
2005-11-27Fixed a missing parameterbrain
2005-11-27Added tree walk algorithm which finds out which directly-connected serverbrain
2005-11-27Added proper administrativia notices to CONNECT and inbound connectionsbrain
2005-11-27Added /CONNECTbrain
2005-11-26Added most of the connection/authentication code, need to add CONNECT and syncsbrain
2005-11-26Fixed dumb bug where module claims ALL bindable ports including client ports!brain
2005-11-26Added overriding handlers for CONNECT, SQUIT, MAP, LINKS, LUSERSbrain
2005-11-26Fixed compile glitchesbrain
2005-11-26Added reading of server link configsbrain
2005-11-26Added TreeServer class (actual tree structure)brain
2005-11-26Added tons of comments. These will probably stay.brain
2005-11-26Added listening socket support for InspSocketbrain
2005-11-26Added start of spanning tree system TEST MODULE, tested outbound connectionsbrain