The InspIRCd Project
Home | Developers | Wiki | Forums | Bug Tracker | SVN | Download
Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Namespace Members | Class Members | File Members

uid.h File Reference

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Defines

#define UUID_LENGTH   10
 This is the maximum length of a UUID (unique user identifier).


Define Documentation

#define UUID_LENGTH   10
 

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.

Definition at line 19 of file uid.h.

Referenced by InspIRCd::GetUID(), InspIRCd::IncrementUID(), and User::User().