index
:
user/henk/code/inspircd.git
insp3
insp3-update-helpop-chmodes-s-and-p
[no description]
git repository hosting
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
modules
/
m_spanningtree.cpp
Age
Commit message (
Expand
)
Author
2005-11-28
Added OnUserMessage and OnUserNotice (why have these been missing so long?)
brain
2005-11-27
Tied in client message parser, works very well :)
brain
2005-11-27
Added nickname syncing
brain
2005-11-27
Fixed a missing parameter
brain
2005-11-27
Added tree walk algorithm which finds out which directly-connected server
brain
2005-11-27
Added proper administrativia notices to CONNECT and inbound connections
brain
2005-11-27
Added /CONNECT
brain
2005-11-26
Added most of the connection/authentication code, need to add CONNECT and syncs
brain
2005-11-26
Fixed dumb bug where module claims ALL bindable ports including client ports!
brain
2005-11-26
Added overriding handlers for CONNECT, SQUIT, MAP, LINKS, LUSERS
brain
2005-11-26
Fixed compile glitches
brain
2005-11-26
Added reading of server link configs
brain
2005-11-26
Added TreeServer class (actual tree structure)
brain
2005-11-26
Added tons of comments. These will probably stay.
brain
2005-11-26
Added listening socket support for InspSocket
brain
2005-11-26
Added start of spanning tree system TEST MODULE, tested outbound connections
brain