Commit Graph

328 Commits

Author SHA1 Message Date
Chris Caron
d5dfbf74fa
Token details + internationalization (i18n) support; refs #59 2019-05-29 20:07:05 -04:00
Chris Caron
4c375c8a05
Added sound support to Pushover Notifications; refs #113 2019-05-28 16:38:26 -04:00
Chris Caron
554c7f0b10
Rocket.Chat Refactored for Webhook Support; refs #107 2019-05-21 21:50:50 -04:00
Chris Caron
ac56a409a0
Added default configuration paths for Microsoft users (#111) 2019-05-14 16:54:45 -04:00
Chris Caron
9a26de53c3 disabled logging for subsequent tests 2019-05-13 21:03:42 -04:00
Chris Caron
51a5ce344a
Support Slack URLs missing channel references (#108) 2019-05-11 15:02:56 -04:00
Chris Caron
333926c359 grammar reference cleaned up 2019-05-09 10:16:48 -04:00
Chris Caron
55fb17280e
Added Twilio Support (#106) 2019-05-09 10:06:20 -04:00
Chris Caron
28b67d42f3
Better handling of multiple URLs delimited by space/comma 2019-04-27 23:21:35 -04:00
Chris Caron
25f5066e27
Added Mailgun support; refs #101 2019-04-27 17:41:20 -04:00
Chris Caron
22735babea added missing assert check 2019-04-26 21:09:37 -04:00
Chris Caron
68c8a0e6f0
Merge pull request #102 from caronc/101-bugfix-custom-email-userid
Custom SMTP usernames (credentials) to support email addresses
2019-04-25 21:47:15 -04:00
Chris Caron
2c080d7269 fixed bug preventing email as userid for custom emails; refs #101 2019-04-25 21:28:38 -04:00
Chris Caron
f86974aa25 setup.py keyword and meta ref updates 2019-04-25 19:46:24 -04:00
Chris Caron
29ce9e6e23 dropped patreon and added beerpay shield 2019-04-21 12:01:19 -04:00
Chris Caron
7621a57b34 bumped version to v0.7.6 2019-04-16 19:40:41 -04:00
Chris Caron
2b0af9b2de
Merge pull request #100 from caronc/99-config-file-detection
Auto-loading of configuration file bugfix; refs #99
2019-04-10 20:21:58 -04:00
Chris Caron
6a9faffb0b configuration file reading bugfix; refs #99 2019-04-10 17:28:07 -04:00
Chris Caron
2357395c61 changes/cleanup to rpm spec file 2019-04-07 22:15:25 -04:00
Chris Caron
04079f6f6d incremented version to 0.7.5 2019-04-07 13:07:35 -04:00
Chris Caron
ba8cda5a52
Merge pull request #98 from caronc/95-cisco-webex-teams-support
Cisco Webex Teams Notification Support
2019-04-07 10:34:07 -04:00
Chris Caron
4e35d5fe48 Cisco Webex Teams Notification Support; refs #95 2019-04-07 09:23:55 -04:00
Chris Caron
b809b24aad verify= included in url() response 2019-04-06 00:43:02 -04:00
Chris Caron
5997f6d6c5
Merge pull request #97 from caronc/logging-customization
Added deprecate and trace logging directives
2019-04-05 22:56:37 -04:00
Chris Caron
e961701729
Merge pull request #96 from caronc/94-microsoft-teams-support
Microsoft Teams Notification Support; refs #94
2019-04-05 22:32:55 -04:00
Chris Caron
4a86a724b0 Microsoft Teams Notification Support; refs #94 2019-04-05 22:16:22 -04:00
Chris Caron
de5c5e4331 Added deprecate and trace logging directives 2019-04-05 19:57:48 -04:00
Chris Caron
02dd6dd8b3 test to verify no double url str escaping occurs 2019-04-03 20:27:59 -04:00
Chris Caron
91f0360e0d
Merge pull request #93 from caronc/normalize-plugin-variables
normalize plugin classes mass code cleanup
2019-03-31 15:24:56 -04:00
Chris Caron
842de28191 normalize plugin classes mass code cleanup 2019-03-31 15:10:08 -04:00
Chris Caron
ec46c4322e formatting and typo's in README.md fixed 2019-03-29 00:12:12 -04:00
Chris Caron
c9b957c434
Merge pull request #92 from caronc/gitter-notification
Added Gitter Notification Support
2019-03-26 21:23:44 -04:00
Chris Caron
1c757d8032 Gitter Notification Support 2019-03-26 21:11:23 -04:00
Chris Caron
0ea2782148
Merge pull request #91 from caronc/external-packaging-support
Preparation for Fedora and EPEL packaging
2019-03-25 21:00:38 -04:00
Chris Caron
b7a661e04a Preparation for Fedora and EPEL packaging 2019-03-25 20:46:41 -04:00
Chris Caron
bc363efa56 added discord server & link fix in README 2019-03-22 20:27:56 -04:00
Chris Caron
b4867c7a05
Merge pull request #90 from caronc/40-xmpp-notification-support
XMPP Notification Support; refs #40
2019-03-22 18:42:58 -04:00
Chris Caron
ab2bd92aed XMPP Notification Support; refs #40 2019-03-21 21:20:28 -04:00
Chris Caron
f7ec30bffe removed duplicate flock:// reference 2019-03-18 18:00:52 -04:00
Chris Caron
27c793d301
Merge pull request #88 from caronc/80-matrix-refactoring-part-two
Merged Matrix Webhook functionality with server config; refs #80
2019-03-18 12:12:38 -04:00
Chris Caron
3cc060f3ea Added Flock Notification Support 2019-03-17 19:57:01 -04:00
Chris Caron
6a8099c6f7 better handling of text variable 2019-03-17 15:44:08 -04:00
Chris Caron
b2d5c9ae09 Slack Notification plugin to honor url format arg 2019-03-17 15:42:17 -04:00
Chris Caron
28e490ab67 Merged Matrix Webhook functionality with server config; refs #80 2019-03-17 15:38:45 -04:00
Chris Caron
426092cf3f
Merge pull request #87 from caronc/dynamic-notify-loader
Dynamic module loading; just drop in plugins and configs now
2019-03-16 23:58:38 -04:00
Chris Caron
96064cff25 Dynamic module loading; just drop in plugins now 2019-03-16 23:35:06 -04:00
Chris Caron
2d5fe7ac7a
Merge pull request #86 from caronc/85-yaml-warning-fix
Fixed warning issued on pyYAML v5.1+; refs #86
2019-03-16 13:03:31 -04:00
Chris Caron
16635a8d8f Fixed warning issued on pyYAML v5.1+ 2019-03-16 12:48:56 -04:00
Chris Caron
240785b2d2
Merge pull request #84 from BramCeulemans/master
Fix color for Discord webhook embed API
2019-03-15 21:55:24 -04:00
Bram Ceulemans
901a69e0f4 Removed whitespace on empty line 2019-03-15 22:10:25 +01:00