Fri, 23 Aug 2019 01:08:12 +0200 mod_map: Update for new API in prosody 1e2b444acb72
Kim Alvefur <zash@zash.se> [Fri, 23 Aug 2019 01:08:12 +0200] rev 3654
mod_map: Update for new API in prosody 1e2b444acb72
Fri, 23 Aug 2019 00:19:46 +0200 mod_http_upload: Also format max file size as integer in error (thanks lovetox)
Kim Alvefur <zash@zash.se> [Fri, 23 Aug 2019 00:19:46 +0200] rev 3653
mod_http_upload: Also format max file size as integer in error (thanks lovetox)
Thu, 22 Aug 2019 23:57:57 +0200 mod_http_upload: Ensure integer formatting of size limit
Kim Alvefur <zash@zash.se> [Thu, 22 Aug 2019 23:57:57 +0200] rev 3652
mod_http_upload: Ensure integer formatting of size limit Prevents problems when running under Lua 5.3+ where floating point numbers always have a decimal dot when tostring()-ed.
Wed, 21 Aug 2019 00:38:20 +0200 mod_muc_ping: Advertise XEP-0410 feature
Kim Alvefur <zash@zash.se> [Wed, 21 Aug 2019 00:38:20 +0200] rev 3651
mod_muc_ping: Advertise XEP-0410 feature
Sun, 11 Aug 2019 02:58:56 +0200 mod_smacks: fix bug #1405 (prevent timer from running for already destroyed sessions)
tmolitor <thilo@eightysoft.de> [Sun, 11 Aug 2019 02:58:56 +0200] rev 3650
mod_smacks: fix bug #1405 (prevent timer from running for already destroyed sessions)
Sat, 10 Aug 2019 14:19:48 +0200 mod_http_muc_log: Make time based anchors from mod_muc_log_http work
Kim Alvefur <zash@zash.se> [Sat, 10 Aug 2019 14:19:48 +0200] rev 3649
mod_http_muc_log: Make time based anchors from mod_muc_log_http work
Fri, 09 Aug 2019 19:01:58 +0200 mod_pubsub_text_interface: Respond to receipts
Kim Alvefur <zash@zash.se> [Fri, 09 Aug 2019 19:01:58 +0200] rev 3648
mod_pubsub_text_interface: Respond to receipts Because why not?
Fri, 09 Aug 2019 19:00:35 +0200 mod_http_stats_stream: Make global to simplify
Kim Alvefur <zash@zash.se> [Fri, 09 Aug 2019 19:00:35 +0200] rev 3647
mod_http_stats_stream: Make global to simplify The stats are all global anyways and HTTP modules can now be global.
Fri, 09 Aug 2019 18:59:35 +0200 mod_turncredentials: Add parallel implementation of XEP-0215 v0.7
Kim Alvefur <zash@zash.se> [Fri, 09 Aug 2019 18:59:35 +0200] rev 3646
mod_turncredentials: Add parallel implementation of XEP-0215 v0.7
Fri, 09 Aug 2019 18:41:51 +0200 mod_conversejs: Change CSS URL
Kim Alvefur <zash@zash.se> [Fri, 09 Aug 2019 18:41:51 +0200] rev 3645
mod_conversejs: Change CSS URL I hope this is correct
Fri, 02 Aug 2019 18:26:06 +0200 mod_smacks: fix bug in bad client handling introduced by last commit
tmolitor <thilo@eightysoft.de> [Fri, 02 Aug 2019 18:26:06 +0200] rev 3644
mod_smacks: fix bug in bad client handling introduced by last commit Use absolute h-values instead of queue-count to determine if a new request should be sent out or if we are looping instead.
Fri, 02 Aug 2019 08:04:16 +0200 mod_csi_muc_priorities: Add an example
Kim Alvefur <zash@zash.se> [Fri, 02 Aug 2019 08:04:16 +0200] rev 3643
mod_csi_muc_priorities: Add an example
Fri, 02 Aug 2019 08:04:00 +0200 mod_csi_muc_priorities: Mention mod_track_muc_joins
Kim Alvefur <zash@zash.se> [Fri, 02 Aug 2019 08:04:00 +0200] rev 3642
mod_csi_muc_priorities: Mention mod_track_muc_joins
Fri, 02 Aug 2019 07:52:04 +0200 mod_ignore_host_chatstates: Add a stub README
Kim Alvefur <zash@zash.se> [Fri, 02 Aug 2019 07:52:04 +0200] rev 3641
mod_ignore_host_chatstates: Add a stub README
Fri, 02 Aug 2019 07:44:11 +0200 mod_muc_block_pm: Add support for Prosody 0.11
JC Brand <jc@opkode.com> [Fri, 02 Aug 2019 07:44:11 +0200] rev 3640
mod_muc_block_pm: Add support for Prosody 0.11
Wed, 31 Jul 2019 18:55:06 +0200 mod_http_stats_stream: Use existing header preparation
Kim Alvefur <zash@zash.se> [Wed, 31 Jul 2019 18:55:06 +0200] rev 3639
mod_http_stats_stream: Use existing header preparation This allows the CORS support in mod_http to work.
Tue, 30 Jul 2019 02:07:13 +0200 mod_smacks: fix bug for missbehaving clients sending multiple acks in a row
tmolitor <thilo@eightysoft.de> [Tue, 30 Jul 2019 02:07:13 +0200] rev 3638
mod_smacks: fix bug for missbehaving clients sending multiple acks in a row Missbehaving clients, sending multiple acks in a row (I'm looking at you Monal!) triggered the ack-loop-prevention code added in 2017, leaving unacked stanzas in the queue. This fixes the bug while still preventing ack-loops.
Tue, 30 Jul 2019 01:46:57 +0200 mod_csi_battery_saver: add compatibility with mod_csi_muc_priorities, make queue length configurable and update README
tmolitor <thilo@eightysoft.de> [Tue, 30 Jul 2019 01:46:57 +0200] rev 3637
mod_csi_battery_saver: add compatibility with mod_csi_muc_priorities, make queue length configurable and update README
Mon, 29 Jul 2019 16:10:09 +0200 mod_muc_occupant_id: depend on muc.
Maxime “pep” Buquet <pep@bouah.net> [Mon, 29 Jul 2019 16:10:09 +0200] rev 3636
mod_muc_occupant_id: depend on muc.
Wed, 17 Jul 2019 13:23:23 +0200 mod_muc_occupant_id: Update links to the XEP inbox.
Maxime “pep” Buquet <pep@bouah.net> [Wed, 17 Jul 2019 13:23:23 +0200] rev 3635
mod_muc_occupant_id: Update links to the XEP inbox.
Sun, 14 Jul 2019 19:04:16 +0200 mod_muc_occupant_id: Remove unnecessary check on occupant
Maxime “pep” Buquet <pep@bouah.net> [Sun, 14 Jul 2019 19:04:16 +0200] rev 3634
mod_muc_occupant_id: Remove unnecessary check on occupant
Sun, 14 Jul 2019 18:45:10 +0200 mod_muc_occupant_id: initial commit
Maxime “pep” Buquet <pep@bouah.net> [Sun, 14 Jul 2019 18:45:10 +0200] rev 3633
mod_muc_occupant_id: initial commit Implementation of XEP-XXXX: Anonymous unique occupant identifiers for MUCs. https://dino.im/xeps/occupant-id.html
Thu, 04 Jul 2019 08:46:26 +0200 mod_csi_muc_priorities: Signal unimportance (thanks tmolitor)
Kim Alvefur <zash@zash.se> [Thu, 04 Jul 2019 08:46:26 +0200] rev 3632
mod_csi_muc_priorities: Signal unimportance (thanks tmolitor) The short version of this module would be `return priorities[room]`, but the `false` case got lost somewhere along the way.
Mon, 01 Jul 2019 18:50:42 +0200 mod_cloud_notify: fix typo (used || instead of or)
tmolitor <thilo@eightysoft.de> [Mon, 01 Jul 2019 18:50:42 +0200] rev 3631
mod_cloud_notify: fix typo (used || instead of or)
Mon, 01 Jul 2019 18:49:24 +0200 mod_cloud_notify: fix local variable usage
tmolitor <thilo@eightysoft.de> [Mon, 01 Jul 2019 18:49:24 +0200] rev 3630
mod_cloud_notify: fix local variable usage
Sat, 29 Jun 2019 19:26:08 +0200 mod_http_upload: Duplicate mime types handling from mod_http_files (fixes #1374)
Kim Alvefur <zash@zash.se> [Sat, 29 Jun 2019 19:26:08 +0200] rev 3629
mod_http_upload: Duplicate mime types handling from mod_http_files (fixes #1374) When using net.http.files this isn't automatically provided via mod_http_files so we need to do it ourselves.
Wed, 26 Jun 2019 21:45:50 +0200 mod_csi_pump: Obsolete, remove
Kim Alvefur <zash@zash.se> [Wed, 26 Jun 2019 21:45:50 +0200] rev 3628
mod_csi_pump: Obsolete, remove Use mod_csi_simple instead, distributed with Prosody 0.11 and later.
Thu, 20 Jun 2019 10:37:48 +0200 mod_muc_defaults: Allow setting of `name` and `description
JC Brand <jc@opkode.com> [Thu, 20 Jun 2019 10:37:48 +0200] rev 3627
mod_muc_defaults: Allow setting of `name` and `description Also fix setting of language
Sun, 16 Jun 2019 02:00:34 +0200 mod_cloud_notify: fix prosody 0.9 compatibility
tmolitor <thilo@eightysoft.de> [Sun, 16 Jun 2019 02:00:34 +0200] rev 3626
mod_cloud_notify: fix prosody 0.9 compatibility
Sun, 16 Jun 2019 02:00:12 +0200 mod_smacks: fix prosody 0.9 compatibility
tmolitor <thilo@eightysoft.de> [Sun, 16 Jun 2019 02:00:12 +0200] rev 3625
mod_smacks: fix prosody 0.9 compatibility
(0) -3000 -1000 -300 -100 -50 -30 +30 +50 +100 +300 +1000 tip