Kim Alvefur
df0fbd0514
util.hmac: Expose hmac-sha-512 too
...
All these are provided by util.hashes so why not?
2019-04-19 12:47:49 +02:00
Kim Alvefur
2ab687396c
util.hmac: Reflow code
2019-04-19 12:46:24 +02:00
Kim Alvefur
0bcc500e3f
Merge 0.11->trunk
2019-04-14 02:11:52 +02:00
Kim Alvefur
86b34563eb
util.ip: Add missing netmask for 192.168/16 range ( fixes #1343 )
2019-04-14 02:06:20 +02:00
Kim Alvefur
392eac3c62
util.session: Fix session id not include unauthed forever
2019-04-03 17:20:57 +02:00
Matthew Wild
e5d74b77ae
util.queue: Update :items() to consistently use private data directly
...
It will perform better this way, and we were accessing private variables already within the iterator.
Replaces 3eea63a68e0f
2019-03-26 13:54:14 +00:00
Matthew Wild
de72422137
Backed out changeset 3eea63a68e0f
...
Commit included intended changes to loggingmanager
2019-03-26 13:51:06 +00:00
Matthew Wild
e1b559853f
util.stanza: Fix :top_tag() handling of namespaced attributes
2019-03-25 14:37:43 +00:00
Kim Alvefur
5d4504e51b
util.pubsub: Validate node configuration on node creation ( fixes #1328 )
2019-03-03 19:31:56 +01:00
Kim Alvefur
da56744645
util.pubsub: Add support for requesting multiple specific items (needed for #1305 )
2019-01-28 01:41:01 +01:00
Kim Alvefur
ce17a974fc
util.startup: Always reload logging after config ( fixes #1284 )
...
This chancged in 6e24a69b03af likely because of confusion about the
`reopen-log-files` event which was fired but never hooked.
2019-01-06 12:14:42 +01:00
Kim Alvefur
9f19a48ee2
util.pubsub: Restore subscription index from stored data ( fixes #1281 )
2018-12-29 21:47:51 +01:00
Kim Alvefur
968eaf41a8
util.datetime: Make sure timezone difference is calculated correctly ( fixes #1262 )
...
If the two os.date() calls happen at either side of a second ticking
over there would be a one second error in the calculation.
2018-12-09 23:01:47 +01:00
Kim Alvefur
76536dab05
util.stanza: Deserialize stanza without mutating input ( fixes #711 )
2018-12-01 18:30:19 +01:00
Kim Alvefur
5ba20f8a9b
util.x509: Add function that extracts usable names from a certificate
2019-01-04 10:20:51 +01:00
Matthew Wild
3c50aa4902
util.queue: Update :items() to consistently use private data directly
...
It will perform better this way, and we were accessing private variables
already within the iterator.
2019-03-23 08:52:57 +00:00
Matthew Wild
a274eacbbc
util.queue: Add 'consume()' convenience iterator
2019-03-23 08:47:55 +00:00
Kim Alvefur
50f6335501
util.stanza: Validate input to clone() (with brief tests)
2018-11-17 15:26:11 +01:00
Kim Alvefur
1086a1325d
util.sql: Switch from hacky multi-arg xpcall implementation to util.xpcall
2018-11-11 02:26:40 +01:00
Kim Alvefur
ed25cd6f85
util.sslconfig: Recognise TLS 1.3 as a protocol version
...
This enables it to understand protocol = "tlsv1_3+"
2018-10-28 16:12:30 +01:00
Kim Alvefur
a261de73b9
util.serialization: Encode non-fatal error in way that can be restored
...
It could previously encode to eg `{ [nil] = ... }` which doesn't get decoded
2018-10-27 12:56:01 +02:00
Kim Alvefur
1497806989
util.serialization: Rename non-fatal fallback handler for clarity
2018-10-27 12:54:57 +02:00
Kim Alvefur
28031d133d
util.serialization: Disable use of unquoted table keys by default
...
For safety against future new keywords
2018-10-27 12:48:48 +02:00
Kim Alvefur
fdbc23fab6
util.serialization: Add option for allowing multiple references to the same table (but not cycles)
2018-10-27 12:43:03 +02:00
Kim Alvefur
bdadc69e1a
util.serialization: Separate errors for multiple table references and max depth
2018-10-27 12:38:47 +02:00
Kim Alvefur
97c56e6c71
util.serialization: Make maximum table depth configurable
2018-10-27 12:17:35 +02:00
Matthew Wild
f5f6460b2e
Many things: switch from hacky multi-arg xpcall implementations to a standard util.xpcall
2018-10-26 19:32:00 +01:00
Matthew Wild
1454ac8208
util.xpcall, util.compat: Add non-hacky multi-argument xpcall() for Lua 5.1
2018-10-26 19:29:08 +01:00
Matthew Wild
9fdfa590d2
util.dependencies: Remove ztact compatability warning
2018-10-26 19:09:02 +01:00
Matthew Wild
6990069677
util.promise: Switch from pcall to xpcall to get tracebacks on exceptions
2018-10-26 16:09:25 +01:00
Matthew Wild
8ea77fc0ec
util.promise: Remove the non-standard ability to pass a promise to reject()
2018-10-26 09:23:31 +01:00
Matthew Wild
e6ff6e333c
util.promise: Fix missing parameters
2018-10-25 15:24:52 +01:00
Matthew Wild
b74a643e34
util.promise: Ensure chained promises always receive a value/rejection even if an intermediate promise has no handlers
2018-10-25 14:38:00 +01:00
Matthew Wild
c7d9ee0bb8
util.promise: Export is_promise()
2018-10-25 14:19:27 +01:00
Matthew Wild
5d8613b3c1
util.promise: Remove debug print and assert
2018-10-25 14:16:14 +01:00
Kim Alvefur
eaac53d041
util.pubsub: Clarify comment about return value
2018-10-21 22:21:18 +02:00
Matthew Wild
e12a6cdb99
util.array: Add __div for parity with util.set
2018-10-21 15:38:55 +01:00
Matthew Wild
fbb11b868f
util.array: Break long line
2018-10-19 13:31:00 +01:00
Matthew Wild
05b4064188
util.promise: Add promise.try()
2018-10-18 18:03:31 +01:00
Matthew Wild
44b3954d56
util.pubsub: Allow publishing with a config that should be used as defaults only
2018-10-18 18:00:54 +01:00
Kim Alvefur
dd2f749996
util.promise: Add a string representation
2018-10-18 13:33:19 +02:00
Matthew Wild
681b25e427
util.promise: Add promise:finally()
2018-10-18 12:13:17 +01:00
Matthew Wild
894fe1b808
util.promise: Some code relocation
2018-10-18 12:12:52 +01:00
Matthew Wild
7bcf751702
util.promise: Also support automatic resolution by returning a promise from an on_reject handler
...
Originally unimplemented because it wasn't clear to me what the correct behaviour was, but the A+
spec is clear that both onFulfilled and onRejected may return a promise.
2018-10-18 12:11:50 +01:00
Matthew Wild
ef7d6ba99e
util.promise: Fix promise.reject() to return a rejected promise, and fix buggy test for it
2018-10-18 12:03:33 +01:00
Kim Alvefur
0247a0e904
mod_http: Move normalize_path to util.http
2018-10-14 14:31:59 +02:00
Kim Alvefur
284152ba25
util.dependencies: Add compat code for normalization of socket constructors
...
Old LuaSocket had only tcp() which was IPv4-only. LuaSocket ~3.0 adds a
tcp6() that creates a IPv6 socket. Some version moves tcp() to tcp4()
and adds an IP-version-agnostic tcp() constructor.
2018-10-12 16:21:16 +02:00
Kim Alvefur
e2321c4d37
util.stanza: Set preserialize as freeze metamethod
2018-10-12 00:52:18 +02:00
Kim Alvefur
1ab9729aac
util.set: Add freeze metamethod
2018-10-12 00:51:56 +02:00
Kim Alvefur
15ba5f41b1
util.array: Add freeze metamethod
2018-10-12 00:51:52 +02:00