summaryrefslogtreecommitdiff
path: root/src/modules/m_spanningtree.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Bad maths, bad! go sit in the cornerGravatar brain2006-02-161-1/+1
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3235 e03df62e-2008-0410-955e-edbf42e46eb7
* More debugGravatar brain2006-02-161-1/+1
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3234 e03df62e-2008-0410-955e-edbf42e46eb7
* New tweak doesnt work yet, dont useGravatar brain2006-02-161-0/+3
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3233 e03df62e-2008-0410-955e-edbf42e46eb7
* Extra tweak for exceptional conditionGravatar brain2006-02-161-1/+3
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3232 e03df62e-2008-0410-955e-edbf42e46eb7
* Experimental speed improvement to sending encrypted linesGravatar brain2006-02-161-5/+2
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3231 e03df62e-2008-0410-955e-edbf42e46eb7
* Extra logging to log bad opertypes coming in from remotesGravatar brain2006-02-161-0/+3
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3230 e03df62e-2008-0410-955e-edbf42e46eb7
* Checking to prevent dodgy opertypes (opertypes must follow the same syntax ↵Gravatar brain2006-02-161-4/+0
| | | | | | as nicks now) git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3229 e03df62e-2008-0410-955e-edbf42e46eb7
* Yet more loggingGravatar brain2006-02-151-0/+3
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3226 e03df62e-2008-0410-955e-edbf42e46eb7
* - More formatting changesGravatar w00t2006-02-151-114/+158
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3218 e03df62e-2008-0410-955e-edbf42e46eb7
* Error checking for out of range buffer reads (this shouldnt happen, read is ↵Gravatar brain2006-02-141-8/+2
| | | | | | being passed a max buffer size of 65536 but returning 6 million?! We check for it now.) git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3196 e03df62e-2008-0410-955e-edbf42e46eb7
* Tidied up formatting of %f'sGravatar brain2006-02-131-1/+1
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3194 e03df62e-2008-0410-955e-edbf42e46eb7
* FixesGravatar brain2006-02-131-2/+2
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3193 e03df62e-2008-0410-955e-edbf42e46eb7
* Added RPL_MAPTOTL at request of WhitewolfGravatar brain2006-02-131-2/+8
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3192 e03df62e-2008-0410-955e-edbf42e46eb7
* Guess origin where server is lazy with PING/PONG and doesnt specify one, ↵Gravatar brain2006-02-131-0/+8
| | | | | | prepend the command's source :p git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3191 e03df62e-2008-0410-955e-edbf42e46eb7
* Forgot to change the prefix, whoopsGravatar brain2006-02-131-1/+1
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3190 e03df62e-2008-0410-955e-edbf42e46eb7
* Send the PONG back along the right path, maybe?Gravatar brain2006-02-131-1/+1
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3189 e03df62e-2008-0410-955e-edbf42e46eb7
* (TEST CODE) remote ping, do not use until debuggedGravatar brain2006-02-131-6/+50
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3188 e03df62e-2008-0410-955e-edbf42e46eb7
* Instantly apply lines when not synchingGravatar brain2006-02-121-0/+5
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3171 e03df62e-2008-0410-955e-edbf42e46eb7
* Tweak to allow @%+ to all exist on a user at once during burstGravatar brain2006-02-121-1/+42
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3170 e03df62e-2008-0410-955e-edbf42e46eb7
* Check for >8 params in NICKGravatar brain2006-02-111-0/+5
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3167 e03df62e-2008-0410-955e-edbf42e46eb7
* Altered SVSNICK to echo back NICK message, grrrr, sodding ircservices-based ↵Gravatar brain2006-02-111-2/+8
| | | | | | services packages. git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3164 e03df62e-2008-0410-955e-edbf42e46eb7
* Newline stripping for asctime()Gravatar brain2006-02-111-1/+8
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3162 e03df62e-2008-0410-955e-edbf42e46eb7
* Added handler for TIME with server parameterGravatar brain2006-02-111-0/+24
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3161 e03df62e-2008-0410-955e-edbf42e46eb7
* Damn bracketGravatar brain2006-02-111-1/+1
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3160 e03df62e-2008-0410-955e-edbf42e46eb7
* Fix routing for TIMEGravatar brain2006-02-111-3/+3
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3159 e03df62e-2008-0410-955e-edbf42e46eb7
* Fixes to pass on TIMEGravatar brain2006-02-111-1/+9
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3158 e03df62e-2008-0410-955e-edbf42e46eb7
* Misc. fixesGravatar brain2006-02-111-3/+3
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3157 e03df62e-2008-0410-955e-edbf42e46eb7
* Added remote TIME (do not use yet)Gravatar brain2006-02-111-0/+43
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3156 e03df62e-2008-0410-955e-edbf42e46eb7
* Fix for multi-param PUSHGravatar brain2006-02-111-1/+2
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3155 e03df62e-2008-0410-955e-edbf42e46eb7
* Added uline check for PUSHGravatar brain2006-02-111-1/+8
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3154 e03df62e-2008-0410-955e-edbf42e46eb7
* Added PUSH command, do not use yet until tested and documentedGravatar brain2006-02-111-0/+22
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3153 e03df62e-2008-0410-955e-edbf42e46eb7
* Missing function callGravatar brain2006-02-081-1/+0
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3144 e03df62e-2008-0410-955e-edbf42e46eb7
* Checks to not propogate invalid or already-existing XlinesGravatar brain2006-02-081-7/+14
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3143 e03df62e-2008-0410-955e-edbf42e46eb7
* Avoiding assignment of std::strings unless neccessary to speed up burstsGravatar brain2006-02-071-33/+26
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3130 e03df62e-2008-0410-955e-edbf42e46eb7
* Faster ADDLINE codeGravatar brain2006-02-071-17/+11
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3128 e03df62e-2008-0410-955e-edbf42e46eb7
* Experimental improved string handling in server linksGravatar brain2006-02-071-11/+4
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3127 e03df62e-2008-0410-955e-edbf42e46eb7
* Removed a strlen()Gravatar brain2006-02-071-1/+1
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3126 e03df62e-2008-0410-955e-edbf42e46eb7
* Slightly more efficient write buffersGravatar brain2006-02-071-1/+1
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3125 e03df62e-2008-0410-955e-edbf42e46eb7
* Trivial spacing to make it identicalGravatar brain2006-02-071-2/+2
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3122 e03df62e-2008-0410-955e-edbf42e46eb7
* Fix signedness warningGravatar brain2006-02-071-3/+3
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3121 e03df62e-2008-0410-955e-edbf42e46eb7
* Added max and current local/global usercounts to /lusers same way as most ↵Gravatar brain2006-02-071-1/+11
| | | | | | other ircds git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3120 e03df62e-2008-0410-955e-edbf42e46eb7
* Typo fixGravatar brain2006-02-071-1/+1
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3117 e03df62e-2008-0410-955e-edbf42e46eb7
* Fixed /LINKS to show flat even in tricky mIRC.Gravatar brain2006-02-061-1/+1
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3111 e03df62e-2008-0410-955e-edbf42e46eb7
* Fix to allow empty but defined away message (yes, really)Gravatar brain2006-02-051-1/+1
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3099 e03df62e-2008-0410-955e-edbf42e46eb7
* Fixed another issueGravatar brain2006-02-051-6/+12
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3098 e03df62e-2008-0410-955e-edbf42e46eb7
* Bad brain, bad badGravatar brain2006-02-051-1/+1
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3097 e03df62e-2008-0410-955e-edbf42e46eb7
* Propogation of away messages across network (we dont bounce the numeric back ↵Gravatar brain2006-02-051-1/+19
| | | | | | for every privmsg like other ircds, we burst them and keep them synched by broadcasting AWAY) git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3095 e03df62e-2008-0410-955e-edbf42e46eb7
* More fixes (#3)Gravatar brain2006-02-031-2/+2
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3053 e03df62e-2008-0410-955e-edbf42e46eb7
* This probably wont compile atm - add support for prefixed messagesGravatar brain2006-02-031-4/+15
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3046 e03df62e-2008-0410-955e-edbf42e46eb7
* Added remote routing notices for RCONNECTGravatar brain2006-02-031-0/+2
| | | | git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3039 e03df62e-2008-0410-955e-edbf42e46eb7