From: Sadie Powell Date: Fri, 5 Mar 2021 03:23:25 +0000 (+0000) Subject: Fix comments that claim that the InspIRCd protocol uses TS6 UUIDs. X-Git-Url: https://git.netwichtig.de/gitweb/?a=commitdiff_plain;h=dcafba95960685120b1f6d902de623ca10ed6135;p=user%2Fhenk%2Fcode%2Finspircd.git 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. --- diff --git a/include/configreader.h b/include/configreader.h index d6ac3d93e..d14ab2944 100644 --- a/include/configreader.h +++ b/include/configreader.h @@ -439,7 +439,7 @@ class CoreExport ServerConfig */ unsigned int OperMaxChans; - /** TS6-like server ID. + /** Unique server ID. * NOTE: 000...999 are usable for InspIRCd servers. This * makes code simpler. 0AA, 1BB etc with letters are reserved * for services use. 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;