summaryrefslogtreecommitdiff
path: root/src/modules/m_spanningtree.cpp
AgeCommit message (Expand)Author
2006-03-05Tidied up ProcessLine, instead of a ton of strlens use a tiny bit of char* vo...brain
2006-03-05Sped up introduction of nicks using vector::resize() rather than the craq++ l...brain
2006-03-04More verbose when setting g/z/k/q/e lines from other servers. With the new sy...brain
2006-03-04Typo fixbrain
2006-03-04Unknown command error now tells the opposite server WHICH command is bad so t...brain
2006-03-02is_uline was an inefficient piece of crap - fixed.brain
2006-03-02Remove debug, allow empty 'final' parameterbrain
2006-03-02Typobrain
2006-03-02I hate having to commit to get these onto the other test serverbrain
2006-03-02Should be working nowbrain
2006-03-02More logic tweaksbrain
2006-03-02Logic fixesbrain
2006-03-02Experimental improvements to TreeSocket::Splitbrain
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