Log

mod_cloud_notify/mod_cloud_notify.lua @ 4448:5879ca1f7853

description author age
mod_cloud_notify: Fix nesting of push form (thanks ivucica/Andrzej) Matthew Wild Fri, 05 Feb 2021 12:36:48 +0000
mod_cloud_notify: use stanza from mod_smacks to behave O(1) tmolitor Sat, 30 Jan 2021 07:17:33 +0100
mod_cloud_notify: Make push_errors a shared table to persist across reloads and share with other modules Matthew Wild Thu, 21 Jan 2021 15:25:18 +0000
mod_cloud_notify: Fix handling of push_queue tmolitor Sun, 17 Jan 2021 21:52:36 +0100
mod_cloud_notify: Some restructuring to allow direct access to notification element within push event Matthew Wild Wed, 13 Jan 2021 15:00:41 +0000
mod_cloud_notify: Include 'important' flag in push event data Matthew Wild Wed, 13 Jan 2021 14:09:18 +0000
mod_cloud_notify: Fire register and push events for integration with other modules Matthew Wild Tue, 12 Jan 2021 15:21:46 +0000
mod_cloud_notify: fix push flooding on delayed acks tmolitor Mon, 11 Jan 2021 22:48:17 +0100
mod_cloud_notify: Some code cleanup, now luacheck-clean. No functionality changes. Matthew Wild Fri, 11 Dec 2020 07:03:31 +0000
mod_cloud_notify: Modernize interface to mod_smacks tmolitor Tue, 24 Nov 2020 01:52:33 +0100
mod_cloud_notify: make logging more clear tmolitor Mon, 19 Oct 2020 16:31:01 +0200
mod_cloud_notify: fix comment text tmolitor Wed, 23 Sep 2020 19:55:46 +0200
mod_cloud_notify: Forbid user from registering their own JID as their push server Emmanuel Gil Peyrot Mon, 27 Apr 2020 23:07:01 +0200
mod_cloud_notify: make stanza queue processing faster tmolitor Sun, 19 Apr 2020 08:12:21 +0200
mod_cloud_notify: Cleanup code and drop support for prosody 0.9 tmolitor Wed, 11 Mar 2020 20:00:50 +0100
mod_cloud_notify: Fix bug in prosody 0.9 tmolitor Sun, 08 Mar 2020 20:00:23 +0100
mod_cloud_notify: fix typo (used || instead of or) tmolitor Mon, 01 Jul 2019 18:50:42 +0200
mod_cloud_notify: fix local variable usage tmolitor Mon, 01 Jul 2019 18:49:24 +0200
mod_cloud_notify: fix prosody 0.9 compatibility tmolitor Sun, 16 Jun 2019 02:00:34 +0200
mod_cloud_notify: only push once on csi queue flush in hibernated state, unhook response handlers tmolitor Sat, 15 Jun 2019 01:26:15 +0200
mod_cloud_notify: inform mod_smacks of first push in hibernated state tmolitor Fri, 08 Jun 2018 17:39:07 +0200
mod_cloud_notify: Don't change table while iterating it tmolitor Sat, 02 Jun 2018 02:58:45 +0200
mod_cloud_notify: use next() instead of # operator and update README tmolitor Fri, 01 Jun 2018 18:24:34 +0200
mod_cloud_notify: Don't use deprecated table.getn tmolitor Fri, 01 Jun 2018 17:54:07 +0200
mod_cloud_notify: Limit number of devices to 5 and change some default settings tmolitor Mon, 28 May 2018 05:28:07 +0200
mod_cloud_notify: remove useless counter (hardcode it to 1) tmolitor Mon, 14 May 2018 20:17:49 +0200
Implement dummy body message to indicate high priority push tmolitor Sun, 01 Apr 2018 23:24:33 +0200
mod_cloud_notify: Remove some leftover code tmolitor Wed, 11 Oct 2017 03:55:00 +0200
mod_cloud_notify: Fix regression in error handling tmolitor Wed, 11 Oct 2017 03:10:40 +0200
mod_cloud_notify: Implement version 0.3 of XEP-0357 tmolitor Thu, 24 Aug 2017 19:06:21 +0200