summaryrefslogtreecommitdiff
path: root/src/modules/m_spanningtree.cpp
Commit message (Expand)AuthorAgeFilesLines
* Removal of DoOneIteration stuff•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3758 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2006-03-261-51/+5
* All software threading stuff *disabled*•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3757 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2006-03-261-15/+14
* Check for link tags with undefined ipaddr fields (for drunk admins that typo)•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3735 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2006-03-191-2/+6
* Test fix for topic loop•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3732 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2006-03-181-4/+3
* Case insensitive server names (Hopefully) - to be tested•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3697 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2006-03-121-36/+34
* Altered some stuff to make case insensitive servernames (wont compile yet!)•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3696 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2006-03-121-4/+4
* Fixes :P•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3677 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2006-03-111-6/+12
* Yet more const ref changes•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3658 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2006-03-111-27/+27
* Doh @ null chars in an sprintf!•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3651 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2006-03-111-5/+5
* Tweaked to use the same system as nenolod's NAMES patch for FJOIN•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3650 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2006-03-111-15/+16
* Debug counter•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3649 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2006-03-111-1/+1
* MUCH FASTER squit! (and a TON more stable, too)•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3648 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2006-03-111-9/+49
* Tidyup and move ConvToStr to a publically accessible place•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3640 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2006-03-101-7/+0
* Forgot to declare var•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3593 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2006-03-091-1/+1
* UMode tweaks•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3592 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2006-03-091-0/+17
* Probably wont compile yet - purge_empty_channels refactor•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3579 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2006-03-091-5/+0
* Better calculation of LUSERS•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3575 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2006-03-091-4/+6
* Changed LUSERS to show global current to not include unregistered connections•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3574 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2006-03-091-1/+1
* Got rid of all that ugly char* cast crap (todo: change docs to reflect change)•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3556 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2006-03-081-14/+10
* Someone forgot to test compile this *whistles nonchalantly*•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3554 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2006-03-081-1/+1
* Allow for fallback of older ircds without TS in BURST command•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3553 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2006-03-081-10/+14
* Back to 10 mins :( My clocks wont sync and i wont sacrifice 110 days uptime j...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3548 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2006-03-081-3/+3
* Changed TS check: Abort on +- 5 mins, warn on +- 60 secs!•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3547 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2006-03-081-3/+7
* Added ConvToStr•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3546 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2006-03-081-0/+7
* Typos•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3545 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2006-03-081-3/+3
* Checks for timestamps, boot server off and abort if time delay > 10 mins (the...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3544 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2006-03-081-1/+9
* Took strlen's out of fjoin•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3515 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2006-03-071-5/+13
* Different way of displaying squit server group•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3504 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2006-03-071-5/+5
* Tidied up ProcessLine, instead of a ton of strlens use a tiny bit of char* vo...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3473 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2006-03-051-13/+18
* Sped up introduction of nicks using vector::resize() rather than the craq++ l...•••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 Gravatar brain2006-03-051-6/+3
* More verbose when setting g/z/k/q/e lines from other servers. With the new sy...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3456 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2006-03-041-0/+9
* Typo fix•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3454 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2006-03-041-1/+1
* Unknown command error now tells the opposite server WHICH command is bad so t...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3453 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2006-03-041-1/+1
* is_uline was an inefficient piece of crap - fixed.•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3428 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2006-03-021-2/+2
* Remove debug, allow empty 'final' parameter•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3424 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2006-03-021-10/+1
* Typo•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3423 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2006-03-021-1/+1
* I hate having to commit to get these onto the other test server•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3422 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2006-03-021-1/+3
* Should be working now•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3421 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2006-03-021-5/+11
* More logic tweaks•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3420 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2006-03-021-0/+8
* Logic fixes•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3419 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2006-03-021-2/+6
* Experimental improvements to TreeSocket::Split•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3418 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2006-03-021-8/+15
* Changed definition of CallHandler and CallCommandHandler for the ability to r...•••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 Gravatar brain2006-03-021-1/+5
* Changed encryption to work with yield system•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3393 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2006-03-011-2/+2
* Removed unneccessary debug•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3364 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2006-02-271-1/+0
* Extra output during sync to know if we're receving the other end's netburst o...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3363 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2006-02-271-0/+7
* Put the EAGAIN stuff back now we're done testing•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3358 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2006-02-261-2/+1
* That's enough tweaks for now•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3357 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2006-02-261-3/+5
* Valgrind fixes (libstdc++ is broken! :O)•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3354 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2006-02-261-9/+13
* Tweaks to closed socket detection•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3351 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2006-02-261-11/+11
* Guess what this is?•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3350 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2006-02-261-0/+5