Age | Commit message (Expand) | Author |
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 |
2007-08-27 | NOTICE, PRIVMSG, WHOIS; dont allow local users to /msg <uid> etc. This preven... | brain |
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 | nickflood: Allow changes to UID | w00t |
2007-08-27 | nicklock: Allow change to a UID | w00t |
2007-08-27 | restrictbanned: Allow changes to UID | w00t |
2007-08-27 | nonicks: allow switches to UID, so we don't get loads of unnecessary kills on... | 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 | Remove some printfs | brain |
2007-08-27 | Fix for problems with translations | brain |
2007-08-27 | Debug to try figure this out .. | w00t |
2007-08-27 | Add documentation comments | brain |
2007-08-27 | TranslateUIDs now correctly returns number of substitutions made | brain |
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 | Some useful defines for tidy definition of translation lists. See constructor... | 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 | Remove more unnecessary header traffic | w00t |
2007-08-27 | Add vector<TranslationType> to commands, used to map fields to uid translations | brain |
2007-08-27 | Remove unnecessary header traffic | w00t |
2007-08-27 | Changes to UID generation: | w00t |
2007-08-27 | Add FindNickOnly, that wont fall through to uid checks if isdigit(*first). We... | brain |
2007-08-27 | Whoops, i had a ! and i didnt need one | brain |