]> git.netwichtig.de Git - user/henk/code/inspircd.git/history - src/modules/m_spanningtree
Remove unneeded headers from spanningtree. This was done to the rest of the source...
[user/henk/code/inspircd.git] / src / modules / m_spanningtree /
2007-08-28 w00tRemove unneeded headers from spanningtree. This was...
2007-08-28 w00tRemove the last uses of localised fake clients. This...
2007-08-28 w00tHandle nick change collision through the same rules...
2007-08-28 w00tMove nickname collision logic into TreeSocket::DoCollis...
2007-08-27 brainFix potential for duplicate SID if the SID is auto...
2007-08-27 w00tFix to use DuplicateID. This stops things segfaulting...
2007-08-27 brainAdd bool TreeSocket::DuplicateID(), as its not safe...
2007-08-27 w00tWell, this probably works. But it might not. :D.
2007-08-27 brainMove SID into TreeSocket constructor. w00t, search...
2007-08-27 brainThis may need tidying up to make SetID internal and...
2007-08-27 brainStore id in TreeServer, use TreeServer::GetID() to...
2007-08-27 w00tRemove check for duplicate UUID, constructor of userrec...
2007-08-27 brainUpdate comment to say we need to SQUIT. This is a minor...
2007-08-27 w00tThis comment is no longer valid
2007-08-27 w00tDocument the use of SVSNICK to fix a remote user on...
2007-08-27 w00tOkay. Make it compile too, and make equal TS collision...
2007-08-27 w00tNickname collision: third revisitation
2007-08-27 w00tDon't try do lookups by nickname any more, all s2s...
2007-08-27 w00tRemove some old style compatibility checking for 1...
2007-08-27 w00tIf SVSNICK fails, attempt to change to UID, before...
2007-08-27 w00tTS may be a more elegant solution, but it is fucking...
2007-08-27 w00tOops, forgot a branch (the logic here totally sucks...
2007-08-27 w00tNick collision handling with TS rules. This probably...
2007-08-27 w00tDebug to try figure this out ..
2007-08-27 w00tAdd a metric assload of TRANSLATE macros to modules.
2007-08-27 brainTranslation of mode parameters to uids where neccessary
2007-08-27 brainAuto translation nick->uuid for command params should...
2007-08-27 brainMore translation stuff
2007-08-27 brainA few tidyups, and comment how the new constructors...
2007-08-27 brainAllocate uid in userrec constructor. Optional param...
2007-08-27 brainFix obligotary typos
2007-08-27 brainTranslate some stuff to uid.
2007-08-27 w00tMake this lookup by UUID ahead of nick also, so things...
2007-08-27 w00tMake the server to server parser look for UUID. Current...
2007-08-27 w00tOops, don't forget to save UUID of remote clients
2007-08-27 w00tMake FJOIN send UUID
2007-08-27 w00tConvert a metric assload of stuff to use UID
2007-08-27 w00tSend UID (not nick) on client connection
2007-08-27 w00tSend UID prefix on module commands across links.
2007-08-27 w00tParanoia: Check for UUID collision on UID reciept,...
2007-08-27 w00tThis will royally fuck 1.2's linking right now, but..
2007-08-27 w00tFix to SVSJOIN: disallow invalid channel names. Needs...
2007-08-26 w00tBump ABI version and protocol version. Note that this...
2007-08-26 peaveyMake this compile, was missing a (
2007-08-26 w00tHide remote oper up notices if quiet bursts are enabled...
2007-08-26 brainDocument ModuleSpanningTree::RemoteMessage. Maybe usefu...
2007-08-26 brainRouting failure messages back where they came from...
2007-08-23 brainAdd some stuff to change how we process a token sepeper...
2007-08-21 brainFix for delete-when-we-shouldnt bug similar to what...
2007-08-20 brainThe only possibility for the issue sts found is that...
2007-08-20 brainAdd a pair of colons which should fix some KILL message...
2007-08-20 brainIncrease max time difference to 600 secs
2007-08-19 brainAllow support for multiple dns results per request...
2007-08-15 burlex* include/caller.h will now compile correctly on Window...
2007-08-13 peaveyFix new millisec /map to compile on windows, by ifndef...
2007-08-09 w00tShow <unknown> instead of an empty string on CAPAB...
2007-08-07 brainFeature request from djGrr, allow changing of server...
2007-08-05 brainChange latency figures in /map to milliseconds, much...
2007-08-03 w00tThere was a missing colon on remote numeric 376. Spotte...
2007-07-24 w00tReplace some voodoo with a define
2007-07-23 brainFix crash on unload of modules with listening sockets...
2007-07-18 brainIve tidied up the mode count stuff, but i still cant...
2007-07-17 brainStability fixes, some DELETEs here that dont belong...
2007-07-16 peaveyOOPS! We try again, since I'm smoking craq. LF is 0x0a...
2007-07-16 peavey'svn propset -R svn:eol-style CR *' Set to UNIX-style...
2007-07-11 brainFix for bug #347.
2007-07-10 brainClarifying comment
2007-07-10 brainThis should fix the rest of remote kill nick hiding
2007-07-03 pippijnRemoved superfluous semicolons
2007-06-24 brainCheck for TS==0 in FJOIN
2007-06-24 brainDrop fmode with TS of 0, just in case any craq smoking...
2007-06-24 brainFix for atheme support (and others) which makes sure...
2007-06-17 brainMore
2007-06-17 peaveyDeprecate remote SQUIT, warn to use RSQUIT instead...
2007-06-16 peaveyRSQUIT/SQUIT is one target only for 1.1. The multi...
2007-06-15 peaveyAnd truly fix rsquit 1 parm crash.
2007-06-15 peaveyFix crash on propogation after routed squit has reached...
2007-06-15 peaveyOops forgot to tidy up comments.
2007-06-15 peaveyUse PUSH to let remote servers advise of errors.
2007-06-15 peaveyCannot WriteServ to remote users, write info to snomask...
2007-06-15 peaveyremove from header also.
2007-06-15 peaveyremove RSQUIT2 routing hack for SQUIT now we use one...
2007-06-15 peaveyremove a comment.
2007-06-15 peaveyFix for bug #296, remote squit not accepting wildcards...
2007-06-15 peaveytry out using one param RSQUIT for propogation of SQUIT.
2007-06-15 peaveyOne param RSQUIT behaving like routed SQUIT.
2007-06-14 burlex- Fixed fencepost error in apply_other_sides_modes.
2007-06-14 burlex+ Added a check between servers prefixes at the CAPAB...
2007-06-14 brainFix problem where two unrelated options are named ident...
2007-06-13 peaveyThis is not, not routing of SQUIT, nothing to see here...
2007-06-13 peaveyRemove remote SQUIT hacks.
2007-06-13 peaveyMake this require 2 params, just like god intended...
2007-06-13 peaveynew rsquit command handler, this is still work in progress.
2007-06-13 peaveystrip RSQUIT from protocol, part of new RSQUIT, not...
2007-06-09 brainA ton more clear() and empty() stuff thats been lingeri...
2007-06-07 peaveyAdd command /RSQUIT to spanningtree.
2007-06-06 brainAdd back remote kill handler for server origin kills
2007-06-06 w00tPatch fixing (almost) remote kill server notices, by...
2007-06-02 peaveyand a little tweak to remote MOTD too.
2007-06-02 peaveysame for admin, and fix some returns.
next