summaryrefslogtreecommitdiff
path: root/src/modules/m_spanningtree.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Removal of DoOneIteration stuffGravatar brain2006-03-261-51/+5
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3758 e03df62e-2008-0410-955e-edbf42e46eb7
* All software threading stuff *disabled*Gravatar brain2006-03-261-15/+14
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3757 e03df62e-2008-0410-955e-edbf42e46eb7
* Check for link tags with undefined ipaddr fields (for drunk admins that typo)Gravatar brain2006-03-191-2/+6
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3735 e03df62e-2008-0410-955e-edbf42e46eb7
* Test fix for topic loopGravatar brain2006-03-181-4/+3
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3732 e03df62e-2008-0410-955e-edbf42e46eb7
* Case insensitive server names (Hopefully) - to be testedGravatar brain2006-03-121-36/+34
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3697 e03df62e-2008-0410-955e-edbf42e46eb7
* Altered some stuff to make case insensitive servernames (wont compile yet!)Gravatar brain2006-03-121-4/+4
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3696 e03df62e-2008-0410-955e-edbf42e46eb7
* Fixes :PGravatar brain2006-03-111-6/+12
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3677 e03df62e-2008-0410-955e-edbf42e46eb7
* Yet more const ref changesGravatar brain2006-03-111-27/+27
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3658 e03df62e-2008-0410-955e-edbf42e46eb7
* Doh @ null chars in an sprintf!Gravatar brain2006-03-111-5/+5
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3651 e03df62e-2008-0410-955e-edbf42e46eb7
* Tweaked to use the same system as nenolod's NAMES patch for FJOINGravatar brain2006-03-111-15/+16
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3650 e03df62e-2008-0410-955e-edbf42e46eb7
* Debug counterGravatar brain2006-03-111-1/+1
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3649 e03df62e-2008-0410-955e-edbf42e46eb7
* MUCH FASTER squit! (and a TON more stable, too)Gravatar brain2006-03-111-9/+49
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3648 e03df62e-2008-0410-955e-edbf42e46eb7
* Tidyup and move ConvToStr to a publically accessible placeGravatar brain2006-03-101-7/+0
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3640 e03df62e-2008-0410-955e-edbf42e46eb7
* Forgot to declare varGravatar brain2006-03-091-1/+1
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3593 e03df62e-2008-0410-955e-edbf42e46eb7
* UMode tweaksGravatar brain2006-03-091-0/+17
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3592 e03df62e-2008-0410-955e-edbf42e46eb7
* Probably wont compile yet - purge_empty_channels refactorGravatar brain2006-03-091-5/+0
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3579 e03df62e-2008-0410-955e-edbf42e46eb7
* Better calculation of LUSERSGravatar brain2006-03-091-4/+6
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3575 e03df62e-2008-0410-955e-edbf42e46eb7
* Changed LUSERS to show global current to not include unregistered connectionsGravatar brain2006-03-091-1/+1
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3574 e03df62e-2008-0410-955e-edbf42e46eb7
* Got rid of all that ugly char* cast crap (todo: change docs to reflect change)Gravatar brain2006-03-081-14/+10
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3556 e03df62e-2008-0410-955e-edbf42e46eb7
* Someone forgot to test compile this *whistles nonchalantly*Gravatar brain2006-03-081-1/+1
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3554 e03df62e-2008-0410-955e-edbf42e46eb7
* Allow for fallback of older ircds without TS in BURST commandGravatar brain2006-03-081-10/+14
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3553 e03df62e-2008-0410-955e-edbf42e46eb7
* Back to 10 mins :( My clocks wont sync and i wont sacrifice 110 days uptime ↵Gravatar brain2006-03-081-3/+3
| | | | | | just for this :p git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3548 e03df62e-2008-0410-955e-edbf42e46eb7
* Changed TS check: Abort on +- 5 mins, warn on +- 60 secs!Gravatar brain2006-03-081-3/+7
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3547 e03df62e-2008-0410-955e-edbf42e46eb7
* Added ConvToStrGravatar brain2006-03-081-0/+7
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3546 e03df62e-2008-0410-955e-edbf42e46eb7
* TyposGravatar brain2006-03-081-3/+3
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3545 e03df62e-2008-0410-955e-edbf42e46eb7
* Checks for timestamps, boot server off and abort if time delay > 10 mins ↵Gravatar brain2006-03-081-1/+9
| | | | | | (the safe value used by inspircd) git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3544 e03df62e-2008-0410-955e-edbf42e46eb7
* Took strlen's out of fjoinGravatar brain2006-03-071-5/+13
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3515 e03df62e-2008-0410-955e-edbf42e46eb7
* Different way of displaying squit server groupGravatar brain2006-03-071-5/+5
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3504 e03df62e-2008-0410-955e-edbf42e46eb7
* Tidied up ProcessLine, instead of a ton of strlens use a tiny bit of char* ↵Gravatar brain2006-03-051-13/+18
| | | | | | voodoo git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3473 e03df62e-2008-0410-955e-edbf42e46eb7
* Sped up introduction of nicks using vector::resize() rather than the craq++ ↵Gravatar brain2006-03-051-6/+3
| | | | | | | | | loop (wtf was i thinking doing it that way?) Removed 'client connecting notices dont show locally during burst' -- this is silly as it doesnt work remotely and is pretty much pointless git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3460 e03df62e-2008-0410-955e-edbf42e46eb7
* More verbose when setting g/z/k/q/e lines from other servers. With the new ↵Gravatar brain2006-03-041-0/+9
| | | | | | system which prevents lag during bursts this won't flood opers quite so much to the point where they quit (i hope) :p git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3456 e03df62e-2008-0410-955e-edbf42e46eb7
* Typo fixGravatar brain2006-03-041-1/+1
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3454 e03df62e-2008-0410-955e-edbf42e46eb7
* Unknown command error now tells the opposite server WHICH command is bad so ↵Gravatar brain2006-03-041-1/+1
| | | | | | that people dont have to go sleuthing to find it git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3453 e03df62e-2008-0410-955e-edbf42e46eb7
* is_uline was an inefficient piece of crap - fixed.Gravatar brain2006-03-021-2/+2
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3428 e03df62e-2008-0410-955e-edbf42e46eb7
* Remove debug, allow empty 'final' parameterGravatar brain2006-03-021-10/+1
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3424 e03df62e-2008-0410-955e-edbf42e46eb7
* TypoGravatar brain2006-03-021-1/+1
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3423 e03df62e-2008-0410-955e-edbf42e46eb7
* I hate having to commit to get these onto the other test serverGravatar brain2006-03-021-1/+3
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3422 e03df62e-2008-0410-955e-edbf42e46eb7
* Should be working nowGravatar brain2006-03-021-5/+11
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3421 e03df62e-2008-0410-955e-edbf42e46eb7
* More logic tweaksGravatar brain2006-03-021-0/+8
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3420 e03df62e-2008-0410-955e-edbf42e46eb7
* Logic fixesGravatar brain2006-03-021-2/+6
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3419 e03df62e-2008-0410-955e-edbf42e46eb7
* Experimental improvements to TreeSocket::SplitGravatar brain2006-03-021-8/+15
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3418 e03df62e-2008-0410-955e-edbf42e46eb7
* Changed definition of CallHandler and CallCommandHandler for the ability to ↵Gravatar brain2006-03-021-1/+5
| | | | | | | | | return false on bad command. This allows us to terminate server links that send commands we dont know (e.g. admin loads module A after linking, we dont have module A, when it sends module A's command, abort) git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3414 e03df62e-2008-0410-955e-edbf42e46eb7
* Changed encryption to work with yield systemGravatar brain2006-03-011-2/+2
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3393 e03df62e-2008-0410-955e-edbf42e46eb7
* Removed unneccessary debugGravatar brain2006-02-271-1/+0
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3364 e03df62e-2008-0410-955e-edbf42e46eb7
* Extra output during sync to know if we're receving the other end's netburst ↵Gravatar brain2006-02-271-0/+7
| | | | | | or not git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3363 e03df62e-2008-0410-955e-edbf42e46eb7
* Put the EAGAIN stuff back now we're done testingGravatar brain2006-02-261-2/+1
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3358 e03df62e-2008-0410-955e-edbf42e46eb7
* That's enough tweaks for nowGravatar brain2006-02-261-3/+5
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3357 e03df62e-2008-0410-955e-edbf42e46eb7
* Valgrind fixes (libstdc++ is broken! :O)Gravatar brain2006-02-261-9/+13
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3354 e03df62e-2008-0410-955e-edbf42e46eb7
* Tweaks to closed socket detectionGravatar brain2006-02-261-11/+11
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3351 e03df62e-2008-0410-955e-edbf42e46eb7
* Guess what this is?Gravatar brain2006-02-261-0/+5
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3350 e03df62e-2008-0410-955e-edbf42e46eb7