Commit Graph

317 Commits

Author SHA1 Message Date
SeanOMik 265990c6b4
add gotify support 2023-06-16 23:59:48 -04:00
Amethyst Reese 23d84678de Update names, url, and copyright 2022-08-23 22:45:13 -07:00
John Reese b203070196
Merge pull request #261 from nyuszika7h/strip-formatting
Strip IRC formatting codes from messages
2021-06-06 20:06:53 -07:00
nyuszika7h f2865a1ceb Strip IRC formatting codes from messages
Closes #88.
2021-05-30 13:21:16 +02:00
John Reese 21c4da3b31
Merge pull request #259 from mcrute/igloo-second-device
Add Igloo support for second device
2021-05-05 21:57:04 -07:00
Mike Crute fbdd3608a1 Add Igloo support for second device 2021-05-05 21:54:22 -07:00
John Reese 7f5529cde2
Merge pull request #258 from mcrute/add-igloo
Add Igloo push support
2021-05-03 17:57:52 -07:00
Mike Crute 9a23f6dfd0 Add Igloo push support 2021-05-03 01:40:14 +00:00
John Reese 4243934d5b
Merge pull request #253 from phit/patch-1
Update Discord Webhook
2020-10-19 21:03:41 -07:00
Philip T 15ac8cc3fb
Update Discord Webhook
the old domain will be shutdown November 7th, see https://github.com/discord/discord-api-docs/issues/1585
2020-10-03 00:18:41 +02:00
dgw 78d0385f95
Merge pull request #213 from Georgiy-Tugai/patch-1
Fix highlight match behaviour
2019-05-21 03:12:03 -04:00
John Reese 68850f02c3
Merge pull request #246 from Jonher937/patch-1
NMA is no longer operational
2019-03-23 10:42:36 -07:00
Jonathan Herlin a667a90c0f References in readme 2019-03-23 13:12:00 +01:00
Jonathan Herlin 321a166dca Remove code for NMA 2019-03-23 13:11:01 +01:00
Jonathan Herlin fa4d2306dd
NMA is no longed operational
NMA is no longer operational [link](https://www.reddit.com/r/Android/comments/8l0cim/notify_my_android_is_dead/)
2019-03-23 12:18:49 +01:00
John Reese 5f95488421
Merge pull request #243 from dgw/push-on-notice
Add notice handling
2018-10-30 10:27:49 -07:00
dgw 601efce52c Add notice handling
* Update idle time when the user sends a notice
* Send incoming channel & private notices through the existing
  notification pipeline

Does not add any special handling of notices vs. regular PRIVMSGs or
ACTIONs; all three message types will appear the same.
2018-10-30 02:29:31 -05:00
John Reese 0a36b1cf96
Merge pull request #239 from jaredledvina/patch-1
Makefile - Escape version a bit more
2018-08-27 12:38:08 +10:00
Jared 4f69d4874d
Makefile - Escape version a bit more
Closes #212
2018-08-26 14:21:09 -04:00
John Reese d2cf0d3a95
Merge pull request #237 from raimue/message-escape
Add new option message_escape
2018-03-29 13:41:41 -07:00
John Reese ca66f397ba
Merge pull request #236 from raimue/curl-result
Check HTTP status code with libcurl
2018-03-29 13:39:29 -07:00
Rainer Müller 8291d4ee92 Document message_escape option
Also add a configuration example for the Telegram service.
2018-03-28 11:57:14 +02:00
Rainer Müller 11f0eb672e Add new option message_escape
Allow to escape the keyword replacements before they are put into
message_content with any of the ZNC supported formats. An unknown
value will leave the string unmodified.
2018-03-28 11:57:14 +02:00
Rainer Müller 904a784bd8 Check HTTP status code with libcurl
HTTP signals success with a 2xx status code. This assumes all services
return a code in this range for successful API requests.
2018-03-28 11:16:56 +02:00
John Reese e077fd97db Merge pull request #235 from Stonebound/feature/discord
added discord.gg support via webhook
2017-07-21 19:21:08 -04:00
phit f79e8ea8fb
small typo 2017-07-21 02:13:49 +02:00
phit 98a558cf56
added Discord support 2017-07-21 02:08:59 +02:00
John Reese ad20898554 Merge pull request #233 from dgw/safe-blank-user
Don't crash when sending a push when user has no networks
2017-06-29 20:25:54 -07:00
dgw 3477d71f6f Don't crash when sending a push when user has no networks
Fixes #231
2017-06-29 04:34:57 -05:00
AConsolePeasant aa4c576a2b Small README.md Improvments (#230)
* Add Setup Guides to README.md

Seriously, I setup all of the telegram thing wrong because the guide isn't in the readme :\

* Reverting changes from before, updating installation

* remove extra lines

They were blank.

* remove extra space

holy crap
2017-06-01 10:14:38 -07:00
John Reese dcb1939b85 Merge pull request #227 from dgw/issue-226
Tweak {message} to remove unexpected extra text
2017-04-03 16:35:31 -07:00
dgw d3637c4857 Tweak {message} to remove unexpected extra text
Resolves #226
2017-04-01 02:22:38 -04:00
John Reese 27dbd7e628 Merge pull request #222 from appzer/master
add Pushsafer notification service
2017-03-03 10:00:36 -08:00
Kevin Siml 1cbc4f1357 Update README.md 2017-02-27 14:17:46 +01:00
Kevin Siml 333a401e79 Update push.cpp 2017-02-27 09:16:41 +01:00
Kevin Siml a432dbf449 Update push.cpp 2017-02-26 23:10:46 +01:00
Kevin Siml 4bf46901fa Update README.md 2017-02-26 23:08:47 +01:00
Kevin Siml 31721d1eca Update push.cpp 2017-02-26 22:32:26 +01:00
John Reese ed0263249a Fix context filtering to case insensitivity 2017-01-09 12:53:05 -08:00
Georgiy Tugai e5b8fc0964 Fix highlight match behaviour
Documentation states that, in the 'highlight' field, both positive and negative matches terminate the search.
This patch brings znc-push's behaviour in line with said documentation.
2016-12-14 01:53:30 +10:30
John Reese cf08b9e0f4 Merge pull request #210 from jreese/revert-191-master
Revert "Fix pushbullet device_iden parameter."
2016-10-12 14:12:49 -07:00
John Reese b552972820 Revert "Fix pushbullet device_iden parameter." 2016-10-12 14:09:53 -07:00
John Reese 4d1cc97641 Merge pull request #208 from mat128/slack
Add Slack to README
2016-10-04 13:44:11 -07:00
Mathieu Mitchell 3cd832469f Add Slack to README
Currently, Slack is supported by the codebase, but support for it is not
indicated in the README.

Help future readers by adding it to the readme as an officially
supported service.
2016-10-04 07:52:53 -04:00
John Reese 2922c91255 Merge pull request #206 from dgw/rip-airgram
Airgram has vanished from the face of the Internet
2016-09-24 11:35:39 -07:00
dgw 098b777846 Purge Airgram from documentation as well 2016-09-24 02:30:01 -05:00
dgw 645f0fe555 Airgram has vanished from the face of the Internet
See #205.
2016-09-23 03:32:42 -05:00
John Reese d5908dc7a0 Merge pull request #203 from rubinlinux/patch-1
There is an easier way to obtain your chat_id
2016-08-19 17:30:55 -04:00
Rubin 91c8842749 There is an easier way to obtain your chat_id 2016-08-19 13:17:10 -07:00
John Reese ca11c9b100 Merge pull request #202 from jessesung/telegram
Add support for sending notifications via Telegram
2016-07-28 15:30:38 -04:00