Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | util: Prefix module imports with prosody namespace | Kim Alvefur | 2023-03-17 | 1 | -2/+2 |
| | |||||
* | util.id: Add a 'tiny' variant | Kim Alvefur | 2021-12-02 | 1 | -0/+3 |
| | | | | | Conversations uses this for its randomized resources. Presumably fine and collision resistant enough when you have a few devices at most. | ||||
* | util.id: Adjust entropy levels, with rationales | Kim Alvefur | 2021-12-02 | 1 | -3/+14 |
| | | | | | Modules using ids for logging should not need the now pretty large medium one. | ||||
* | util.id: New util for producing random identifiers of varying sizes | Kim Alvefur | 2017-03-29 | 1 | -0/+26 |