Mon, 25 Oct 2021 15:46:01 +0200 util.startup: Show brief usage on `prosody -h|-?|--help`
Kim Alvefur <zash@zash.se> [Mon, 25 Oct 2021 15:46:01 +0200] rev 11873
util.startup: Show brief usage on `prosody -h|-?|--help` Seems more suitable than asking if prosodyctl was meant to be used, or going ahead and starting.
Sun, 24 Oct 2021 15:17:01 +0200 mod_c2s,etc: Identify stanza object with appropriate function
Kim Alvefur <zash@zash.se> [Sun, 24 Oct 2021 15:17:01 +0200] rev 11872
mod_c2s,etc: Identify stanza object with appropriate function Better than duck typing, in case anyone ever passes a non-stanza table with a 'name' field.
Sun, 24 Oct 2021 15:11:01 +0200 mod_s2s: Fix logging of <stream:error> consistency with other mods
Kim Alvefur <zash@zash.se> [Sun, 24 Oct 2021 15:11:01 +0200] rev 11871
mod_s2s: Fix logging of <stream:error> consistency with other mods `reason` was often a table, so the log said "table: 0xptr" or such. mod_c2s, mod_bosh etc logs the stream error stanza object, so better do the same. It would be nicer if this was an util.error object, but that will have to be a future change.
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.
(0) -10000 -3000 -1000 -300 -100 -10 +10 +100 +300 +1000 tip