Sun, 15 Nov 2020 16:29:48 +0100 mod_rest: Ensure no attempt is made to reply to an error stanza
Kim Alvefur <zash@zash.se> [Sun, 15 Nov 2020 16:29:48 +0100] rev 4254
mod_rest: Ensure no attempt is made to reply to an error stanza Previously it was possible to return an error reply from a callback.
Sun, 15 Nov 2020 16:25:49 +0100 mod_rest: Catch and log errors in callback promise chain
Kim Alvefur <zash@zash.se> [Sun, 15 Nov 2020 16:25:49 +0100] rev 4253
mod_rest: Catch and log errors in callback promise chain From the code it looks like it should be possible to reply to an error stanza, but it did not. Turns out I was saved by my local developer mode module which throws errors if an attempt is made to create an errror reply to an error stanza. However nothing collects this error from the promise, so all I got was confusion.
Sun, 15 Nov 2020 15:41:52 +0100 mod_rest/example: Reorder things to match the disco#info feature order
Kim Alvefur <zash@zash.se> [Sun, 15 Nov 2020 15:41:52 +0100] rev 4252
mod_rest/example: Reorder things to match the disco#info feature order Satisfies my OCD!
Sun, 15 Nov 2020 15:33:56 +0100 mod_rest: Use promise based HTTP client API
Kim Alvefur <zash@zash.se> [Sun, 15 Nov 2020 15:33:56 +0100] rev 4251
mod_rest: Use promise based HTTP client API Doesn't really simplify anything much.
Sun, 15 Nov 2020 15:28:14 +0100 mod_rest/example: Advertise version query support
Kim Alvefur <zash@zash.se> [Sun, 15 Nov 2020 15:28:14 +0100] rev 4250
mod_rest/example: Advertise version query support
Sun, 15 Nov 2020 15:17:50 +0100 mod_rest: Use HTTP error mapping from net.http.errors
Kim Alvefur <zash@zash.se> [Sun, 15 Nov 2020 15:17:50 +0100] rev 4249
mod_rest: Use HTTP error mapping from net.http.errors This was basically a subset
Sat, 14 Nov 2020 22:38:28 +0100 mod_rest: Use util.error registry datatype
Kim Alvefur <zash@zash.se> [Sat, 14 Nov 2020 22:38:28 +0100] rev 4248
mod_rest: Use util.error registry datatype Saves a few characters per line.
Sat, 14 Nov 2020 18:02:49 +0100 mod_muc_inject_mentions: Make module scalable by iterating through the body instead of participants list as the main loop
Seve Ferrer <seve@delape.net> [Sat, 14 Nov 2020 18:02:49 +0100] rev 4247
mod_muc_inject_mentions: Make module scalable by iterating through the body instead of participants list as the main loop
Thu, 12 Nov 2020 20:37:54 +0100 mod_rest: Add whitespace to improve readability, code navigation
Kim Alvefur <zash@zash.se> [Thu, 12 Nov 2020 20:37:54 +0100] rev 4246
mod_rest: Add whitespace to improve readability, code navigation I use {} in vim a lot.
Thu, 12 Nov 2020 20:36:53 +0100 mod_post_msg: Advertise mod_rest, the spiritual successor
Kim Alvefur <zash@zash.se> [Thu, 12 Nov 2020 20:36:53 +0100] rev 4245
mod_post_msg: Advertise mod_rest, the spiritual successor
Thu, 12 Nov 2020 20:36:40 +0100 mod_post_msg: Tweak header level
Kim Alvefur <zash@zash.se> [Thu, 12 Nov 2020 20:36:40 +0100] rev 4244
mod_post_msg: Tweak header level
Tue, 10 Nov 2020 22:29:08 +0100 mod_prometheus: Warn users to put statistics settings in the global section
Emmanuel Gil Peyrot <linkmauve@linkmauve.fr> [Tue, 10 Nov 2020 22:29:08 +0100] rev 4243
mod_prometheus: Warn users to put statistics settings in the global section
Mon, 09 Nov 2020 16:53:13 +0000 mod_admin_notify: New module providing an API to notify host admins
Matthew Wild <mwild1@gmail.com> [Mon, 09 Nov 2020 16:53:13 +0000] rev 4242
mod_admin_notify: New module providing an API to notify host admins
Mon, 09 Nov 2020 12:49:31 +0100 mod_http_oauth2: Fix typo not caught by luacheck
Kim Alvefur <zash@zash.se> [Mon, 09 Nov 2020 12:49:31 +0100] rev 4241
mod_http_oauth2: Fix typo not caught by luacheck
Fri, 06 Nov 2020 11:17:30 +0000 mod_firewall: Some additional documentation improvements, particularly adding section links where needed
Matthew Wild <mwild1@gmail.com> [Fri, 06 Nov 2020 11:17:30 +0000] rev 4240
mod_firewall: Some additional documentation improvements, particularly adding section links where needed
Fri, 06 Nov 2020 11:16:48 +0000 mod_firewall: Improve 'INSPECT' comparison operator documentation
Matthew Wild <mwild1@gmail.com> [Fri, 06 Nov 2020 11:16:48 +0000] rev 4239
mod_firewall: Improve 'INSPECT' comparison operator documentation
Thu, 05 Nov 2020 21:51:48 +0100 mod_pubsub_text_interface: Remove receipt handling (thanks meaz)
Kim Alvefur <zash@zash.se> [Thu, 05 Nov 2020 21:51:48 +0100] rev 4238
mod_pubsub_text_interface: Remove receipt handling (thanks meaz) This apparenly breaks Gajim, which seems to stop processing of the reply message after noting the receipt.
Wed, 28 Oct 2020 20:38:38 +0100 mod_bob: Add dependency metadata
Kim Alvefur <zash@zash.se> [Wed, 28 Oct 2020 20:38:38 +0100] rev 4237
mod_bob: Add dependency metadata
Wed, 28 Oct 2020 20:36:02 +0100 mod_auto_answer_disco_info: Add dependency data for rock packaging
Kim Alvefur <zash@zash.se> [Wed, 28 Oct 2020 20:36:02 +0100] rev 4236
mod_auto_answer_disco_info: Add dependency data for rock packaging
Mon, 26 Oct 2020 16:32:07 +0300 mod_offline_email: explicitly set charset to utf-8 to override mailclients default settings
Vladimir D. Seleznev <vseleznv@altlinux.org> [Mon, 26 Oct 2020 16:32:07 +0300] rev 4235
mod_offline_email: explicitly set charset to utf-8 to override mailclients default settings
Sun, 25 Oct 2020 18:01:25 +0100 mod_http_prebind: Stop hardcoding test domain
Emmanuel Gil Peyrot <linkmauve@linkmauve.fr> [Sun, 25 Oct 2020 18:01:25 +0100] rev 4234
mod_http_prebind: Stop hardcoding test domain
Sun, 25 Oct 2020 17:58:02 +0100 mod_http_prebind: New module
Emmanuel Gil Peyrot <linkmauve@linkmauve.fr> [Sun, 25 Oct 2020 17:58:02 +0100] rev 4233
mod_http_prebind: New module
Fri, 23 Oct 2020 22:23:20 +0200 mod_http_oauth2: Accept empty scope
Kim Alvefur <zash@zash.se> [Fri, 23 Oct 2020 22:23:20 +0200] rev 4232
mod_http_oauth2: Accept empty scope Some tool I used couldn't not send a scope, preventing it from working with mod_http_oauth2. This change should fix that.
Fri, 23 Oct 2020 22:07:06 +0200 mod_conversejs: Comment on what's going on in JS template
Kim Alvefur <zash@zash.se> [Fri, 23 Oct 2020 22:07:06 +0200] rev 4231
mod_conversejs: Comment on what's going on in JS template
Tue, 20 Oct 2020 15:54:07 +0100 mod_log_ringbuffer: Add 'lines' option (actually an alternative ringbuffer implementation)
Matthew Wild <mwild1@gmail.com> [Tue, 20 Oct 2020 15:54:07 +0100] rev 4230
mod_log_ringbuffer: Add 'lines' option (actually an alternative ringbuffer implementation)
Tue, 20 Oct 2020 15:34:29 +0100 mod_log_ringbuffer: Discard old data when buffer is full
Matthew Wild <mwild1@gmail.com> [Tue, 20 Oct 2020 15:34:29 +0100] rev 4229
mod_log_ringbuffer: Discard old data when buffer is full
Mon, 19 Oct 2020 22:02:30 +0200 mod_invites*: Also link to mod_invites_api
Kim Alvefur <zash@zash.se> [Mon, 19 Oct 2020 22:02:30 +0200] rev 4228
mod_invites*: Also link to mod_invites_api
Mon, 19 Oct 2020 21:55:06 +0200 mod_invites*: Link to each other
Kim Alvefur <zash@zash.se> [Mon, 19 Oct 2020 21:55:06 +0200] rev 4227
mod_invites*: Link to each other But don't link to itself?
Mon, 19 Oct 2020 15:47:25 +0100 mod_debug_traceback: Fix global lookup warning on 0.11.x
Matthew Wild <mwild1@gmail.com> [Mon, 19 Oct 2020 15:47:25 +0100] rev 4226
mod_debug_traceback: Fix global lookup warning on 0.11.x
Mon, 19 Oct 2020 16:31:01 +0200 mod_cloud_notify: make logging more clear
tmolitor <thilo@eightysoft.de> [Mon, 19 Oct 2020 16:31:01 +0200] rev 4225
mod_cloud_notify: make logging more clear
(0) -3000 -1000 -300 -100 -50 -30 +30 +50 +100 +300 +1000 tip