diff options
author | Sadie Powell <sadie@witchery.services> | 2021-03-05 03:23:25 +0000 |
---|---|---|
committer | Sadie Powell <sadie@witchery.services> | 2021-03-05 03:23:25 +0000 |
commit | dcafba95960685120b1f6d902de623ca10ed6135 (patch) | |
tree | 6261fbf976a8a8797680719a5a6ad921388eeff3 /include/uid.h | |
parent | b424130196c0c3abfa70a67c299483a76fbaa57e (diff) |
Fix comments that claim that the InspIRCd protocol uses TS6 UUIDs.
Just because they happen to look the same doesn't mean that they
actually are.
Diffstat (limited to 'include/uid.h')
-rw-r--r-- | include/uid.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/include/uid.h b/include/uid.h index aeacb977a..c00161cac 100644 --- a/include/uid.h +++ b/include/uid.h @@ -36,8 +36,7 @@ class CoreExport UIDGenerator public: /** * This is the maximum length of a UUID (unique user identifier). - * This length is set in compliance with TS6 protocol, and really should not be changed. Ever. - * It allows for a lot of clients as-is. -- w00t. + * It allows up to 12,960 servers and 2,176,782,336 users per server. */ static const unsigned int UUID_LENGTH = 9; |