Age | Commit message (Expand) | Author |
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 | From RFC 2812, the funny = that i could never identify in NAMES reply: = mean... | brain |
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 | Oops: initialise fake client after UID setup, so it gets a UID. This may be u... | 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 | Document the need for the fake client | w00t |
2007-08-28 | Remove the last uses of localised fake clients. This removes a lot of allocat... | w00t |
2007-08-28 | Remove an utterly insane comment .. based on changed by based on originally b... | w00t |
2007-08-28 | Remove some fake client stuff, make it use the global record | w00t |
2007-08-28 | Convert m_devoice to use global fake client, rather than rolling its own | w00t |
2007-08-28 | Oops. This is supposed to be a public member | w00t |
2007-08-28 | Add a global fake client to class InspIRCd used instead of instantiating a fa... | 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-28 | Make this comment make a little more sense. | w00t |
2007-08-28 | Mode to protect services from /kill and hide channel list in /whois from ever... | w00t |
2007-08-28 | Patche(s) to m_deaf by praetorian, allowing for certain characters to bypass ... | w00t |
2007-08-28 | INFO now looks much prettier than it did 5 seconds ago :o | w00t |
2007-08-27 | Just as well I added this guy, he's very useful :P | w00t |
2007-08-27 | danielg -> danieldg. My apologies. | w00t |
2007-08-27 | Add danielg and praetorian to testers list. | w00t |
2007-08-27 | Similar refactor here. Thanks danielg. | w00t |
2007-08-27 | Tidy this up a bit (it looked weird :P) | w00t |
2007-08-27 | While I'm in here, make it easier to read, and use short circuiting (IS_REMOT... | 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 | Add <server:id> - this is optional, as stated in the example conf, | brain |
2007-08-27 | Remove check for duplicate UUID, constructor of userrec throws for us instead | w00t |
2007-08-27 | Update documentation to indicate that userrec::userrec() may throw on duplica... | brain |
2007-08-27 | Catch exceptions here for duplicate uuid (it shouldnt happen, which is why th... | brain |
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 |