Tue, 25 May 2021 16:46:46 +0200 mod_rest: Add various XML metadata to OpenAPI spec
Kim Alvefur <zash@zash.se> [Tue, 25 May 2021 16:46:46 +0200] rev 4574
mod_rest: Add various XML metadata to OpenAPI spec
Mon, 24 May 2021 16:36:35 +0200 mod_muc_bot: Add Compatibility section to README
Kim Alvefur <zash@zash.se> [Mon, 24 May 2021 16:36:35 +0200] rev 4573
mod_muc_bot: Add Compatibility section to README
Mon, 24 May 2021 16:35:47 +0200 mod_muc_bot: Add a README
Kim Alvefur <zash@zash.se> [Mon, 24 May 2021 16:35:47 +0200] rev 4572
mod_muc_bot: Add a README
Mon, 24 May 2021 16:18:56 +0200 mod_muc_bot: Add option to ignore error bounces from bots
Kim Alvefur <zash@zash.se> [Mon, 24 May 2021 16:18:56 +0200] rev 4571
mod_muc_bot: Add option to ignore error bounces from bots Useful when they don't handle messages correctly, returning an error.
Mon, 24 May 2021 16:18:29 +0200 mod_muc_bot: Add option to not send any messages to bots
Kim Alvefur <zash@zash.se> [Mon, 24 May 2021 16:18:29 +0200] rev 4570
mod_muc_bot: Add option to not send any messages to bots Useful for write-only bots that don't care about what's said in the chat.
Sat, 10 Apr 2021 19:23:25 +0200 mod_muc_bot: Save occupant to room
Kim Alvefur <zash@zash.se> [Sat, 10 Apr 2021 19:23:25 +0200] rev 4569
mod_muc_bot: Save occupant to room This has some side-effects: Firstly, the bot shows up in occupant list, which is nice. Secondly, the bot starts receiving messages from the room which might be wanted, but it would be better to join the room for real in this case.
Sat, 10 Apr 2021 19:20:03 +0200 mod_muc_bot: Reduce hackyness of occupant construction
Kim Alvefur <zash@zash.se> [Sat, 10 Apr 2021 19:20:03 +0200] rev 4568
mod_muc_bot: Reduce hackyness of occupant construction
Thu, 01 Apr 2021 13:15:05 +0200 mod_muc_bot: Attempt at module easing creation of stateless bots
Kim Alvefur <zash@zash.se> [Thu, 01 Apr 2021 13:15:05 +0200] rev 4567
mod_muc_bot: Attempt at module easing creation of stateless bots
Mon, 24 May 2021 15:46:11 +0100 mod_limits_exception: New module to except some JIDs from rate limiting
Matthew Wild <mwild1@gmail.com> [Mon, 24 May 2021 15:46:11 +0100] rev 4566
mod_limits_exception: New module to except some JIDs from rate limiting
Fri, 21 May 2021 20:58:39 +0200 Back out 662423cea3f4 (non-standard buttons)
Kim Alvefur <zash@zash.se> [Fri, 21 May 2021 20:58:39 +0200] rev 4565
Back out 662423cea3f4 (non-standard buttons)
Fri, 21 May 2021 20:58:10 +0200 Back out 82689acd1294 (non-standard buttons)
Kim Alvefur <zash@zash.se> [Fri, 21 May 2021 20:58:10 +0200] rev 4564
Back out 82689acd1294 (non-standard buttons)
Thu, 20 May 2021 15:25:07 +0200 mod_measure_stanza_counts: port to new metrics API
Jonas Schäfer <jonas@wielicki.name> [Thu, 20 May 2021 15:25:07 +0200] rev 4563
mod_measure_stanza_counts: port to new metrics API See https://prosody.im/doc/developers/core/statsmanager#metric
Sun, 16 May 2021 18:39:22 +0200 mod_auth_external_insecure: Wrap warning in scary div
Kim Alvefur <zash@zash.se> [Sun, 16 May 2021 18:39:22 +0200] rev 4562
mod_auth_external_insecure: Wrap warning in scary div To make it harder to miss
Tue, 11 May 2021 15:54:28 +0100 mod_s2soutinjection: Set version 1.0 for outgoing streams (thanks moparisthebest)
Matthew Wild <mwild1@gmail.com> [Tue, 11 May 2021 15:54:28 +0100] rev 4561
mod_s2soutinjection: Set version 1.0 for outgoing streams (thanks moparisthebest)
Sat, 08 May 2021 15:51:21 +0100 Fix mentions of 'Content-Size' (should be Content-Length) (thanks Roobre)
Matthew Wild <mwild1@gmail.com> [Sat, 08 May 2021 15:51:21 +0100] rev 4560
Fix mentions of 'Content-Size' (should be Content-Length) (thanks Roobre)
Wed, 28 Apr 2021 08:22:47 +0200 mod_prometheus: Port to new OpenMetrics based statistics module
Jonas Schäfer <jonas@wielicki.name> [Wed, 28 Apr 2021 08:22:47 +0200] rev 4559
mod_prometheus: Port to new OpenMetrics based statistics module
Wed, 28 Apr 2021 08:21:54 +0200 mod_measure_process: Provide metrics about the process itself
Jonas Schäfer <jonas@wielicki.name> [Wed, 28 Apr 2021 08:21:54 +0200] rev 4558
mod_measure_process: Provide metrics about the process itself
Wed, 28 Apr 2021 08:20:15 +0200 mod_munin: Port to new OpenMetrics based statistics module
Jonas Schäfer <jonas@wielicki.name> [Wed, 28 Apr 2021 08:20:15 +0200] rev 4557
mod_munin: Port to new OpenMetrics based statistics module
Mon, 26 Apr 2021 02:49:25 +0200 mod_pubsub_post: Add support for urlencoded form-data
Kim Alvefur <zash@zash.se> [Mon, 26 Apr 2021 02:49:25 +0200] rev 4556
mod_pubsub_post: Add support for urlencoded form-data This would allow a subset of JSON payloads to be passed easily with simple `curl -d foo=bar -d hello=there` calls.
Mon, 26 Apr 2021 02:49:06 +0200 mod_storage_xmlarchive: Workaround for #1646 (util.async bug with Lua 5.1)
Kim Alvefur <zash@zash.se> [Mon, 26 Apr 2021 02:49:06 +0200] rev 4555
mod_storage_xmlarchive: Workaround for #1646 (util.async bug with Lua 5.1)
Sun, 25 Apr 2021 17:09:22 +0200 mod_rest/apidemo: Disable validator
Kim Alvefur <zash@zash.se> [Sun, 25 Apr 2021 17:09:22 +0200] rev 4554
mod_rest/apidemo: Disable validator How nice of them to leak the URL of every schema to them by default.
Sun, 25 Apr 2021 16:53:08 +0200 mod_rest: Add XEP-0249: Direct MUC Invitations to schemas
Kim Alvefur <zash@zash.se> [Sun, 25 Apr 2021 16:53:08 +0200] rev 4553
mod_rest: Add XEP-0249: Direct MUC Invitations to schemas
Sun, 25 Apr 2021 16:45:06 +0200 mod_rest: Fix type of response status codes in openapi spec
Kim Alvefur <zash@zash.se> [Sun, 25 Apr 2021 16:45:06 +0200] rev 4552
mod_rest: Fix type of response status codes in openapi spec https://spec.openapis.org/oas/v3.0.1#responsesObject > This field MUST be enclosed in quotation marks for compatibility > between JSON and YAML.
Sun, 25 Apr 2021 16:38:20 +0200 mod_rest: Replace 'oob_url' with datamapper-native 'oob'
Kim Alvefur <zash@zash.se> [Sun, 25 Apr 2021 16:38:20 +0200] rev 4551
mod_rest: Replace 'oob_url' with datamapper-native 'oob' While 'oob_url' is simpler and covers all current use, it's harder to describe the XML mapping.
Sun, 25 Apr 2021 16:20:32 +0200 mod_rest: Reorganise openapi spec to group stanza types
Kim Alvefur <zash@zash.se> [Sun, 25 Apr 2021 16:20:32 +0200] rev 4550
mod_rest: Reorganise openapi spec to group stanza types Goal is to make openapi.yaml and schema-xmpp.json not differ too much.
Sun, 18 Apr 2021 14:00:10 +0200 mod_prometheus: Update readme with "manual" statistics interval
Jonas Schäfer <jonas@wielicki.name> [Sun, 18 Apr 2021 14:00:10 +0200] rev 4549
mod_prometheus: Update readme with "manual" statistics interval
Sun, 18 Apr 2021 13:42:07 +0200 mod_prometheus: remove space between label k/v pairs
Jonas Schäfer <jonas@wielicki.name> [Sun, 18 Apr 2021 13:42:07 +0200] rev 4548
mod_prometheus: remove space between label k/v pairs It is illegal in OpenMetrics and not needed in the old prometheus format, so we better don't emit it.
Sat, 17 Apr 2021 12:51:50 +0100 mod_statistics_statsd: Remove obsolete module, use the newer built-in statsd provider
Matthew Wild <mwild1@gmail.com> [Sat, 17 Apr 2021 12:51:50 +0100] rev 4547
mod_statistics_statsd: Remove obsolete module, use the newer built-in statsd provider
Tue, 13 Apr 2021 23:53:53 +0200 mod_prometheus: Invoke stats collection if in 'manual' mode
Kim Alvefur <zash@zash.se> [Tue, 13 Apr 2021 23:53:53 +0200] rev 4546
mod_prometheus: Invoke stats collection if in 'manual' mode Since 10d13e0554f9 a special value for statistics_interval "manual" exists, where a module is expected to invoke processing in connection to collection of stats. This makes internal collection and exporting to Prometheus happens at the same time with no chance of timers getting out of sync.
Sun, 11 Apr 2021 21:59:50 +0200 mod_minimix/README: Add TODO section
Kim Alvefur <zash@zash.se> [Sun, 11 Apr 2021 21:59:50 +0200] rev 4545
mod_minimix/README: Add TODO section
(0) -3000 -1000 -300 -100 -50 -30 +30 +50 +100 +300 +1000 tip