Sun, 27 Aug 2017 21:11:58 +0200 mod_csi_battery_saver: Consider chat markers and outgoing carbon copies as important.
tmolitor <thilo@eightysoft.de> [Sun, 27 Aug 2017 21:11:58 +0200] rev 2758
mod_csi_battery_saver: Consider chat markers and outgoing carbon copies as important. Both are used by some clients (eg. Conversations) to update system notifications.
Sun, 27 Aug 2017 21:11:26 +0200 Merge with goffi
Kim Alvefur <zash@zash.se> [Sun, 27 Aug 2017 21:11:26 +0200] rev 2757
Merge with goffi
Sun, 27 Aug 2017 20:46:04 +0200 mod_delegation: added disco#items support
Goffi <goffi@goffi.org> [Sun, 27 Aug 2017 20:46:04 +0200] rev 2756
mod_delegation: added disco#items support disco#items are forwarded to managing entity when suitable. This feature is not yet in XEP-0355, but it should be added soon. "http://jabber.org/protocol/disco#items:*" is used as a pseudo-namespace to activate this delegation. Also changed spaces to tabs to follow Prosody coding style.
Thu, 24 Aug 2017 19:06:21 +0200 mod_cloud_notify: Implement version 0.3 of XEP-0357
tmolitor <thilo@eightysoft.de> [Thu, 24 Aug 2017 19:06:21 +0200] rev 2755
mod_cloud_notify: Implement version 0.3 of XEP-0357
Wed, 23 Aug 2017 14:31:55 -0500 mod_auth_http_async: Updated sync_http_auth function to accept username and password and send those as a basic authentication header
Matt Loupe <mloupe2@gmail.com> [Wed, 23 Aug 2017 14:31:55 -0500] rev 2754
mod_auth_http_async: Updated sync_http_auth function to accept username and password and send those as a basic authentication header
Tue, 22 Aug 2017 20:25:58 +0200 mod_cloud_notify: Fix small bug.
tmolitor <thilo@eightysoft.de> [Tue, 22 Aug 2017 20:25:58 +0200] rev 2753
mod_cloud_notify: Fix small bug. See https://github.com/ChatSecure/ChatSecure-iOS/issues/770#issuecomment-323534057 for a description of the bug.
Tue, 22 Aug 2017 20:10:10 +0200 mod_csi_battery_saver: Fix small bug and correct readme.
tmolitor <thilo@eightysoft.de> [Tue, 22 Aug 2017 20:10:10 +0200] rev 2752
mod_csi_battery_saver: Fix small bug and correct readme. See https://github.com/ChatSecure/ChatSecure-iOS/issues/770#issuecomment-323534057 for a description of the bug.
Sat, 19 Aug 2017 17:09:59 +0200 mod_csi_battery_saver: only depend on mod_track_muc_joins if actually used
tmolitor <thilo@eightysoft.de> [Sat, 19 Aug 2017 17:09:59 +0200] rev 2751
mod_csi_battery_saver: only depend on mod_track_muc_joins if actually used
Fri, 18 Aug 2017 22:56:28 +0200 mod_csi_battery_saver: Add config option for better muc handling
tmolitor <thilo@eightysoft.de> [Fri, 18 Aug 2017 22:56:28 +0200] rev 2750
mod_csi_battery_saver: Add config option for better muc handling
Fri, 18 Aug 2017 01:49:16 +0200 mod_csi_battery_saver: Fix bug when smacks is resumed before hibernating
tmolitor <thilo@eightysoft.de> [Fri, 18 Aug 2017 01:49:16 +0200] rev 2749
mod_csi_battery_saver: Fix bug when smacks is resumed before hibernating This needs a mod_smacks version at least as new as of commit f70c02c14161 otherwise message reordering could happen
Fri, 18 Aug 2017 00:56:38 +0200 mod_smacks: Trigger event smacks-hibernation-end after queue resend
tmolitor <thilo@eightysoft.de> [Fri, 18 Aug 2017 00:56:38 +0200] rev 2748
mod_smacks: Trigger event smacks-hibernation-end after queue resend This is more sensible and allows other modules to send out stanzas when handling this event without messing with the order of stanzas.
Thu, 17 Aug 2017 21:34:56 +0200 merge commit
tmolitor <thilo@eightysoft.de> [Thu, 17 Aug 2017 21:34:56 +0200] rev 2747
merge commit
Thu, 17 Aug 2017 21:32:52 +0200 mod_csi_battery_saver: Fix a bug introduced by commit f43c77c69a8a
tmolitor <thilo@eightysoft.de> [Thu, 17 Aug 2017 21:32:52 +0200] rev 2746
mod_csi_battery_saver: Fix a bug introduced by commit f43c77c69a8a Trying to clone strings, too, was a bad idea, this should fix it.
Thu, 17 Aug 2017 21:21:23 +0200 mod_csi_battery_saver: Fix interaction with smacks hibernation
tmolitor <thilo@eightysoft.de> [Thu, 17 Aug 2017 21:21:23 +0200] rev 2745
mod_csi_battery_saver: Fix interaction with smacks hibernation This should fix a bug that caused the module to be deactivated on smacks resume. Also update the readme accordingly,
Thu, 17 Aug 2017 14:49:52 +0200 mod_register_web: Normalize indentation [luacheck]
Kim Alvefur <zash@zash.se> [Thu, 17 Aug 2017 14:49:52 +0200] rev 2744
mod_register_web: Normalize indentation [luacheck]
Thu, 17 Aug 2017 14:35:42 +0200 mod_register_web: Import missing datamanager
Michel Le Bihan <michel@lebihan.pl> [Thu, 17 Aug 2017 14:35:42 +0200] rev 2743
mod_register_web: Import missing datamanager
Wed, 16 Aug 2017 00:01:14 +0200 mod_http_upload: Handle HEAD requests in 0.10 when reading body from a file handle
Kim Alvefur <zash@zash.se> [Wed, 16 Aug 2017 00:01:14 +0200] rev 2742
mod_http_upload: Handle HEAD requests in 0.10 when reading body from a file handle
Tue, 15 Aug 2017 21:14:55 +0200 mod_csi_battery_saver: Clone stanza pushed to queue
Michel Le Bihan <michel@lebihan.pl> [Tue, 15 Aug 2017 21:14:55 +0200] rev 2741
mod_csi_battery_saver: Clone stanza pushed to queue
Mon, 14 Aug 2017 23:31:05 +0200 mod_cloud_notify: Implement the "stripped stanzas" proposal.
tmolitor <thilo@eightysoft.de> [Mon, 14 Aug 2017 23:31:05 +0200] rev 2740
mod_cloud_notify: Implement the "stripped stanzas" proposal. See https://mail.jabber.org/pipermail/standards/2017-July/033089.html
Sat, 12 Aug 2017 20:45:11 +0200 mod_csi_battery_saver: correctly handle encrypted message stanzas
tmolitor <thilo@eightysoft.de> [Sat, 12 Aug 2017 20:45:11 +0200] rev 2739
mod_csi_battery_saver: correctly handle encrypted message stanzas Thanks to michel
Wed, 02 Aug 2017 19:50:32 +0700 mod_webpresence: Fixed README (working status and TODO)
Vadim A. Misbakh-Soloviov <prosody-modules@mva.name> [Wed, 02 Aug 2017 19:50:32 +0700] rev 2738
mod_webpresence: Fixed README (working status and TODO)
Tue, 01 Aug 2017 17:33:05 +0200 mod_register_web: Add password confirmation field
Michel Le Bihan <michel@lebihan.pl> [Tue, 01 Aug 2017 17:33:05 +0200] rev 2737
mod_register_web: Add password confirmation field
Thu, 27 Jul 2017 16:46:18 +0200 mod_http_upload: Remove directory when deleting a file (fixes #950)
Kim Alvefur <zash@zash.se> [Thu, 27 Jul 2017 16:46:18 +0200] rev 2736
mod_http_upload: Remove directory when deleting a file (fixes #950)
Sat, 22 Jul 2017 23:14:13 +0200 mod_http_upload: Remove MIME type restrictions and checking (fixes #958)
Kim Alvefur <zash@zash.se> [Sat, 22 Jul 2017 23:14:13 +0200] rev 2735
mod_http_upload: Remove MIME type restrictions and checking (fixes #958)
Sun, 16 Jul 2017 19:29:05 +0100 mod_secure_interfaces: Add ::1 to the default secure_interfaces.
Emmanuel Gil Peyrot <linkmauve@linkmauve.fr> [Sun, 16 Jul 2017 19:29:05 +0100] rev 2734
mod_secure_interfaces: Add ::1 to the default secure_interfaces.
Sun, 16 Jul 2017 19:28:52 +0100 mod_register_redirect: Add ::1 to the default registration_whitelist.
Emmanuel Gil Peyrot <linkmauve@linkmauve.fr> [Sun, 16 Jul 2017 19:28:52 +0100] rev 2733
mod_register_redirect: Add ::1 to the default registration_whitelist.
Sun, 16 Jul 2017 19:27:44 +0100 mod_captcha_registration: Add ::1 to the default registration_whitelist.
Emmanuel Gil Peyrot <linkmauve@linkmauve.fr> [Sun, 16 Jul 2017 19:27:44 +0100] rev 2732
mod_captcha_registration: Add ::1 to the default registration_whitelist.
Fri, 14 Jul 2017 18:06:17 +0200 mod_smacks: don't send out <r> when already hibernating
tmolitor <thilo@eightysoft.de> [Fri, 14 Jul 2017 18:06:17 +0200] rev 2731
mod_smacks: don't send out <r> when already hibernating
Thu, 06 Jul 2017 10:48:39 +0100 mod_secure_interfaces: Add debug log in non-secure case also
Matthew Wild <mwild1@gmail.com> [Thu, 06 Jul 2017 10:48:39 +0100] rev 2730
mod_secure_interfaces: Add debug log in non-secure case also
Thu, 27 Apr 2017 12:41:53 +0200 mod_mam: Use correct variable
Kim Alvefur <zash@zash.se> [Thu, 27 Apr 2017 12:41:53 +0200] rev 2729
mod_mam: Use correct variable
Wed, 26 Apr 2017 11:46:22 +0200 mod_mam: Don't ask the storage backend to count all items when expiry is disabled
Kim Alvefur <zash@zash.se> [Wed, 26 Apr 2017 11:46:22 +0200] rev 2728
mod_mam: Don't ask the storage backend to count all items when expiry is disabled
Fri, 23 Jun 2017 16:03:11 +0200 mod_mam_muc: Handle missing maxstanzas (thanks Martin)
Kim Alvefur <zash@zash.se> [Fri, 23 Jun 2017 16:03:11 +0200] rev 2727
mod_mam_muc: Handle missing maxstanzas (thanks Martin)
Fri, 23 Jun 2017 15:31:55 +0200 mod_mam_muc: Only collect original JID for messages (unavailable presence seems to cause an error)
Kim Alvefur <zash@zash.se> [Fri, 23 Jun 2017 15:31:55 +0200] rev 2726
mod_mam_muc: Only collect original JID for messages (unavailable presence seems to cause an error)
Fri, 23 Jun 2017 14:19:55 +0200 mod_mam_muc: Store and return original JID, role and affiliation (fixes #903)
Kim Alvefur <zash@zash.se> [Fri, 23 Jun 2017 14:19:55 +0200] rev 2725
mod_mam_muc: Store and return original JID, role and affiliation (fixes #903)
Fri, 23 Jun 2017 13:54:40 +0200 mod_mam_muc: Remove fetching of total message counts (potentially very slow and only supported by SQL)
Kim Alvefur <zash@zash.se> [Fri, 23 Jun 2017 13:54:40 +0200] rev 2724
mod_mam_muc: Remove fetching of total message counts (potentially very slow and only supported by SQL)
Fri, 23 Jun 2017 13:53:39 +0200 mod_mam_muc: Add debug logging like in mod_mam
Kim Alvefur <zash@zash.se> [Fri, 23 Jun 2017 13:53:39 +0200] rev 2723
mod_mam_muc: Add debug logging like in mod_mam
Fri, 23 Jun 2017 13:51:23 +0200 mod_mam_muc: Make calculation of max history length more like in mod_muc
Kim Alvefur <zash@zash.se> [Fri, 23 Jun 2017 13:51:23 +0200] rev 2722
mod_mam_muc: Make calculation of max history length more like in mod_muc
Thu, 25 May 2017 16:47:29 +0200 mod_muc_log/README: Remove odd duplicate item under Compatibility (thanks Tobias)
Kim Alvefur <zash@zash.se> [Thu, 25 May 2017 16:47:29 +0200] rev 2721
mod_muc_log/README: Remove odd duplicate item under Compatibility (thanks Tobias)
Sun, 21 May 2017 23:59:36 +0200 mod_mam_muc: Rename various fields from "logging" to "archiving"
Kim Alvefur <zash@zash.se> [Sun, 21 May 2017 23:59:36 +0200] rev 2720
mod_mam_muc: Rename various fields from "logging" to "archiving"
Fri, 12 May 2017 23:41:31 +0200 mod_block_registrations: fix example regex
tmolitor <thilo@eightysoft.de> [Fri, 12 May 2017 23:41:31 +0200] rev 2719
mod_block_registrations: fix example regex
Mon, 08 May 2017 19:39:43 +0200 mod_cloud_notify: Don't notify for all smacks queued stanzas in a row
tmolitor <thilo@eightysoft.de> [Mon, 08 May 2017 19:39:43 +0200] rev 2718
mod_cloud_notify: Don't notify for all smacks queued stanzas in a row Only send out a notification for the first unnotified stanza in the smacks queue, not for all queued stanzas in a row. Several notifications in the same second are useless and just cause server load on both ends.
Mon, 08 May 2017 19:36:37 +0200 mod_smacks: Fix delayed_ack event
tmolitor <thilo@eightysoft.de> [Mon, 08 May 2017 19:36:37 +0200] rev 2717
mod_smacks: Fix delayed_ack event After the first delayed ack every queued stanza should immediately trigger the delayed_ack event.
Mon, 08 May 2017 18:24:29 +0200 mod_cloud_notify: fix bug when multiple resources are used
tmolitor <thilo@eightysoft.de> [Mon, 08 May 2017 18:24:29 +0200] rev 2716
mod_cloud_notify: fix bug when multiple resources are used This bug was triggered under the rare circumstances that a message arrived and one resource was smacks hibernated while the other one(s) were offline. Then only the hibernated resource but not the offline one(s) (or the other way round) got notified.
Fri, 28 Apr 2017 12:09:51 +0100 mod_mam: Adjust event handler priorities to match guidelines in docs
Matthew Wild <mwild1@gmail.com> [Fri, 28 Apr 2017 12:09:51 +0100] rev 2715
mod_mam: Adjust event handler priorities to match guidelines in docs Avoids issues with mod_firewall dropped stanzas from being archived.
Thu, 27 Apr 2017 19:55:18 +0200 mod_csi_pump: Consider presence other than presence updates important (ie subscription requests)
Kim Alvefur <zash@zash.se> [Thu, 27 Apr 2017 19:55:18 +0200] rev 2714
mod_csi_pump: Consider presence other than presence updates important (ie subscription requests)
Thu, 27 Apr 2017 19:54:53 +0200 mod_measure_malloc: Add a short README
Kim Alvefur <zash@zash.se> [Thu, 27 Apr 2017 19:54:53 +0200] rev 2713
mod_measure_malloc: Add a short README
Thu, 27 Apr 2017 19:52:42 +0200 mod_measure_memory: Split out mallinfo measuring into a separate module, mod_measure_malloc
Kim Alvefur <zash@zash.se> [Thu, 27 Apr 2017 19:52:42 +0200] rev 2712
mod_measure_memory: Split out mallinfo measuring into a separate module, mod_measure_malloc
Thu, 27 Apr 2017 09:38:30 +0200 Merge
Kim Alvefur <zash@zash.se> [Thu, 27 Apr 2017 09:38:30 +0200] rev 2711
Merge
Sat, 22 Apr 2017 11:24:18 +0200 mod_mam_archive: Use util.rsm (fixes #877, depends on recent 0.10+)
Dennis Schridde <devurandom@gmx.net> [Sat, 22 Apr 2017 11:24:18 +0200] rev 2710
mod_mam_archive: Use util.rsm (fixes #877, depends on recent 0.10+)
Tue, 25 Apr 2017 12:02:36 +0100 mod_log_http: Remove accidentally-committed debugging code
Matthew Wild <mwild1@gmail.com> [Tue, 25 Apr 2017 12:02:36 +0100] rev 2709
mod_log_http: Remove accidentally-committed debugging code
Mon, 24 Apr 2017 18:12:29 +0200 mod_onions: Make variable local
Kim Alvefur <zash@zash.se> [Mon, 24 Apr 2017 18:12:29 +0200] rev 2708
mod_onions: Make variable local
Mon, 24 Apr 2017 18:12:08 +0200 mod_onions: Import luasocket (fixes #898)
Kim Alvefur <zash@zash.se> [Mon, 24 Apr 2017 18:12:08 +0200] rev 2707
mod_onions: Import luasocket (fixes #898)
Mon, 24 Apr 2017 20:57:23 +0200 Merge commit
tmolitor <thilo@eightysoft.de> [Mon, 24 Apr 2017 20:57:23 +0200] rev 2706
Merge commit
Mon, 24 Apr 2017 20:56:56 +0200 Fix #889
tmolitor <thilo@eightysoft.de> [Mon, 24 Apr 2017 20:56:56 +0200] rev 2705
Fix #889 Some buggy clients try to resume unauthenticated sessions and session.username is nil in this case (that caused the bug).
Fri, 21 Apr 2017 16:46:09 +0100 mod_log_http: Add new module for logging outgoing HTTP request
Matthew Wild <mwild1@gmail.com> [Fri, 21 Apr 2017 16:46:09 +0100] rev 2704
mod_log_http: Add new module for logging outgoing HTTP request
Wed, 19 Apr 2017 13:45:18 +0200 mod_log_auth: log into session
Georg Lukas <georg@op-co.de> [Wed, 19 Apr 2017 13:45:18 +0200] rev 2703
mod_log_auth: log into session
Wed, 19 Apr 2017 06:45:49 +0200 mod_log_auth: Handle missing sasl handler
Kim Alvefur <zash@zash.se> [Wed, 19 Apr 2017 06:45:49 +0200] rev 2702
mod_log_auth: Handle missing sasl handler
Wed, 19 Apr 2017 06:38:08 +0200 mod_server_contact_info: Bump log message to info level
Kim Alvefur <zash@zash.se> [Wed, 19 Apr 2017 06:38:08 +0200] rev 2701
mod_server_contact_info: Bump log message to info level
Wed, 19 Apr 2017 06:37:29 +0200 mod_log_auth: Attempt to retrieve attempted username from SASL handler (re #844)
Kim Alvefur <zash@zash.se> [Wed, 19 Apr 2017 06:37:29 +0200] rev 2700
mod_log_auth: Attempt to retrieve attempted username from SASL handler (re #844)
Wed, 19 Apr 2017 06:36:52 +0200 mod_log_auth: Split some long lines
Kim Alvefur <zash@zash.se> [Wed, 19 Apr 2017 06:36:52 +0200] rev 2699
mod_log_auth: Split some long lines
(0) -1000 -300 -100 -60 +60 +100 +300 +1000 +3000 tip