summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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-27Add <server:id> - this is optional, as stated in the example conf,brain
2007-08-27Remove check for duplicate UUID, constructor of userrec throws for us insteadw00t
2007-08-27Update documentation to indicate that userrec::userrec() may throw on duplica...brain
2007-08-27Catch exceptions here for duplicate uuid (it shouldnt happen, which is why th...brain
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-27NOTICE, PRIVMSG, WHOIS; dont allow local users to /msg <uid> etc. This preven...brain
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-27nickflood: Allow changes to UIDw00t
2007-08-27nicklock: Allow change to a UIDw00t
2007-08-27restrictbanned: Allow changes to UIDw00t
2007-08-27nonicks: allow switches to UID, so we don't get loads of unnecessary kills on...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-27Remove some printfsbrain
2007-08-27Fix for problems with translationsbrain
2007-08-27Debug to try figure this out ..w00t
2007-08-27Add documentation commentsbrain
2007-08-27TranslateUIDs now correctly returns number of substitutions madebrain
2007-08-27Add a metric assload of TRANSLATE macros to modules.w00t
2007-08-27Translation of mode parameters to uids where neccessarybrain
2007-08-27Some useful defines for tidy definition of translation lists. See constructor...brain
2007-08-27Auto translation nick->uuid for command params should now work in all modules...brain
2007-08-27More translation stuffbrain
2007-08-27Remove more unnecessary header trafficw00t
2007-08-27Add vector<TranslationType> to commands, used to map fields to uid translationsbrain
2007-08-27Remove unnecessary header trafficw00t
2007-08-27Changes to UID generation:w00t
2007-08-27Add FindNickOnly, that wont fall through to uid checks if isdigit(*first). We...brain
2007-08-27Whoops, i had a ! and i didnt need onebrain
2007-08-27Fixed sigabrtbrain
2007-08-27Fix for bug #401 reported by DarkStormbrain
2007-08-27Add options:maxtargets that was somehow omitted, fixes bug #400 (Reported by ...brain
2007-08-27Add uuid hash_map - its management is automatic via userrec constructors/dest...brain
2007-08-27A few tidyups, and comment how the new constructors work (so that w00t doesnt...brain
2007-08-27More uuid fixes, and whack some warningsbrain
2007-08-27Allocate uid in userrec constructor. Optional param added, if its empty, the ...brain
2007-08-27Squash warningbrain
2007-08-27Initialise cmd_nick::allowinvalid in constructor init-list, and document Hand...brain
2007-08-27Fix obligotary typosbrain
2007-08-27Add a call to the NICK handler that allows toggling of allowing invalid nicks...brain
2007-08-27Make nickname-overruled rules change the user back to their uid, not to nnn-u...brain