Software /
code /
prosody
Comparison
CHANGES @ 12629:4c1d3f817063
util.datetime: Add support for sub-second precision timestamps
Lua since 5.3 raises a fuss when time functions are handed a number with
a fractional part and the underlying C functions are all based on
integer seconds without support for more precision.
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Sun, 14 Aug 2022 16:57:31 +0200 |
parent | 12594:29685403be32 |
child | 12635:f928cb5c5d04 |
comparison
equal
deleted
inserted
replaced
12628:b95da9a593be | 12629:4c1d3f817063 |
---|---|
16 | 16 |
17 ### Security and authentication | 17 ### Security and authentication |
18 | 18 |
19 - Advertise supported SASL Channel-Binding types (XEP-0440) | 19 - Advertise supported SASL Channel-Binding types (XEP-0440) |
20 - Implement RFC 9266 'tls-exporter' channel binding with TLS 1.3 | 20 - Implement RFC 9266 'tls-exporter' channel binding with TLS 1.3 |
21 | |
22 ## Changes | |
23 | |
24 - Support sub-second precision timestamps | |
21 | 25 |
22 ## Removed | 26 ## Removed |
23 | 27 |
24 - Lua 5.1 support | 28 - Lua 5.1 support |
25 | 29 |