Commit Graph

760 Commits

Author SHA1 Message Date
Chris Caron
34e52e5d92
Switch License to BSDv2 (from v3) as it's less restrictive (#976) 2023-10-13 17:08:01 -04:00
Chris Caron
8e54bba4a7 updated handling of parse_url secure flag check 2023-10-08 16:44:46 -04:00
Chris Caron
480d0e0bbc
URLBase() supports calls to url() for generic responses (#973) 2023-10-08 14:15:58 -04:00
Chris Caron
902f39cd58
Twitter supports x:// to align with it's new re-branding (#971) 2023-10-08 08:56:00 -04:00
Chris Caron
ae0c412b41
Notifiarr Support (#953) 2023-10-07 17:40:41 -04:00
Chris Caron
be73b03a98 type-o fixed in LICENSE 2023-10-07 17:22:49 -04:00
Chris Caron
fdc85f502d
Group/Alias Configuration Support (#967) 2023-10-07 17:01:06 -04:00
Chris Caron
c34a44fe5f
MSG91 Complete Refactor to Accommodate Upstream Changes (#966) 2023-10-06 16:30:57 -04:00
Chris Caron
7326c7e08b
Refactored Pushover to better handle devices (less remote queries) (#964) 2023-10-01 09:49:50 -04:00
Chris Caron
b1032226ee
Dropped Novu Sponsor Reference (#960) 2023-09-22 20:10:55 -04:00
Chris Caron
e9c4de4020
Fixed Email password handling when user= specified (#947) 2023-09-17 13:35:17 -04:00
Chris Caron
1b2d1ca824
MQTT Service logs a successful transmission (#946) 2023-09-10 16:17:33 -04:00
Chris Caron
15e16ad53a
Custom XML Service improvements using params (#945) 2023-09-10 11:36:23 -04:00
Peter Dave Hello
f6f73b69b8
Minimize apt installed packages in Dockerfile (#943)
Use `apt-get install` with `--no-install-recommends` to void unnecessary
packages, and manually add `dbus` package to prevent build failure with
command `pip install --no-cache-dir dbus-python PyGObject` like below:

> #0 22.28       Program dbus-run-session found: NO
> #0 22.28
> #0 22.28       ../test/meson.build:72:19: ERROR: Program 'dbus-run-session' not found or not executable
2023-09-09 14:22:51 -04:00
Chris Caron
f799066e0f
Custom JSON wrapper updated to properly remap keys (#920) 2023-09-09 14:20:48 -04:00
Chris Caron
e2f619846d added Fedora 39 and Rawhide Docker files for testing 2023-09-09 11:18:46 -04:00
Chris Caron
524c1e9d4b
EPEL RPM Spec update to build on koji server (#936) 2023-09-09 11:00:29 -04:00
Peter Dave Hello
b34654bc3f
Clean up apt lists after installation in Dockerfile (#940) 2023-09-04 14:43:34 -04:00
Peter Dave Hello
f84d604a22
Use pip install with --no-cache-dir inside Docker (#939) 2023-09-04 08:19:28 -04:00
Chris Caron
be3baed7e3 Default file attachment size restriction increased to 1GB 2023-08-27 16:54:21 -04:00
Chris Caron
5f9752b0a5 bumped version to v1.5.0 2023-08-27 13:20:35 -04:00
Chris Caron
ff6b3cc600 reporting improved when an instantiation test fails 2023-08-27 13:19:36 -04:00
Chris Caron
c41e7e6374 Fixed ResourceWarning: unclosed file with macosx 2023-08-27 12:56:55 -04:00
Chris Caron
f82934a815
Prevent gettext() from installing to global _ namespace (#821) 2023-08-21 20:11:26 -04:00
Chris Caron
31caff1ac9
PushMe Support Added (#928) 2023-08-20 10:59:21 -04:00
Chris Caron
5fd568fa35
Handled Py11 getdefaultlocale() deprecation warnings (#754) 2023-08-20 00:20:46 -04:00
Chris Caron
e46f8fec1d
Split rsyslog:// and syslog:// into their own services (#930) 2023-08-19 21:33:57 -04:00
Chris Caron
f55032a2ec
Added support for serialization via pickle library (#929) 2023-08-19 17:14:44 -04:00
Chris Caron
de4701f780
Gitter Support Removed (available through Matrix) (#924) 2023-08-19 14:26:44 -04:00
Chris Caron
44576a5ced
Discord now supports href= (and alias url=) arguments (#927) 2023-08-19 14:13:36 -04:00
Chris Caron
207db69e1a
Added Matrix Attachment support (#921) 2023-08-13 20:00:34 -04:00
Chris Caron
c56d4c500d
Drop PyPy unit testing - improves consistency (#922) 2023-08-12 18:34:16 -04:00
Chris Caron
3d16cbf3d3
Title & body not required if attachment specified (#916) 2023-08-12 16:32:07 -04:00
Chris Caron
236e67f497 more wiggle room on sometimes failing test 2023-08-07 13:59:12 -04:00
Chris Caron
cd970843a3
details() consistency update for SNS and SES services (#919) 2023-08-07 13:30:22 -04:00
Chris Caron
a4a5141226 scripts to run using /bin/bash, not /bin/sh 2023-08-07 13:21:19 -04:00
Chris Caron
768b38434b
Removed formatting of title when not blended with body (#914) 2023-07-22 16:22:37 -04:00
Small_Ke
01f757d6a1
Added PushDeer Support (#904) 2023-07-14 05:16:49 -04:00
Chris Caron
d674b6a0f0
Added Pushy Support (#902) 2023-07-09 17:36:41 -04:00
Chris Caron
d7a5a60508 Reddit RateLimit variables should be unique per instance 2023-07-09 14:41:39 -04:00
Chris Caron
a94700b0eb
Discord Rate Limiting (429 Error code) handling (#901) 2023-07-09 14:38:40 -04:00
Chris Caron
78f5693382 bumped version to v1.4.5 2023-07-06 20:34:07 -04:00
Chris Caron
4cda4bf59e
Correctly handle Matrix URLs that do not define a port (#900) 2023-07-06 19:46:42 -04:00
Chris Caron
2b57c5dc34
Added WhatsApp Support (#885) 2023-07-01 17:14:46 -04:00
Chris Caron
e0f42d291a
Burst SMS Support Added (#898) 2023-07-01 16:38:52 -04:00
cdkl
f1d0e9b5ec
Add custom sound support to Pushover (#843) 2023-07-01 12:50:06 -04:00
Chris Caron
276da2ef79
Ntfy inline images are now correctly displayed (#892) 2023-07-01 12:19:41 -04:00
Chris Caron
b6e07dd35e
Bugfix: Telegram attachments respect topic thread (#893) 2023-06-24 16:33:48 -04:00
Chris Caron
ab55aef0d0
Inconsistent Notification Plugin Information Cleanup (#889) 2023-06-24 15:25:05 -04:00
Ville Skyttä
3d36108446
Use aware UTC datetimes internally (#887)
In lieu of Python v3.12 deprecation warnings
2023-06-14 16:39:34 -04:00