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 |