summaryrefslogtreecommitdiff
path: root/src/modules/m_spanningtree.cpp
AgeCommit message (Expand)Author
2006-03-02Changed definition of CallHandler and CallCommandHandler for the ability to r...brain
2006-03-01Changed encryption to work with yield systembrain
2006-02-27Removed unneccessary debugbrain
2006-02-27Extra output during sync to know if we're receving the other end's netburst o...brain
2006-02-26Put the EAGAIN stuff back now we're done testingbrain
2006-02-26That's enough tweaks for nowbrain
2006-02-26Valgrind fixes (libstdc++ is broken! :O)brain
2006-02-26Tweaks to closed socket detectionbrain
2006-02-26Guess what this is?brain
2006-02-26Fixed bursting stuff a littlebrain
2006-02-26Made this safer, dont try and yield back when sending channel list or user li...brain
2006-02-26And morebrain
2006-02-26Now the obligotary typo fixesbrain
2006-02-26Yields back to user processing to give users a chance to issue commands durin...brain
2006-02-26Tweaksbrain
2006-02-26Moved to irc::string for commands in server-server so that whiney newbs can g...brain
2006-02-26Server* Srv marked static or moved to private member of module class in all m...brain
2006-02-25Auto-lowercase all server names read in from <link> tags so that people cant ...brain
2006-02-22Force burst to end if a remote server pings us, or answers a pong, if this is...brain
2006-02-22Oh yae, Oh Yae, back in old days of yore, Ye Brain doth set the nick buffer a...brain
2006-02-20Lets fix it right this time (and annoy ol with more tweaks)brain
2006-02-20User kicks being ignored!!!brain
2006-02-20Fix to stop new code treating all KICK messages as server KICKsbrain
2006-02-20Propogation of remote kicks (testy test)brain
2006-02-20Fix for hide-ulines in /linksbrain
2006-02-16Bad maths, bad! go sit in the cornerbrain
2006-02-16More debugbrain
2006-02-16New tweak doesnt work yet, dont usebrain
2006-02-16Extra tweak for exceptional conditionbrain
2006-02-16Experimental speed improvement to sending encrypted linesbrain
2006-02-16Extra logging to log bad opertypes coming in from remotesbrain
2006-02-16Checking to prevent dodgy opertypes (opertypes must follow the same syntax as...brain
2006-02-15Yet more loggingbrain
2006-02-15- More formatting changesw00t
2006-02-14Error checking for out of range buffer reads (this shouldnt happen, read is b...brain
2006-02-13Tidied up formatting of %f'sbrain
2006-02-13Fixesbrain
2006-02-13Added RPL_MAPTOTL at request of Whitewolfbrain
2006-02-13Guess origin where server is lazy with PING/PONG and doesnt specify one, prep...brain
2006-02-13Forgot to change the prefix, whoopsbrain
2006-02-13Send the PONG back along the right path, maybe?brain
2006-02-13(TEST CODE) remote ping, do not use until debuggedbrain
2006-02-12Instantly apply lines when not synchingbrain
2006-02-12Tweak to allow @%+ to all exist on a user at once during burstbrain
2006-02-11Check for >8 params in NICKbrain
2006-02-11Altered SVSNICK to echo back NICK message, grrrr, sodding ircservices-based s...brain
2006-02-11Newline stripping for asctime()brain
2006-02-11Added handler for TIME with server parameterbrain
2006-02-11Damn bracketbrain
2006-02-11Fix routing for TIMEbrain