]> git.netwichtig.de Git - user/henk/code/inspircd.git/commitdiff
Fix comments that claim that the InspIRCd protocol uses TS6 UUIDs.
authorSadie Powell <sadie@witchery.services>
Fri, 5 Mar 2021 03:23:25 +0000 (03:23 +0000)
committerSadie Powell <sadie@witchery.services>
Fri, 5 Mar 2021 03:23:25 +0000 (03:23 +0000)
Just because they happen to look the same doesn't mean that they
actually are.

include/configreader.h
include/uid.h

index d6ac3d93e6eb9f141ca130ea2d8956d55bb4d77c..d14ab294465445e943ee468c7cae99b1c89b5311 100644 (file)
@@ -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.
index aeacb977acd82246d6b985c8211398407ce5af71..c00161cac2104a533df6dc2762b8c390552ee5c7 100644 (file)
@@ -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;