Log

mod_cloud_notify/mod_cloud_notify.lua @ 4295:d44a8d3dd571

description author age
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
mod_cloud_notify: Fix small bug. tmolitor Tue, 22 Aug 2017 20:25:58 +0200
mod_cloud_notify: Implement the "stripped stanzas" proposal. tmolitor Mon, 14 Aug 2017 23:31:05 +0200
mod_cloud_notify: Don't notify for all smacks queued stanzas in a row tmolitor Mon, 08 May 2017 19:39:43 +0200
mod_cloud_notify: fix bug when multiple resources are used tmolitor Mon, 08 May 2017 18:24:29 +0200
mod_smacks: Ignore user when writing or reading session_cache on prosody 0.9 tmolitor Thu, 06 Apr 2017 02:12:14 +0200
mod_cloud_notify: Fix module:unhook calls not available in prosody 0.9, fixes #874 tmolitor Thu, 06 Apr 2017 01:41:36 +0200
mod_cloud_notify: Whitespace fixes Matthew Wild Thu, 23 Mar 2017 09:19:52 +0000
mod_cloud_notify: Move declarations of handle_push_success/error to fix referencing undefined variables (introduced in 6ab46ff685d0) Matthew Wild Thu, 23 Mar 2017 09:17:56 +0000