File

teal-src/util/uuid.d.tl @ 11581:7e111f7147dc

prosody.cfg.lua.dist: Replace use_libevent with network_backend Since there are more than two choices now. Hard to describe this choice in just one line. Maybe this whole block should go away?
author Kim Alvefur <zash@zash.se>
date Mon, 24 May 2021 01:34:01 +0200
parent 11459:86904555bffc
child 12625:e43a01641ca1
line wrap: on
line source

local record lib
	get_nibbles : (number) : string
	generate : function () : string

	seed : function (string)
end
return lib