aboutsummaryrefslogtreecommitdiffstats
path: root/util/uuid.lua
Commit message (Collapse)AuthorAgeFilesLines
* util.uuid: Take random byte directly instead of the low bits from the ascii ↵Kim Alvefur2016-01-061-1/+1
| | | | value of a hex nibble
* util.uuid: Use util.hex and util.randomMatthew Wild2014-09-021-31/+13
|
* Remove all trailing whitespaceFlorian Zeitz2013-08-091-1/+1
|
* util.uuid: Use a local instead of a global.Waqas Hussain2010-04-011-1/+1
|
* Update copyright headers for 2010Matthew Wild2010-03-221-2/+2
|
* Remove version number from copyright headersMatthew Wild2009-07-101-1/+1
|
* util.uuid: Added function seed(string) to allow further seeding of the PRNGWaqas Hussain2009-06-041-3/+5
|
* util.uuid: Now generates RFC 4122 complaint UUIDs (version 4 - random)Waqas Hussain2009-06-041-1/+15
|
* util.uuid: More uniqueness!Waqas Hussain2009-06-041-3/+18
|
* 0.3->0.4Matthew Wild2009-03-201-1/+1
|
* util.uuid: Return a string, not a number. Looked so innocent.Matthew Wild2009-02-011-1/+2
|
* Update copyright notices for 2009Matthew Wild2009-01-301-2/+2
|
* 0.2->0.3Matthew Wild2009-01-301-1/+1
|
* GPL->MIT!Matthew Wild2009-01-301-13/+2
|
* 0.1 -> 0.2Matthew Wild2008-12-101-1/+1
|
* Insert copyright/license headersMatthew Wild2008-12-031-0/+20
|
* dialback keys now verifiedMatthew Wild2008-10-241-1/+1
|
* Add "uuid" library and make sessionmanager use this.Matthew Wild2008-10-041-0/+9
...and yes, the uuid generation needs work :P