summaryrefslogtreecommitdiff
path: root/src/modules/m_spanningtree.cpp
AgeCommit message (Expand)Author
2006-03-10Tidyup and move ConvToStr to a publically accessible placebrain
2006-03-09Forgot to declare varbrain
2006-03-09UMode tweaksbrain
2006-03-09Probably wont compile yet - purge_empty_channels refactorbrain
2006-03-09Better calculation of LUSERSbrain
2006-03-09Changed LUSERS to show global current to not include unregistered connectionsbrain
2006-03-08Got rid of all that ugly char* cast crap (todo: change docs to reflect change)brain
2006-03-08Someone forgot to test compile this *whistles nonchalantly*brain
2006-03-08Allow for fallback of older ircds without TS in BURST commandbrain
2006-03-08Back to 10 mins :( My clocks wont sync and i wont sacrifice 110 days uptime j...brain
2006-03-08Changed TS check: Abort on +- 5 mins, warn on +- 60 secs!brain
2006-03-08Added ConvToStrbrain
2006-03-08Typosbrain
2006-03-08Checks for timestamps, boot server off and abort if time delay > 10 mins (the...brain
2006-03-07Took strlen's out of fjoinbrain
2006-03-07Different way of displaying squit server groupbrain
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