summaryrefslogtreecommitdiff
path: root/src/modules/m_spanningtree
AgeCommit message (Expand)Author
2007-08-28Remove more unused headersw00t
2007-08-28Remove unneeded headers from spanningtree. This was done to the rest of the s...w00t
2007-08-28Remove the last uses of localised fake clients. This removes a lot of allocat...w00t
2007-08-28Handle nick change collision through the same rules nick introduction collisi...w00t
2007-08-28Move nickname collision logic into TreeSocket::DoCollision so that nickname c...w00t
2007-08-27Fix potential for duplicate SID if the SID is auto generated.brain
2007-08-27Fix to use DuplicateID. This stops things segfaulting on duplicate SID introd...w00t
2007-08-27Add bool TreeSocket::DuplicateID(), as its not safe to throw then try and squ...brain
2007-08-27Well, this probably works. But it might not. :D.w00t
2007-08-27Move SID into TreeSocket constructor. w00t, search for "new TreeSocket" to se...brain
2007-08-27This may need tidying up to make SetID internal and do this in the constructo...brain
2007-08-27Store id in TreeServer, use TreeServer::GetID() to get the id (NOTE: it is st...brain
2007-08-27Remove check for duplicate UUID, constructor of userrec throws for us insteadw00t
2007-08-27Update comment to say we need to SQUIT. This is a minor thing so im not going...brain
2007-08-27This comment is no longer validw00t
2007-08-27Document the use of SVSNICK to fix a remote user on collidew00t
2007-08-27Okay. Make it compile too, and make equal TS collision work correctly.w00t
2007-08-27Nickname collision: third revisitationw00t
2007-08-27Don't try do lookups by nickname any more, all s2s traffic should be using UI...w00t
2007-08-27Remove some old style compatibility checking for 1.0-alpha servers, this real...w00t
2007-08-27If SVSNICK fails, attempt to change to UID, before quitting as a last resort ...w00t
2007-08-27TS may be a more elegant solution, but it is fucking horrible to write code f...w00t
2007-08-27Oops, forgot a branch (the logic here totally sucks, it will need cleaning up...w00t
2007-08-27Nick collision handling with TS rules. This probably doesn't work yet.w00t
2007-08-27Debug to try figure this out ..w00t
2007-08-27Add a metric assload of TRANSLATE macros to modules.w00t
2007-08-27Translation of mode parameters to uids where neccessarybrain
2007-08-27Auto translation nick->uuid for command params should now work in all modules...brain
2007-08-27More translation stuffbrain
2007-08-27A few tidyups, and comment how the new constructors work (so that w00t doesnt...brain
2007-08-27Allocate uid in userrec constructor. Optional param added, if its empty, the ...brain
2007-08-27Fix obligotary typosbrain
2007-08-27Translate some stuff to uid.brain
2007-08-27Make this lookup by UUID ahead of nick also, so things work properly.w00t
2007-08-27Make the server to server parser look for UUID. Currently it will fall back a...w00t
2007-08-27Oops, don't forget to save UUID of remote clientsw00t
2007-08-27Make FJOIN send UUIDw00t
2007-08-27Convert a metric assload of stuff to use UIDw00t
2007-08-27Send UID (not nick) on client connectionw00t
2007-08-27Send UID prefix on module commands across links.w00t
2007-08-27Paranoia: Check for UUID collision on UID reciept, remove both clients if a c...w00t
2007-08-27This will royally fuck 1.2's linking right now, but..w00t
2007-08-27Fix to SVSJOIN: disallow invalid channel names. Needs backport.w00t
2007-08-26Bump ABI version and protocol version. Note that this really means 1.1 and 1....w00t
2007-08-26Make this compile, was missing a (peavey
2007-08-26Hide remote oper up notices if quiet bursts are enabled etc. Adapted from ave...w00t
2007-08-26Document ModuleSpanningTree::RemoteMessage. Maybe useful for other stuff.brain
2007-08-26Routing failure messages back where they came from on /rconnectbrain
2007-08-23Add some stuff to change how we process a token sepeperated streambrain
2007-08-21Fix for delete-when-we-shouldnt bug similar to what stskeeps found yesterdaybrain