mod_cloud_notify: Improve logging for various error cases
|
Matthew Wild |
2022-09-24 |
mod_cloud_notify: Fix default extended timeout from 72 days -> 72 hours
|
Matthew Wild |
2022-09-23 |
mod_cloud_notify: Only delay hibernation timeout for push-enabled clients
|
Matthew Wild |
2022-09-23 |
mod_cloud_notify: Rename field in event for clarity ('node' is ambiguous here)
|
Matthew Wild |
2022-07-13 |
replaced 'session' with 'origin' in push_disable
|
arcseconds |
2022-07-30 |
mod_cloud_notify: Compat for prosody 0.12
|
tmolitor |
2022-07-02 |
mod_cloud_notify: Include extra error details if available
|
Kim Alvefur |
2021-12-19 |
mod_cloud_notify: Identify (and immediately push) urgent stanzas, e.g. calls
|
Matthew Wild |
2021-10-27 |
mod_cloud_notify: Fix traceback for clients without a stable client_id
|
Matthew Wild |
2021-10-19 |
mod_cloud_notify: Move client info out of sub-object to improve usability with map store API
|
Matthew Wild |
2021-10-18 |
mod_cloud_notify: Record client id (or resource) and language during registration
|
Matthew Wild |
2021-10-18 |
mod_cloud_notify: Fix some minor luacheck offences
|
Matthew Wild |
2021-10-18 |
mod_cloud_notify: notify on groupchat messages sent to bare JID
|
arcseconds |
2021-09-25 |
mod_cloud_notify: Consider incoming XEP-0353 call requests as important
|
Matthew Wild |
2021-02-23 |
mod_cloud_notify: Fix nesting of push form (thanks ivucica/Andrzej)
|
Matthew Wild |
2021-02-05 |
mod_cloud_notify: use stanza from mod_smacks to behave O(1)
|
tmolitor |
2021-01-30 |
mod_cloud_notify: Make push_errors a shared table to persist across reloads and share with other modules
|
Matthew Wild |
2021-01-21 |
mod_cloud_notify: Fix handling of push_queue
|
tmolitor |
2021-01-17 |
mod_cloud_notify: Some restructuring to allow direct access to notification element within push event
|
Matthew Wild |
2021-01-13 |
mod_cloud_notify: Include 'important' flag in push event data
|
Matthew Wild |
2021-01-13 |
mod_cloud_notify: Fire register and push events for integration with other modules
|
Matthew Wild |
2021-01-12 |
mod_cloud_notify: fix push flooding on delayed acks
|
tmolitor |
2021-01-11 |
mod_cloud_notify: Some code cleanup, now luacheck-clean. No functionality changes.
|
Matthew Wild |
2020-12-11 |
mod_cloud_notify: Modernize interface to mod_smacks
|
tmolitor |
2020-11-24 |
mod_cloud_notify: make logging more clear
|
tmolitor |
2020-10-19 |
mod_cloud_notify: fix comment text
|
tmolitor |
2020-09-23 |
mod_cloud_notify: Forbid user from registering their own JID as their push server
|
Emmanuel Gil Peyrot |
2020-04-27 |
mod_cloud_notify: make stanza queue processing faster
|
tmolitor |
2020-04-19 |
mod_cloud_notify: Cleanup code and drop support for prosody 0.9
|
tmolitor |
2020-03-11 |
mod_cloud_notify: Fix bug in prosody 0.9
|
tmolitor |
2020-03-08 |
mod_cloud_notify: fix typo (used || instead of or)
|
tmolitor |
2019-07-01 |
mod_cloud_notify: fix local variable usage
|
tmolitor |
2019-07-01 |
mod_cloud_notify: fix prosody 0.9 compatibility
|
tmolitor |
2019-06-16 |
mod_cloud_notify: only push once on csi queue flush in hibernated state, unhook response handlers
|
tmolitor |
2019-06-14 |
mod_cloud_notify: inform mod_smacks of first push in hibernated state
|
tmolitor |
2018-06-08 |
mod_cloud_notify: Don't change table while iterating it
|
tmolitor |
2018-06-02 |
mod_cloud_notify: use next() instead of # operator and update README
|
tmolitor |
2018-06-01 |
mod_cloud_notify: Don't use deprecated table.getn
|
tmolitor |
2018-06-01 |
mod_cloud_notify: Limit number of devices to 5 and change some default settings
|
tmolitor |
2018-05-28 |
mod_cloud_notify: remove useless counter (hardcode it to 1)
|
tmolitor |
2018-05-14 |
Implement dummy body message to indicate high priority push
|
tmolitor |
2018-04-01 |
mod_cloud_notify: Remove some leftover code
|
tmolitor |
2017-10-11 |
mod_cloud_notify: Fix regression in error handling
|
tmolitor |
2017-10-11 |
mod_cloud_notify: Implement version 0.3 of XEP-0357
|
tmolitor |
2017-08-24 |
mod_cloud_notify: Fix small bug.
|
tmolitor |
2017-08-22 |
mod_cloud_notify: Implement the "stripped stanzas" proposal.
|
tmolitor |
2017-08-14 |
mod_cloud_notify: Don't notify for all smacks queued stanzas in a row
|
tmolitor |
2017-05-08 |
mod_cloud_notify: fix bug when multiple resources are used
|
tmolitor |
2017-05-08 |
mod_smacks: Ignore user when writing or reading session_cache on prosody 0.9
|
tmolitor |
2017-04-06 |
mod_cloud_notify: Fix module:unhook calls not available in prosody 0.9, fixes #874
|
tmolitor |
2017-04-05 |
mod_cloud_notify: Whitespace fixes
|
Matthew Wild |
2017-03-23 |
mod_cloud_notify: Move declarations of handle_push_success/error to fix referencing undefined variables (introduced in 6ab46ff685d0)
|
Matthew Wild |
2017-03-23 |
mod_cloud_notify: Fixed error in push deduplication
|
tmolitor |
2017-03-17 |
mod_cloud_notify: Respect Daniel's business rules and remove endpoints on error
|
tmolitor |
2017-03-11 |
mod_cloud_notify: added code to respond to the new event "smacks-ack-delayed" issued by mod_smacks when acks are delayed for a certain amount of time. This allows to send out notification requests before the read timeout or connection close event really happens, thus allowing conversations to be smoother.
|
tmolitor |
2016-11-24 |
mod_cloud_notify: One log message per push sent (happy now Ge0rg?)
|
Kim Alvefur |
2016-07-28 |
mod_cloud_notify: Log when sending notifications
|
Kim Alvefur |
2016-07-28 |
mod_cloud_notify: Store data for corret user (origin is not correct here)
|
Kim Alvefur |
2016-07-28 |
mod_cloud_notify: Save data after changes
|
Kim Alvefur |
2016-07-28 |
mod_cloud_notify: Abort and return error if unable to read storage to prevent loss of existing but unreachable data
|
Kim Alvefur |
2016-07-28 |
mod_cloud_notify: Log message if no dataform is found
|
Kim Alvefur |
2016-07-28 |
mod_cloud_notify: Log message when 'jid' is missing from enable request
|
Kim Alvefur |
2016-07-28 |
mod_cloud_notify: Retrieve data form by name and namespace so unknown elements are ignored
|
Kim Alvefur |
2016-07-28 |
mod_cloud_notify: Cache <enable> in local
|
Kim Alvefur |
2016-07-28 |
mod_cloud_notify: Apply pre-serialization to publish-options
|
Kim Alvefur |
2016-07-26 |
mod_cloud_notify: Add some logging when a client attempts to enable push notifications
|
Kim Alvefur |
2016-07-26 |
mod_cloud_notify: Update copyright year
|
Kim Alvefur |
2016-07-26 |
mod_cloud_notify: Use typed config API
|
Kim Alvefur |
2016-07-26 |
mod_cloud_notify: Enable persistent storage of user notification settings
|
Kim Alvefur |
2016-06-06 |
mod_cloud_notify: Advertise feature on bare jid disco (thanks iNPUTmice)
|
Kim Alvefur |
2016-06-06 |
mod_cloud_notify: default false for sending body and sender
|
Chris Ballinger |
2016-06-02 |
mod_cloud_notify: added ability to notify even if the session is hibernated by mod_smacks
|
tmolitor |
2016-03-29 |
mod_cloud_notify: Fix syntax error
|
Kim Alvefur |
2016-02-18 |
mod_cloud_notify: Wrap form in namespaced element per the XEP (fixes #630)
|
Kim Alvefur |
2016-02-18 |
mod_cloud_notify: put publish-options into <pubsub> not into <publish>
|
Daniel Gultsch |
2016-02-13 |
mod_cloud_notify: Wrap notification form in <item>
|
Kim Alvefur |
2015-10-23 |
mod_cloud_notify: Send notification from bare user JID per http://xmpp.org/extensions/xep-0357.html#publishing
|
Kim Alvefur |
2015-10-23 |
mod_cloud_notify: Save list of push services
|
Kim Alvefur |
2015-10-23 |
mod_cloud_notify: Make inclusion of message sender and body optional via config option
|
Kim Alvefur |
2015-10-14 |
mod_cloud_notify: Add some comments describing code blocks
|
Kim Alvefur |
2015-10-14 |
mod_cloud_notify: Allow the 'node' to be left out when disabling, clients MAY include it (and therefore leave it out)
|
Kim Alvefur |
2015-10-14 |
mod_cloud_notify: Fix syntax errors and name
last-google-code-commit
base
mod_cloud_notify/mod_mobile_notify.lua@af5b05824524
|
Kim Alvefur |
2015-08-24 |