summaryrefslogtreecommitdiff
path: root/src/modules/m_spanningtree.cpp
AgeCommit message (Expand)Author
2006-05-24ALL THROW A WHILD PARTY! CRASH-ON-NETSPLIT should be fixed!!!brain
2006-05-10Fix for crash on: /OS RAW PUSH non-existent-nick :::nick!ident@host KICK #cha...brain
2006-04-28Synching of channel TS after a whole channel has been sent.brain
2006-04-24delete operator tracking in debug mode (using a macro -- live with it.)brain
2006-04-20Include paths changebrain
2006-04-08Split inspircd_io.* insp inspsocket.* and configreader.* with a few odd bits ...om
2006-04-04More verbose error outputbrain
2006-04-04move do_whois to cmd_whois, i'm stopping now. really.om
2006-04-01Fixes for stability of connects (these didnt make it into trunk!!!)brain
2006-03-27Fix typo in spanningtree (who put this colon here?)brain
2006-03-27Fix for desync in channels with keys a'la servicesbrain
2006-03-27Remove unused variablew00t
2006-03-26Removal of DoOneIteration stuffbrain
2006-03-26All software threading stuff *disabled*brain
2006-03-19Check for link tags with undefined ipaddr fields (for drunk admins that typo)brain
2006-03-18Test fix for topic loopbrain
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