log mod_cloud_notify/mod_cloud_notify.lua @ 4170:2a655577fbcb

age author description
Wed, 23 Sep 2020 19:55:46 +0200 tmolitor mod_cloud_notify: fix comment text
Mon, 27 Apr 2020 23:07:01 +0200 Emmanuel Gil Peyrot mod_cloud_notify: Forbid user from registering their own JID as their push server
Sun, 19 Apr 2020 08:12:21 +0200 tmolitor mod_cloud_notify: make stanza queue processing faster
Wed, 11 Mar 2020 20:00:50 +0100 tmolitor mod_cloud_notify: Cleanup code and drop support for prosody 0.9
Sun, 08 Mar 2020 20:00:23 +0100 tmolitor mod_cloud_notify: Fix bug in prosody 0.9
Mon, 01 Jul 2019 18:50:42 +0200 tmolitor mod_cloud_notify: fix typo (used || instead of or)
Mon, 01 Jul 2019 18:49:24 +0200 tmolitor mod_cloud_notify: fix local variable usage
Sun, 16 Jun 2019 02:00:34 +0200 tmolitor mod_cloud_notify: fix prosody 0.9 compatibility
Sat, 15 Jun 2019 01:26:15 +0200 tmolitor mod_cloud_notify: only push once on csi queue flush in hibernated state, unhook response handlers
Fri, 08 Jun 2018 17:39:07 +0200 tmolitor mod_cloud_notify: inform mod_smacks of first push in hibernated state
Sat, 02 Jun 2018 02:58:45 +0200 tmolitor mod_cloud_notify: Don't change table while iterating it
Fri, 01 Jun 2018 18:24:34 +0200 tmolitor mod_cloud_notify: use next() instead of # operator and update README
Fri, 01 Jun 2018 17:54:07 +0200 tmolitor mod_cloud_notify: Don't use deprecated table.getn
Mon, 28 May 2018 05:28:07 +0200 tmolitor mod_cloud_notify: Limit number of devices to 5 and change some default settings
Mon, 14 May 2018 20:17:49 +0200 tmolitor mod_cloud_notify: remove useless counter (hardcode it to 1)