log mod_cloud_notify/mod_cloud_notify.lua @ 4477:8df6cc648963

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