summaryrefslogtreecommitdiff
path: root/src/modules/m_spanningtree.cpp
AgeCommit message (Expand)Author
2006-03-12Case insensitive server names (Hopefully) - to be testedbrain
2006-03-12Altered some stuff to make case insensitive servernames (wont compile yet!)brain
2006-03-11Fixes :Pbrain
2006-03-11Yet more const ref changesbrain
2006-03-11Doh @ null chars in an sprintf!brain
2006-03-11Tweaked to use the same system as nenolod's NAMES patch for FJOINbrain
2006-03-11Debug counterbrain
2006-03-11MUCH FASTER squit! (and a TON more stable, too)brain
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