summaryrefslogtreecommitdiff
path: root/src/modules/m_spanningtree
AgeCommit message (Expand)Author
2008-05-05Convert a few missingpeavey
2008-05-05Conversionsaquanight
2008-05-05Convert m_spanningtreeaquanight
2008-04-21Hack, hack, hack, hack hack. Hack hack. Probably fix snotice loops, though.w00t
2008-04-18Make the CAPAB sender in spanningtree more readableaquanight
2008-04-17Add todo notew00t
2008-04-17Remove SpanningTreeProtocolInterface::SendOperNotice - it was translated to a...w00t
2008-04-14Move options vlaues netbuffersize, maxwho, maxconn, softlimit, quietbursts, n...brain
2008-04-14TRUNK CONFIG BREAKAGE WARNING: Move a bunch of options tag values into a new ...brain
2008-04-09Move QuitUser into UserManager class, and unstaticize it. This prepares for s...w00t
2008-04-08Oddnessbrain
2008-04-08Extra debugbrain
2008-04-08Fix authentication logic, someone forgot to change an || to an &&, because we...brain
2008-04-08Changes needed to get open-linking working.w00t
2008-04-08Fix compile error I introducedw00t
2008-04-08Comment tweakagew00t
2008-04-08This comment is slightly out of date: we do write to opers now.w00t
2008-04-08No longer deprecated, just may not be usedw00t
2008-04-08add a couple of parenthesis to the password comparison, because i couldnt eas...brain
2008-04-08Allow for open link networks (<link:name> to *) and tidy up checks here. XXX ...w00t
2008-04-08Remote REHASH stuff, this drove me nuts but should probably work now.. thx brainw00t
2008-04-08Update syntaxw00t
2008-04-08Finally apply my patch simplifying RSQUIT. Fixes bug #452, reported by Mark. ...w00t
2008-04-08Ugh, fixify. msms?brain
2008-04-07When map says 0ms, make it read "<1ms" instead of 0, 0 doesnt make ANY sense ...brain
2008-04-07This should probably be tested, but makes a whole lot more sense like this (u...brain
2008-04-07Show SID on /mapw00t
2008-04-07remote MAP reply is backwards :pbrain
2008-04-07Use server names for introduction of servers, not SIDsw00t
2008-04-06Fix fake direction in TOPIC, you cant use a uuid as a command origin in the s...brain
2008-04-06Its ok to allow remote map to non-opers now, found the real culpritbrain
2008-04-06Fix bug where OPERTYPE does not propogate more than one server in distance du...brain
2008-04-06Remote map only works for opers. Fix problem where only part of the map is sh...brain
2008-04-06Debugbrain
2008-04-06The map matrix must be static. For some reason it blows up when it is not. Th...brain
2008-04-06Initialise var (another valgrind warning)w00t
2008-04-06Remote /MAP (that now doesn't confuse clients ;p)w00t
2008-04-06Fix this up to convert deque to const char* const for w00tbrain
2008-04-06Remote /MAP: caution, this doesn't compilew00t
2008-04-06Revert not-required haxbrain
2008-04-06For some reason there was a FinishBurst in the encap command, which was sendi...brain
2008-04-06Mark ping answered when we get a two form replyw00t
2008-04-06Make ping warnings and lag check global across all servers on a network. This...w00t
2008-04-05Error message tweakingw00t
2008-04-05Remove debug, fix DELLINE: args were the wrong way aroundw00t
2008-04-05debugw00t
2008-04-05Same herebrain
2008-04-05Fix showing of sid/uid instead of nick or servername when lines are addedbrain
2008-04-05Resolve collisions once, don't rely on every server being able to fix our col...w00t
2008-04-05Fix multiple burst notifications in a better way (force EOB was quite often h...w00t