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
John Reese
fa7723470e
Merge pull request #152 from ggrog/master
...
Add "context" notification filter; update docs
2015-03-27 12:01:34 -07:00
ggrog
1a6ee99f54
Add context filter
2015-03-25 22:57:12 -05:00
ggrog
9507c89b56
Specify the definition of `all` for channel_conditions and query_conditions
2015-03-25 22:56:44 -05:00
John Reese
5ad308af54
Merge pull request #145 from Frostman/slack-support
...
Slack: Add title to the text itself and make it bold
2015-02-26 10:46:58 -08:00
Sergey Lukjanov
b0db56e0f0
Add title to the text itself and make it bold
2015-02-26 13:21:01 +03:00
John Reese
82f556112c
Merge pull request #144 from Frostman/slack-support
...
Add slack.com support using incoming webhooks
2015-02-23 10:59:05 -08:00
Sergey Lukjanov
3512238b09
Add slack.com support using incoming webhooks
2015-02-22 01:51:12 +03:00
John Reese
f7fb7bd329
Update readme for target/pushbullet
2014-11-26 10:43:30 -08:00
John Reese
97af6c44bf
Merge pull request #131 from Efreak/patch-1
...
No brackets in URL
2014-11-09 18:54:02 -08:00
Efreak
2a71feca57
No brackets in URL
...
[4:53pm] <jreese> actually use "url" as the service, I believe
[4:53pm] <jreese> not the real url, but literally "url"
2014-11-09 16:55:56 -08:00
John Reese
14a866dcad
Typo in readme
2014-10-29 10:18:26 -07:00
John Reese
906db35fb3
Update copyright, add license disclaimer
2014-10-20 17:07:48 -07:00
John Reese
6ba6c7f2d1
Fix urls for faq/examples
2014-10-16 19:02:13 -07:00
John Reese
e08105bfd8
Example config: "Show Me Everything"
2014-10-16 18:50:01 -07:00
John Reese
8330e0f6eb
Link to faq/examples in readme
2014-10-16 18:28:30 -07:00
John Reese
34d69129dd
Create FAQ, and document defaults in Example Configs
2014-10-16 18:21:32 -07:00
Erhan Justice
aba8e6003d
Updated readme with support for Nexmo configurations
2014-10-16 12:16:56 -07:00
Erhan Justice
ff4518cad8
Added better error checking for target
2014-10-15 18:33:15 -07:00
Erhan Justice
79572136ef
Added nexmo service instructions
2014-10-15 18:29:13 -07:00
Erhan Justice
ea6e9190ed
Added support for nexmo SMS service
2014-10-15 18:14:29 -07:00
John Reese
63ddf2dbbf
Remove waffle badge
2014-09-25 14:31:16 -07:00