summaryrefslogtreecommitdiff
path: root/src/modules/m_spanningtree.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Fixed bursting stuff a little•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3348 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2006-02-261-3/+0
* Made this safer, dont try and yield back when sending channel list or user li...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3347 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2006-02-261-8/+8
* And more•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3345 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2006-02-261-1/+1
* Now the obligotary typo fixes•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3344 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2006-02-261-16/+17
* Yields back to user processing to give users a chance to issue commands durin...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3343 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2006-02-261-3/+51
* Tweaks•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3340 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2006-02-261-3/+3
* Moved to irc::string for commands in server-server so that whiney newbs can g...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3339 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2006-02-261-4/+4
* Server* Srv marked static or moved to private member of module class in all m...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3330 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2006-02-261-1/+1
* Auto-lowercase all server names read in from <link> tags so that people cant ...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3322 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2006-02-251-0/+4
* Force burst to end if a remote server pings us, or answers a pong, if this is...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3295 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2006-02-221-0/+20
* Oh yae, Oh Yae, back in old days of yore, Ye Brain doth set the nick buffer a...•••And yae, at a date later hence, Ye Brain then setteth ye buffer back to NICKLEN again. Alas, neither Ye Brain nor Ye trusty followers hath then setteth back the rest of the core to NICKLEN-1, and verily, chaos ensued. :p git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3286 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2006-02-221-3/+3
* Lets fix it right this time (and annoy ol with more tweaks)•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3269 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2006-02-201-15/+11
* User kicks being ignored!!!•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3268 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2006-02-201-11/+14
* Fix to stop new code treating all KICK messages as server KICKs•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3267 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2006-02-201-1/+2
* Propogation of remote kicks (testy test)•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3266 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2006-02-201-1/+27
* Fix for hide-ulines in /links•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3265 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2006-02-201-1/+4
* Bad maths, bad! go sit in the corner•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3235 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2006-02-161-1/+1
* More debug•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3234 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2006-02-161-1/+1
* New tweak doesnt work yet, dont use•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3233 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2006-02-161-0/+3
* Extra tweak for exceptional condition•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3232 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2006-02-161-1/+3
* Experimental speed improvement to sending encrypted lines•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3231 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2006-02-161-5/+2