apprise/apprise
Chris Caron 0b26d1c884
Rocket.Chat basic message structure fix (#419)
You only can send alias and avatar properties if your user has the bot role. We implement this rule to avoid users to impersonate other users. - quoted from Rocket.Chat website

This update accounts for this restriction
2021-08-08 11:44:12 -04:00
..
assets new logo and working code examples simplified 2020-06-09 17:22:47 -04:00
attachment Added limited type stubs for mypy (#402) 2021-07-19 16:26:38 -04:00
config Fixed argument parsing within YAML files (#404) 2021-07-28 13:17:16 -04:00
i18n bumped version to v0.9.3 2021-05-16 14:40:58 -04:00
plugins Rocket.Chat basic message structure fix (#419) 2021-08-08 11:44:12 -04:00
py3compat Implemented a new async_notify() method (#397) 2021-07-01 14:09:20 -04:00
__init__.py bumped version to v0.9.3 2021-05-16 14:40:58 -04:00
Apprise.py Implemented a new async_notify() method (#397) 2021-07-01 14:09:20 -04:00
Apprise.pyi Added limited type stubs for mypy (#402) 2021-07-19 16:26:38 -04:00
AppriseAsset.py Added support for interpretable escapes via CLI (#349) 2021-01-31 17:15:18 -05:00
AppriseAsset.pyi Added limited type stubs for mypy (#402) 2021-07-19 16:26:38 -04:00
AppriseAttachment.py Added additional security for attachment handling (#300) 2020-09-21 11:26:02 -04:00
AppriseAttachment.pyi Added limited type stubs for mypy (#402) 2021-07-19 16:26:38 -04:00
AppriseConfig.py Added bulletproofing to configuation parsing (#282) 2020-08-27 17:45:25 -04:00
AppriseConfig.pyi Added limited type stubs for mypy (#402) 2021-07-19 16:26:38 -04:00
AppriseLocale.py ValueError unknown locale error fix (#128) 2019-06-18 20:29:03 -04:00
cli.py Added support for interpretable escapes via CLI (#349) 2021-01-31 17:15:18 -05:00
common.py Added additional security for attachment handling (#300) 2020-09-21 11:26:02 -04:00
common.pyi Added limited type stubs for mypy (#402) 2021-07-19 16:26:38 -04:00
logger.py LogCapture() class for those wishing to capture notification output (#311) 2020-10-13 14:27:42 -04:00
py.typed Added limited type stubs for mypy (#402) 2021-07-19 16:26:38 -04:00
URLBase.py Refactored the way phone numbers are managed (#408) 2021-07-28 10:32:10 -04:00
URLBase.pyi Added limited type stubs for mypy (#402) 2021-07-19 16:26:38 -04:00
utils.py Refactored the way phone numbers are managed (#408) 2021-07-28 10:32:10 -04:00