Chris Caron
|
3cc060f3ea
|
Added Flock Notification Support
|
6 years ago |
Chris Caron
|
6a8099c6f7
|
better handling of text variable
|
6 years ago |
Chris Caron
|
b2d5c9ae09
|
Slack Notification plugin to honor url format arg
|
6 years ago |
Chris Caron
|
28e490ab67
|
Merged Matrix Webhook functionality with server config; refs #80
|
6 years ago |
Chris Caron
|
426092cf3f
|
Merge pull request #87 from caronc/dynamic-notify-loader
Dynamic module loading; just drop in plugins and configs now
|
6 years ago |
Chris Caron
|
96064cff25
|
Dynamic module loading; just drop in plugins now
|
6 years ago |
Chris Caron
|
2d5fe7ac7a
|
Merge pull request #86 from caronc/85-yaml-warning-fix
Fixed warning issued on pyYAML v5.1+; refs #86
|
6 years ago |
Chris Caron
|
16635a8d8f
|
Fixed warning issued on pyYAML v5.1+
|
6 years ago |
Chris Caron
|
240785b2d2
|
Merge pull request #84 from BramCeulemans/master
Fix color for Discord webhook embed API
|
6 years ago |
Bram Ceulemans
|
901a69e0f4
|
Removed whitespace on empty line
|
6 years ago |
Bram Ceulemans
|
c8d83565f4
|
Fix color for Discord webhook embed API
|
6 years ago |
Chris Caron
|
764aa5393f
|
remove shebang so rpmlint doesn't produce an error
|
6 years ago |
Chris Caron
|
c8778e9a00
|
Merge pull request #83 from caronc/23-gotify-support
Added Gotify Support; refs #23
|
6 years ago |
Chris Caron
|
d2262e9167
|
Added Gotify Support; refs #23
|
6 years ago |
Chris Caron
|
de32a69669
|
improved cli help message
|
6 years ago |
Chris Caron
|
bff390255e
|
incremented version to 0.7.4
|
6 years ago |
Chris Caron
|
b5b95543a2
|
Merge pull request #81 from caronc/80-matrix-refactored
Complete refactoring of entire Matrix plugin; refs #80
|
6 years ago |
Chris Caron
|
6b875ac093
|
Complete refactoring of entire Matrix plugin; refs #80
|
6 years ago |
Chris Caron
|
741d244c5a
|
escape_html bulletproofing
|
6 years ago |
Chris Caron
|
268d11f181
|
title handling and bulletproofing
|
6 years ago |
Chris Caron
|
643dc3f561
|
updated granularity of logging - include warning
|
6 years ago |
Chris Caron
|
5c2ceef410
|
don't parse files that are simply not there via CLI
|
6 years ago |
Chris Caron
|
838370f441
|
Updated README to reference tagging and fixed typos
|
6 years ago |
Chris Caron
|
edf6d36c7d
|
Merge pull request #79 from caronc/55-support-configuration-files
Add support for YAML and TEXT Configuration Files; refs #55
|
6 years ago |
Chris Caron
|
923743fd4b
|
updated README to reflect new configuration file handling
|
6 years ago |
Chris Caron
|
1f9daeaa2b
|
Config file support added for http & file (yaml); refs #55
|
6 years ago |
Chris Caron
|
0ab86c2115
|
Config file support added for http & file (text); refs #55
|
6 years ago |
Chris Caron
|
d329f8cdcd
|
Merge pull request #77 from caronc/75-gnome-notify-namepace-bulletproofing
Handle ValueError Exception via Gnome import; refs #75
|
6 years ago |
Chris Caron
|
81b6e7a212
|
handle ValueError Exception via Gnome import; refs #75
|
6 years ago |
Chris Caron
|
e61d9ddab3
|
Merge pull request #76 from caronc/75-bug-gdk-gnome-exception
Handle ValueError Exception via Dbus import; refs #75
|
6 years ago |
Chris Caron
|
9f1f2059d9
|
handle ValueError Exception via Dbus import; refs #75
|
6 years ago |
Chris Caron
|
40cb91df5e
|
IFTTT requires upstream payload entries to be lowercase
|
6 years ago |
Chris Caron
|
ef05cb682b
|
default message size re-adjusted to what is documented
|
6 years ago |
Chris Caron
|
8e284f159f
|
random test failing on split() fix
|
6 years ago |
Chris Caron
|
c6cf06e6f8
|
Merge pull request #74 from caronc/api-improvements
API Improvements, Overflow support, Throttling Refactored, IFTTT Refactored, and +/- Params Support
|
6 years ago |
Chris Caron
|
9bd0144112
|
experimented with sphinx function inline doc
|
6 years ago |
Chris Caron
|
75bde9d2a7
|
travis-ci set to run pep8 tests as part of CI
|
6 years ago |
Chris Caron
|
eb4c83f3f8
|
NotifyBase() home of notify(); calls send() in children
|
6 years ago |
Chris Caron
|
7d9715aa5a
|
refactored and drastically improved throttling functionality
|
6 years ago |
Chris Caron
|
00d1c9b958
|
IFTTT refactoring docs updated
|
6 years ago |
Chris Caron
|
b1133be85b
|
refactored how +/- prefixed url arguments are handled
|
6 years ago |
Chris Caron
|
cdd72086ee
|
Implimented overflow support (upstream, truncate, and split)
|
6 years ago |
Chris Caron
|
0d56da9ac8
|
added service.url(), apprise.urls(), iter support and pop()
|
6 years ago |
Chris Caron
|
b9be82c1b2
|
incremented version to 0.7.3
|
6 years ago |
Chris Caron
|
9e2f0a3f68
|
increment version to 0.7.0
|
6 years ago |
Chris Caron
|
ab306dc74b
|
Merge pull request #70 from kphatak/Issue-69-headers
Adding HTTP Headers Support for JSON and XML; refs #69
|
6 years ago |
Kaustubh Phatak
|
0f2524cc90
|
Update .gitignore
|
6 years ago |
Kaustubh Phatak
|
761291e65c
|
Issue 69: Tests for Headers support
|
6 years ago |
Kaustubh Phatak
|
753e36feab
|
Issue 69: Adding Headers Support for JSON and XML
|
6 years ago |
Chris Caron
|
ef76996826
|
Merge pull request #68 from caronc/54-ryver-notifications
Added Ryver support; refs #54
|
6 years ago |