Wed, 12 Jul 2023 10:24:28 +0200 util.datamanager: Reduce log level of left over debug messages to debug (thanks Trung)
Kim Alvefur <zash@zash.se> [Wed, 12 Jul 2023 10:24:28 +0200] rev 13185
util.datamanager: Reduce log level of left over debug messages to debug (thanks Trung) These were mostly 'warn' to make them stand out from the debug noise
Mon, 10 Jul 2023 17:52:52 +0200 util.datamanager: Fix missing separator in log line
Kim Alvefur <zash@zash.se> [Mon, 10 Jul 2023 17:52:52 +0200] rev 13184
util.datamanager: Fix missing separator in log line
Mon, 10 Jul 2023 00:34:37 +0200 Merge 0.12->trunk
Kim Alvefur <zash@zash.se> [Mon, 10 Jul 2023 00:34:37 +0200] rev 13183
Merge 0.12->trunk
Sun, 09 Jul 2023 21:18:47 +0200 core.certmanager: Update Mozilla TLS config to version 5.7 0.12
Kim Alvefur <zash@zash.se> [Sun, 09 Jul 2023 21:18:47 +0200] rev 13182
core.certmanager: Update Mozilla TLS config to version 5.7 Ref https://github.com/mozilla/server-side-tls/issues/285
Sat, 08 Jul 2023 18:23:40 +0200 mod_pubsub: Send correct jid attribute in disco#items
Kim Alvefur <zash@zash.se> [Sat, 08 Jul 2023 18:23:40 +0200] rev 13181
mod_pubsub: Send correct jid attribute in disco#items Fixes use in PEP where the JID does not equal the bare domain.
Sun, 02 Jul 2023 14:31:00 +0200 mod_http_file_share: Put 'expires' back, thought it was unused
Kim Alvefur <zash@zash.se> [Sun, 02 Jul 2023 14:31:00 +0200] rev 13180
mod_http_file_share: Put 'expires' back, thought it was unused Removed in 536055476912 because it was not used anywhere else in the file, but per the documentation it is meant to inform external upload services of the expiry time of the upload itself.
Fri, 30 Jun 2023 22:01:55 +0200 util.cache: Pass cache itself to eviction callback
Kim Alvefur <zash@zash.se> [Fri, 30 Jun 2023 22:01:55 +0200] rev 13179
util.cache: Pass cache itself to eviction callback Simplifies access to the cache without moving code around a lot given the currently common pattern of local some_cache = cache.new(size, function(k,v) end)
Fri, 30 Jun 2023 22:01:49 +0200 util.cache: Keep eviction candidate if callback resized to make room
Kim Alvefur <zash@zash.se> [Fri, 30 Jun 2023 22:01:49 +0200] rev 13178
util.cache: Keep eviction candidate if callback resized to make room Previously either the old or the new values would be rejected, even if the cache was resized to allow more items.
Fri, 30 Jun 2023 18:51:03 +0200 util.serialization: Teach Teal about the new "pretty" preset
Kim Alvefur <zash@zash.se> [Fri, 30 Jun 2023 18:51:03 +0200] rev 13177
util.serialization: Teach Teal about the new "pretty" preset
Fri, 30 Jun 2023 18:45:18 +0200 util.jsonpointer: Change function prototype to allow anything
Kim Alvefur <zash@zash.se> [Fri, 30 Jun 2023 18:45:18 +0200] rev 13176
util.jsonpointer: Change function prototype to allow anything But anything that's not a table can't be resolved into, which could happen in the middle, so eh.
(0) -10000 -3000 -1000 -300 -100 -10 +10 +100 +300 tip