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
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
Wen-chien Jesse Sung
6e59c03009
Update documents for telegram
...
Signed-off-by: Wen-chien Jesse Sung <jesse@cola.voip.idv.tw>
2016-07-27 16:24:11 +08:00
Wen-chien Jesse Sung
c01d078806
Support telegram
...
Signed-off-by: Wen-chien Jesse Sung <jesse@cola.voip.idv.tw>
2016-07-27 15:34:44 +08:00
John Reese
3c6a6a5ead
Merge pull request #201 from JDogHerman/patch-1
...
Invalid option name error on Show Me Everything
2016-07-19 20:20:47 -05:00
Justin Herman
94470a959a
Invalid option name error on Show Me Everything
...
Changed query_condition to query_conditions.
set query_condition nick_blacklist
<*push> Error: invalid option name
2016-07-19 11:42:25 -04:00
John Reese
ca77935496
Merge pull request #199 from faxm0dem/fix/curl-queryparam
...
Fix libcurl implementation when using query params
2016-05-06 14:36:45 -07:00
Fabien Wernli
d49837056e
Fix libcurl implementation when using query params
...
Query parameters were silently dropped
Fixes #195
2016-04-01 14:53:44 +02:00
John Reese
46148fc081
Add Travis badge to readme
2016-02-24 12:39:01 -08:00
John Reese
5553b812e4
Build with and without libcurl, let gcc build fail
2016-02-24 12:18:56 -08:00
John Reese
a7353cfad8
Add initial travis CI build config
2016-02-24 10:47:54 -08:00
John Reese
fa10bad8c9
Fix #194 : Move url/message_uri to correct location
2016-02-24 09:49:03 -08:00
John Reese
366a804638
Merge pull request #192 from Naine/master
...
Fix my previous fix.
2016-02-18 23:07:52 -08:00
Naine
d749141f17
Fix my previous fix.
2016-02-19 17:04:59 +11:00
John Reese
aaa148feb5
Merge pull request #191 from jesopo/master
...
Fix pushbullet device_iden parameter.
2016-02-18 19:11:13 -08:00
John Reese
edfde596f0
Merge pull request #190 from Naine/master
...
Fix negative matching/filtering
2016-02-18 19:10:34 -08:00
jesopo
8a5b59058a
changed pushbullet's device identity parameter from device_iden to target_device_iden.
...
Signed-off-by: jesopo <github@lolnerd.net>
2016-02-18 15:38:43 +00:00
Naine
9361dd7a23
Rename variable in highlight()
...
Rename "push" to "negate_match" and reverse its values to better reflect its new purpose.
2016-02-18 15:36:40 +11:00
Naine
aebf9460d9
Fix negative matching/filtering
...
Previously, the highlight function returned true immediately upon finding any match, without checking whether any negative matches should be preventing the match.
2016-02-17 13:01:01 +11:00
John Reese
717a2b1741
Merge pull request #183 from InAnimaTe/master
...
Added note about installing ca-certificates
2015-12-06 21:47:25 -08:00
Mario Loria
0df072b9b7
Added note about installing ca-certificates
...
I know there is a note about the default communication method not actually checking the certificate which is why libcurl is recommended. However, I just tested this without curl and it doesn't send anything without ca-certificates installed.
I followed your model of making examples use `aptitude` however, I might consider changing that in the future to `apt-get` just so newcomers don't sit there wondering what `aptitude` is ;)
2015-12-07 00:06:45 -05:00
shodan
769fb80c48
Add Pushjet support
2015-11-20 18:58:51 -08:00
John Reese
878af545ac
Merge pull request #179 from larsks/feature/version_h
...
change handling of embedded version information
2015-09-28 19:05:09 -07:00
Lars Kellogg-Stedman
4087133a5e
change handling of embedded version information
...
rather than modifying push.cpp as part of the built process, this
passes in a version string on the command. This is a little cleaner
(it does not lead to false changes in push.cpp) and makes it easier for a
packager to provide explicit version information, e.g., by passing in
version information to make:
make version=`lars-test'
2015-09-28 21:54:35 -04:00
John Reese
4bb45ac3e7
Merge pull request #172 from knu/do_not_send_proxy_info
...
Do not send proxy info to external services
2015-09-21 14:31:00 -07:00
John Reese
277630019f
Fix makefile/sed -i
2015-09-21 12:57:16 -07:00
Akinori MUSHA
6788a63ff5
Do not send proxy info to external services
...
Currently proxy options are passed to make_curl_request() via the
`params` parameter, so they are sent to external services for no good
reason. This commit fixes it by adding proxy parameters to the
function.
2015-08-28 18:36:06 +09:00
John Reese
a949deddc3
Merge pull request #168 from omnidan/network-blacklist
...
network-blacklist option
2015-07-30 13:02:56 -07:00
Daniel Bugl
7fdf4688b1
README.md: document `network_blacklist` feature
2015-07-30 14:12:10 -04:00
John Reese
364cfccd1b
Merge pull request #170 from mathieupoussin/master
...
Add Pushalot support
2015-07-22 11:03:01 -07:00
Mathieu Poussin
c92172c7eb
Fix Readme
2015-07-14 03:28:24 -04:00
Mathieu Poussin
254cd9bd1c
Update README
2015-07-14 03:26:34 -04:00
Mathieu Poussin
e9fc5a9589
Add pushalot support
2015-07-14 03:25:52 -04:00
Daniel Bugl
18cbe2d61b
implement network_blacklist
2015-07-05 23:15:40 +02:00
John Reese
78267649c0
Merge pull request #159 from grawlinson/master
...
Fix typo in README.md
2015-04-27 00:29:56 -07:00
grawlinson
e5a1ccdacb
Fix typo in README.md
2015-04-27 19:20:53 +12:00
John Reese
15772dd043
Merge pull request #154 from flotwig/patch-1
...
`make install` no longer fails if .znc/modules does not exist
2015-04-05 16:42:37 -07:00
Zach Bloomquist
e54e9557dd
`make install` no longer fails if .znc/modules does not exist
2015-04-05 18:57:46 -04:00