summaryrefslogtreecommitdiff
path: root/src/modules/m_spanningtree.cpp
AgeCommit message (Expand)Author
2006-12-23Hash rehashing changebrain
2006-12-19Fix server prefix on JOIN.w00t
2006-12-17Correctly send TS in JOIN so that services packages etc dont become desynched...brain
2006-12-17Dont use FJOIN to join users to channels outside the burst (revert to earlier...brain
2006-12-17When receiving an FJOIN, if we have no local users, dont send deops, this jus...brain
2006-12-16Add some comments to explain whats going off in one of the TreeSocket constru...brain
2006-12-16Not sending capab when theres no transport module attached to a server socketbrain
2006-12-16Make SNO notice for +o globalpeavey
2006-12-15Remove global namespacing, makes modules compile FASTAH. Also massive update ...w00t
2006-12-13Improve the way 005 ISUPPORT is sent to users when they connect, cache it in ...brain
2006-12-12New clone counting mechanism (this isnt tested yet)brain
2006-12-11Debug stuff, and some minor fixesbrain
2006-12-10Add InspIRCd::UseInterface and InspIRCd::DoneWithInterface, and also InspIRCd...brain
2006-12-10Rename ssl.h -> transport.h, as its now used for ziplinksbrain
2006-12-09Don't allow the user to define a non-existent transport in the <link> tagbrain
2006-12-09Correctly report the transport names when server links occurbrain
2006-12-09Remove AESbrain
2006-12-09Make it all work properly. Have it wait for handshake to complete before send...brain
2006-12-09It works! WOO AND YAY! (this isnt finished yet, only an idiot would use this ...brain
2006-12-09Whoops, some stuff was sdrawkcab!brain
2006-12-09Move around the initialization stuff so it gets called in the right orderbrain
2006-12-09Add stuff for <bind:transport> and <link:transport> that should be the transp...brain
2006-12-09Enumerate InspSocketHook modulesbrain
2006-12-09Add stuff so that TreeSockets can call any found hook modulesbrain
2006-12-09Move thisbrain
2006-12-03Account for channels with no modes setbrain
2006-12-03Remote SQUIT, and god save the coder..w00t
2006-11-30Fix typo that stops m_cban from workingbrain
2006-11-28Fixed a crash when spanningtree is given a blank line; really simple fix, and...special
2006-11-27O(n^n) is bad. O(log n) is better.brain
2006-11-27BuildExemptList is becoming pretty ugly. grr.brain
2006-11-27Add exception lists to OnUserMessage and OnUserNotice, to be used for smarter...brain
2006-11-24In answer to w00ts question, the channel might not exist, because of the foll...brain
2006-11-23Fix #176, not sure how channel can't exist after being created, but apparantl...w00t
2006-11-22Fix my fix, it crashed (thanks skenmy, sorry)w00t
2006-11-21Fix spurious deops on channel creation, pointed out by jilles, noted by a num...w00t
2006-11-16Make STATS i, y, c, n more relevent to 1.1brain
2006-11-13Modify server counts in /lusers to show number of servers actually visible if...brain
2006-11-12Slight hax. When bursting a channel - in the fmode, if we dont have +n or +t ...brain
2006-11-12If a new channel is created, after sending the FJOIN for the first user in, s...brain
2006-11-12Added a notice that all people bumping the protocol version should edit a pag...brain
2006-11-12Protocl-Version bump to 1102brain
2006-11-12Oops, using wrong parambrain
2006-11-12More funky stuff, SNONOTICE, MODENOTICE to go with OPERNOTICEbrain
2006-11-12Whoops, stuff in the wrong placebrain
2006-11-12Make OPERNOTICE work rightbrain
2006-11-12Add send_opers event and OPERNOTICE command to send remote server NOTICEbrain
2006-11-12Yes, we do want to propogate the server modebrain
2006-11-12Allow normal MODE from a server prefixbrain
2006-11-11Eliminate two trivial compile warnings pointed out by a few peoplebrain