Commit Graph

906 Commits

Author SHA1 Message Date
Q01
e9020e6f74 Bark - add critical level alert plus ?volume= argument (#1239) 2024-11-30 18:52:59 -05:00
c49e2127c2 Matrix Long Lived Token: Don't logout, and use UUIDv4 for transactionIds (#1249) 2024-11-30 17:11:19 -05:00
9e301df438 Add sms provider seven (#1242) 2024-11-27 04:37:44 -05:00
f17df458cd Matrix: Allow client API authorization with token parameter (#1236) 2024-11-22 12:56:18 -05:00
5441c15a1e Improved hostname verification (#1243) 2024-11-20 16:26:45 -05:00
f37dfbf5a1 Unpin paho-mqtt version (#1238)
The new update to paho-mqtt, version 2.1.0, fixed the backward incompatible callback
signature problem by defaulting the callback type to paho-mqtt V1 style callbacks.
This means that packages can upgrade to paho-mqtt 2.1.0 or leave it at <2.0.0 without
any software changes.

This was originally pinned with #1065.
2024-11-15 04:06:55 -05:00
01c1082ad8 CLI environment variable over-ride support (#1231) 2024-10-27 14:02:19 -04:00
1065c021d3 improved voipms:// phone number parsing (#1230) 2024-10-27 10:41:11 -04:00
78f16adbb9 Remove Boxcar due service shutdown upstream (#1222) 2024-10-10 23:39:39 -04:00
09bcb4a446 Removed python-xdist development dependency / not used (#1223) 2024-10-10 23:38:34 -04:00
19c0d8adb5 Dropped Python v3.7 GH Action Deprecated Test Support (#1224) 2024-10-10 23:27:12 -04:00
4cf74bea44 Fix logging statement in test run function (#1220) 2024-10-06 13:28:20 -04:00
ec368e293a Eliminated non-essential warning log in mailto:// parsing (#1216) 2024-10-03 22:37:25 -04:00
130edde6ca Added disclaimer for AES-CBC-128 weakness with simplepush:// (#1215) 2024-10-03 22:11:53 -04:00
f656069e4a Support for PGP Email Support (DeltaChat Compatible) (#1205) 2024-10-03 21:09:58 -04:00
f6c48d066b Matrix Well Known URI Server Discovery (#1198) 2024-09-16 17:23:05 -04:00
f35145e899 Remove duplicate entry for Burst SMS in README.md (#1204) 2024-09-14 20:04:55 -04:00
56bcbf5f45 Plivo Support (#143) 2024-09-14 20:00:47 -04:00
09cd2b6de6 bumped version to v1.9.0 v1.9.0 1.9.0 2024-09-02 13:33:29 -04:00
0d19db862d cli errors leverage click output and suggest --help 2024-09-02 12:54:53 -04:00
1a2eecc448 Missed Dockerfile tidying ref #948 2024-09-02 12:45:59 -04:00
fa6d4e6743 Persistent storage code tidying (#1199) 2024-09-02 12:29:06 -04:00
1dc22e1dd6 smaller rpm build docker containers; ref #948 2024-09-02 12:25:53 -04:00
e3e34c4211 WxPusher Support Added (#1135) 2024-08-29 18:09:15 -04:00
98fb4865fc Refactored base64 attachment handling (#1191) 2024-08-27 18:58:56 -04:00
ca50cb7820 SendGrid Attachment Support Added (#1190) 2024-08-27 16:32:52 -04:00
3cb270cee8 Documentation and CLI Tidying (#1187) 2024-08-24 19:12:23 -04:00
9addff8cfb mqtt:// support for publishing retain flag (#1185) 2024-08-23 16:14:42 -04:00
827db528d0 Persistent Storage (#1131) 2024-08-22 21:44:14 -04:00
5cee11ac84 Escape unsupported Telegram MarkdownV2 characters if required (#1181) 2024-08-05 16:49:05 -04:00
1ee08d14fe Fixed mattermost channel handling (#1180) 2024-08-05 11:28:49 -04:00
47540523e0 Fix Telegram Thread/Topic handling (#1177)
* Fix Telegram Thread/Topic handling

* fixed test coverage
2024-07-28 12:23:59 -04:00
65f9caed87 Fix typo in readme (#1176)
I assume the L is missing by mistake
2024-07-26 04:31:39 -04:00
6dafecdb19 bumped version to v1.8.1 v1.8.1 2024-07-25 20:19:02 -04:00
a0328274f3 Microsoft Power Automate / Workflows Support (#1172)
Co-authored-by: Toby Coleman <toby-coleman@users.noreply.github.com>
2024-07-25 17:33:25 -04:00
9620901afc #1170 allow json data in OneSignal template arguments (#1171)
Co-authored-by: phantom <phantom@sictamil.com>
2024-07-22 18:26:28 -04:00
1e4b4355ce Twilio WhatsApp support added (#1173) 2024-07-22 18:23:39 -04:00
7efb6c5132 Added Africas Talking Support (#1167) 2024-07-18 11:59:30 -04:00
313a70bf58 setup.py deprecation workaround with --use-pep517 (#1168) 2024-07-17 21:19:20 -04:00
e30adb4dee fix: conversion html_to_text hr tags rstrip non string object (#1162)
Co-authored-by: Fabio Lucattini <f.lucattini@desys.it>
2024-07-17 15:45:56 -04:00
ddb5b52d17 Fixes random matrix:// unittest failures (#1166) 2024-07-17 15:41:58 -04:00
d22ce8d5b7 OneSignal to support custom data in payload (#1163)
Co-authored-by: phantom943 <105282577+phantom943@users.noreply.github.com>
2024-07-16 16:16:26 -04:00
631ce107cd Refactored the way Notifiarr Discord users are mentioned (#1153) 2024-07-10 06:11:58 -04:00
e053484fd1 Update spelling mistake in streamlabs logging (#1160)
occured -> occurred
2024-07-10 06:11:03 -04:00
bca25c9ece Dropped Python v3.6 (and EPEL8) support (#1155) 2024-07-06 19:51:23 -04:00
75660322f4 Add missing % string in import failed trace message (#1151) 2024-07-02 16:40:04 -04:00
6733953cc2 Fixed series of PEP8 E502 errors surfacing in Python 3.11 flake8 checks (#1149) 2024-07-01 22:13:46 -04:00
35ed4d266e Update token regex (#1148)
The new version of the token contains the - sign
2024-07-01 19:57:24 -04:00
4b4a983750 SFR Documentation cleanup 2024-06-11 16:07:53 -04:00
3896b4a3e8 Add Société Française du Radiotéléphone (SFR) Support (#1132) 2024-06-09 16:44:44 -04:00