Sat, 23 Oct 2021 22:24:59 +0200 util.startup: Skip config readability check in migrator (thanks eTaurus)
Kim Alvefur <zash@zash.se> [Sat, 23 Oct 2021 22:24:59 +0200] rev 11870
util.startup: Skip config readability check in migrator (thanks eTaurus) This field is empty for reasons when invoked by prosody-migrator, which threw an error: > bad argument #1 to 'open' (string expected, got nil)
Sat, 23 Oct 2021 13:32:01 +0200 mod_http_file_share: Silence luacheck warning
Kim Alvefur <zash@zash.se> [Sat, 23 Oct 2021 13:32:01 +0200] rev 11869
mod_http_file_share: Silence luacheck warning
Sat, 23 Oct 2021 01:53:07 +0200 mod_http_file_share: Clean up incomplete uploads
Kim Alvefur <zash@zash.se> [Sat, 23 Oct 2021 01:53:07 +0200] rev 11868
mod_http_file_share: Clean up incomplete uploads If the request fails in the middle then the file~ could be left behind because no code was invoked to delete it then. This gets rid of it when the request is removed. It may still be left in case of an unclean shutdown.
Thu, 21 Oct 2021 21:02:14 +0200 doap: Make note about missing 'restartlogic' from XEP-0206
Kim Alvefur <zash@zash.se> [Thu, 21 Oct 2021 21:02:14 +0200] rev 11867
doap: Make note about missing 'restartlogic' from XEP-0206
Thu, 21 Oct 2021 20:58:22 +0200 doap: Update versions of XEP-0178
Kim Alvefur <zash@zash.se> [Thu, 21 Oct 2021 20:58:22 +0200] rev 11866
doap: Update versions of XEP-0178 Context in #1006 and revisions 89c42aff8510 e1d274001855
Thu, 21 Oct 2021 20:58:19 +0200 doap: Update versions of XEPs
Kim Alvefur <zash@zash.se> [Thu, 21 Oct 2021 20:58:19 +0200] rev 11865
doap: Update versions of XEPs Makes it easier to find XEPs that have had new revisions since we last looked at them and the corresponding code. A review of changelogs between these versions point to mostly editorial changes or otherwise without warrant for code changes.
Thu, 21 Oct 2021 20:55:48 +0200 doap: Fill in missing XEP versions
Kim Alvefur <zash@zash.se> [Thu, 21 Oct 2021 20:55:48 +0200] rev 11864
doap: Fill in missing XEP versions Makes it easier to find XEPs that have had new revisions since we last looked at them and the corresponding code.
Thu, 21 Oct 2021 17:51:56 +0200 mod_s2s: Don't pass unknown hostnames as stats label
Kim Alvefur <zash@zash.se> [Thu, 21 Oct 2021 17:51:56 +0200] rev 11863
mod_s2s: Don't pass unknown hostnames as stats label Labels are supposed to be fixed sets of things, so defined hosts are okay, but not unknown hosts.
Thu, 21 Oct 2021 15:59:16 +0200 net.server_epoll: Process all queued events from epoll before timers
Kim Alvefur <zash@zash.se> [Thu, 21 Oct 2021 15:59:16 +0200] rev 11862
net.server_epoll: Process all queued events from epoll before timers Should call timers less frequently when many sockets are waiting for processing. May help under heavy load. Requested by Ge0rG
Wed, 20 Oct 2021 23:06:07 +0200 mod_http_file_share: Allow 'Authorization' header via CORS (thanks kawaii)
Kim Alvefur <zash@zash.se> [Wed, 20 Oct 2021 23:06:07 +0200] rev 11861
mod_http_file_share: Allow 'Authorization' header via CORS (thanks kawaii) Can't find anything saying anything on whether this is needed or not. kawaii reported that both Chrome and Firefox complained unless the header was added to the list of allowed headers.
(0) -10000 -3000 -1000 -300 -100 -10 +10 +100 +300 +1000 tip