]> git.netwichtig.de Git - user/henk/code/inspircd.git/blob - include/uid.h
Better generation. This is still fucked up, but less spectacularly and in a much...
[user/henk/code/inspircd.git] / include / uid.h
1 /*       +------------------------------------+
2  *       | Inspire Internet Relay Chat Daemon |
3  *       +------------------------------------+
4  *
5  *  InspIRCd: (C) 2002-2008 InspIRCd Development Team
6  * See: http://www.inspircd.org/wiki/index.php/Credits
7  *
8  * This program is free but copyrighted software; see
9  *            the file COPYING for details.
10  *
11  * ---------------------------------------------------
12  */
13
14 /**
15  * This is the maximum length of a UUID (unique user identifier).
16  * This length is set in compliance with TS6 protocol, and really should not be changed. Ever.
17  * It allows for a lot of clients as-is. -- w00t.
18  */
19 #define UUID_LENGTH 9
20
21