summaryrefslogtreecommitdiff
path: root/src/modules/m_spanningtree
Commit message (Expand)AuthorAgeFilesLines
* Add call to protocol interface to get useful info on the server map. Return a...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9673 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2008-05-082-1/+18
* Remove JOIN sending, all should be FJOIN•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9651 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2008-05-051-19/+9
* Okay, this was good in theory, but totally and utterly fucked in implementati...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9649 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar w00t2008-05-051-26/+2
* Un-break this so remote users still get RemoteMessage okay if targetted at a ...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9646 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar w00t2008-05-051-2/+2
* Alter remotemessage here to not do what w00ts patch did, twice•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9645 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2008-05-051-11/+0
* fix some unitialised vectors and tidy up a bit.•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9637 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar peavey2008-05-053-11/+8
* Convert a few missing•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9635 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar peavey2008-05-052-17/+15
* Conversions•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9628 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar aquanight2008-05-051-2/+3
* Convert m_spanningtree•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9626 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar aquanight2008-05-0517-103/+95
* Hack, hack, hack, hack hack. Hack hack. Probably fix snotice loops, though.•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9573 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar w00t2008-04-211-0/+25
* Make the CAPAB sender in spanningtree more readable•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9536 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar aquanight2008-04-181-1/+17
* Add todo note•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9531 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar w00t2008-04-171-0/+2
* Remove SpanningTreeProtocolInterface::SendOperNotice - it was translated to a...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9530 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar w00t2008-04-173-14/+0
* Move options vlaues netbuffersize, maxwho, maxconn, softlimit, quietbursts, n...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9505 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2008-04-141-1/+1
* TRUNK CONFIG BREAKAGE WARNING: Move a bunch of options tag values into a new ...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9504 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2008-04-141-3/+3
* Move QuitUser into UserManager class, and unstaticize it. This prepares for s...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9442 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar w00t2008-04-093-4/+4
* Oddness•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9439 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2008-04-081-1/+1
* Extra debug•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9438 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2008-04-081-1/+1
* Fix authentication logic, someone forgot to change an || to an &&, because we...•••(instead of if auth method one fails OR auth method two fails) Also, fix bug where credentials of outbound server are leaked on successful auth to other ircds behind it git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9437 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2008-04-081-4/+15
* Changes needed to get open-linking working.•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9431 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar w00t2008-04-082-17/+29
* Fix compile error I introduced•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9430 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar w00t2008-04-081-2/+2
* Comment tweakage•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9429 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar w00t2008-04-081-5/+7
* This comment is slightly out of date: we do write to opers now.•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9428 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar w00t2008-04-081-4/+0
* No longer deprecated, just may not be used•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9427 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar w00t2008-04-081-2/+3
* add a couple of parenthesis to the password comparison, because i couldnt eas...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9426 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2008-04-081-2/+2
* Allow for open link networks (<link:name> to *) and tidy up checks here. XXX ...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9425 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar w00t2008-04-081-63/+76
* Remote REHASH stuff, this drove me nuts but should probably work now.. thx brain•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9423 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar w00t2008-04-084-65/+8
* Update syntax•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9422 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar w00t2008-04-081-1/+1
* Finally apply my patch simplifying RSQUIT. Fixes bug #452, reported by Mark. ...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9421 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar w00t2008-04-081-52/+24
* Ugh, fixify. msms?•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9417 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2008-04-081-1/+1
* When map says 0ms, make it read "<1ms" instead of 0, 0 doesnt make ANY sense ...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9416 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2008-04-071-15/+5
* This should probably be tested, but makes a whole lot more sense like this (u...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9404 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2008-04-071-2/+3
* Show SID on /map•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9403 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar w00t2008-04-071-10/+1
* remote MAP reply is backwards :p•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9402 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2008-04-071-1/+1
* Use server names for introduction of servers, not SIDs•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9401 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar w00t2008-04-071-6/+7
* Fix fake direction in TOPIC, you cant use a uuid as a command origin in the s...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9393 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2008-04-061-1/+5
* Its ok to allow remote map to non-opers now, found the real culprit•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9392 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2008-04-061-4/+4
* Fix bug where OPERTYPE does not propogate more than one server in distance du...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9391 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2008-04-061-1/+1
* Remote map only works for opers. Fix problem where only part of the map is sh...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9390 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2008-04-061-4/+4
* Debug•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9389 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2008-04-061-2/+7
* The map matrix must be static. For some reason it blows up when it is not. Th...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9388 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2008-04-061-2/+11
* Initialise var (another valgrind warning)•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9386 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar w00t2008-04-061-1/+1
* Remote /MAP (that now doesn't confuse clients ;p)•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9383 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar w00t2008-04-061-3/+3
* Fix this up to convert deque to const char* const for w00t•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9382 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2008-04-061-1/+8
* Remote /MAP: caution, this doesn't compile•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9381 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar w00t2008-04-064-11/+65
* Revert not-required hax•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9380 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2008-04-061-12/+9
* For some reason there was a FinishBurst in the encap command, which was sendi...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9379 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar brain2008-04-062-11/+12
* Mark ping answered when we get a two form reply•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9378 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar w00t2008-04-061-0/+1
* Make ping warnings and lag check global across all servers on a network. This...•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9377 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar w00t2008-04-062-42/+63
* Error message tweaking•••git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9370 e03df62e-2008-0410-955e-edbf42e46eb7 Gravatar w00t2008-04-051-2/+2