Age | Commit message (Expand) | Author |
2007-08-28 | First round of servername->sid stuffs | brain |
2007-08-28 | Use it here, too | brain |
2007-08-28 | Tidy up duplicate code, provide GetSID() method on ServerConfig which returns... | brain |
2007-08-28 | Rice it up, biatch | w00t |
2007-08-28 | Change issid to IsSID to appease our anal retentiveness^H^H^H^H^H^H... i mean... | brain |
2007-08-28 | Add SpanningTreeUtils::issid(). See top of utils.cpp | brain |
2007-08-28 | Drop nick from incoming client on change collision if incoming client 'loses'... | w00t |
2007-08-28 | Oops: This 'remote' needs to be local, otherwise our return value can be inco... | w00t |
2007-08-28 | bool SamePerson = strcmp(localident, remoteident) && !strcmp(localip, remoteip); | brain |
2007-08-28 | Long-standing bug: userrec::age should be set on remote introduction. This do... | w00t |
2007-08-28 | Hmm. We shouldn't use FindNick here, as that will find on UID, which while it... | w00t |
2007-08-28 | Slight change to traffic logging, as I never remember which way the damn arro... | w00t |
2007-08-28 | Remove more unused headers | w00t |
2007-08-28 | Remove unneeded headers from spanningtree. This was done to the rest of the s... | w00t |
2007-08-28 | Remove the last uses of localised fake clients. This removes a lot of allocat... | w00t |
2007-08-28 | Handle nick change collision through the same rules nick introduction collisi... | w00t |
2007-08-28 | Move nickname collision logic into TreeSocket::DoCollision so that nickname c... | w00t |
2007-08-27 | Fix potential for duplicate SID if the SID is auto generated. | brain |
2007-08-27 | Fix to use DuplicateID. This stops things segfaulting on duplicate SID introd... | w00t |
2007-08-27 | Add bool TreeSocket::DuplicateID(), as its not safe to throw then try and squ... | brain |
2007-08-27 | Well, this probably works. But it might not. :D. | w00t |
2007-08-27 | Move SID into TreeSocket constructor. w00t, search for "new TreeSocket" to se... | brain |
2007-08-27 | This may need tidying up to make SetID internal and do this in the constructo... | brain |
2007-08-27 | Store id in TreeServer, use TreeServer::GetID() to get the id (NOTE: it is st... | brain |
2007-08-27 | Remove check for duplicate UUID, constructor of userrec throws for us instead | w00t |
2007-08-27 | Update comment to say we need to SQUIT. This is a minor thing so im not going... | brain |
2007-08-27 | This comment is no longer valid | w00t |
2007-08-27 | Document the use of SVSNICK to fix a remote user on collide | w00t |
2007-08-27 | Okay. Make it compile too, and make equal TS collision work correctly. | w00t |
2007-08-27 | Nickname collision: third revisitation | w00t |
2007-08-27 | Don't try do lookups by nickname any more, all s2s traffic should be using UI... | w00t |
2007-08-27 | Remove some old style compatibility checking for 1.0-alpha servers, this real... | w00t |
2007-08-27 | If SVSNICK fails, attempt to change to UID, before quitting as a last resort ... | w00t |
2007-08-27 | TS may be a more elegant solution, but it is fucking horrible to write code f... | w00t |
2007-08-27 | Oops, forgot a branch (the logic here totally sucks, it will need cleaning up... | w00t |
2007-08-27 | Nick collision handling with TS rules. This probably doesn't work yet. | w00t |
2007-08-27 | Debug to try figure this out .. | w00t |
2007-08-27 | Add a metric assload of TRANSLATE macros to modules. | w00t |
2007-08-27 | Translation of mode parameters to uids where neccessary | brain |
2007-08-27 | Auto translation nick->uuid for command params should now work in all modules... | brain |
2007-08-27 | More translation stuff | brain |
2007-08-27 | A few tidyups, and comment how the new constructors work (so that w00t doesnt... | brain |
2007-08-27 | Allocate uid in userrec constructor. Optional param added, if its empty, the ... | brain |
2007-08-27 | Fix obligotary typos | brain |
2007-08-27 | Translate some stuff to uid. | brain |
2007-08-27 | Make this lookup by UUID ahead of nick also, so things work properly. | w00t |
2007-08-27 | Make the server to server parser look for UUID. Currently it will fall back a... | w00t |
2007-08-27 | Oops, don't forget to save UUID of remote clients | w00t |
2007-08-27 | Make FJOIN send UUID | w00t |
2007-08-27 | Convert a metric assload of stuff to use UID | w00t |