Commit Graph

233 Commits

Author SHA1 Message Date
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
John Reese d29ce3be2a Fix #114: revert proxy change that breaks w/o libcurl 2014-09-02 12:08:06 -07:00
John Reese aac08a1430 Merge pull request #112 from creesch/patch-1
Pushbullet: use type "link" when message_uri is set
2014-08-28 12:00:07 -07:00
John Reese b664320025 Trailing whitespace 2014-08-28 11:53:18 -07:00
Joel Goguen 4c084b207d Update README 2014-08-28 11:52:40 -07:00
Joel Goguen b9995692e8 Add explicit proxy support when using libcurl.
The appropriate *_proxy environment variables aren't always detected properly
by libcurl. This allows manually setting the proxy when this happens, and
disabling SSL certificate verification if the proxy requires it.
2014-08-28 11:52:40 -07:00
creesch 2246fb0399 Pushbullet use type "link" when message_uri is set 2014-08-27 10:28:14 +02:00
John Reese e0aacab2b6 Merge pull request #111 from jgoguen/airgram-support
Add support for airgram authenticated service
2014-08-26 18:17:35 -07:00
Joel Goguen bf63856fb7 Add support for airgram authenticated service 2014-08-20 10:07:36 -07:00
John Reese f6de099e78 Merge pull request #102 from jkcclemens/patch-1
Fixed: Show who messages come from
2014-06-17 09:58:41 -07:00
Kyle Clemens 7ba914d660 Fixed: Show who messages come from 2014-06-17 01:03:19 -04:00
John Reese f62ba64b41 Merge pull request #94 from Nothing4You/patch-3
Add {network} keyword expansion
2014-05-30 14:03:52 -07:00
Richard Schwab 09628ac017 Add {network} for keyword expansion to README.md 2014-05-30 22:53:30 +02:00
Richard Schwab 0317a26ec7 Add {network} for keyword expansion 2014-05-30 22:50:18 +02:00
John Reese 8c814bfacc Fix #91: Update pushbullet to api v2 2014-05-16 11:44:37 -07:00
John Reese 055fc3981d Reindent 2014-05-16 11:44:30 -07:00
John Reese 1fa27b359c Merge pull request #89 from eddiezane/docs
Update docs to denote defaults and value options
2014-05-11 13:49:16 -07:00
Eddie Zaneski 303ef8404b Update docs to denote defaults 2014-05-11 16:20:50 -04:00
John Reese 87271649a2 Merge pull request #87 from dgw/readme-loading
Alternative to webadmin/controlpanel for user mode
2014-05-03 10:12:45 -07:00
dgw cbc578592f Alternative to webadmin/controlpanel for user mode
The LoadMod command accepts a --type= argument.

Also replaced a stray tab with spaces.
2014-05-03 12:36:49 -04:00
John Reese 4fc6d45458 Merge pull request #85 from FruitieX/fruitiex/url_improvements
URL service improvements:
2014-04-23 16:35:33 -07:00
Rasmus Eskola c73f4d55be URL service: enable HTTP basic auth if either username or secret is set
Update documentation accordingly.
2014-04-23 21:33:12 +03:00
Rasmus Eskola 5b960484eb Document the usage of URL basic authentication options 2014-04-23 21:28:58 +03:00
John Reese 66420f3fc5 Merge pull request #86 from mrrcollins/rc-boxcar2
Added Boxcar 2 support
2014-04-23 10:28:42 -07:00
Ryan Collins 5f919beaa3 Added Boxcar 2 support 2014-04-23 09:49:48 -04:00
Rasmus Eskola 14f0012b12 url service improvements:
- support POST method at user's preference
- support basic HTTP auth (uses "user" and "secret" for
  username/password)
2014-04-21 20:32:28 +03:00
John Reese 9d7e6ea8f2 Remove support for deprecated PushBullet API
This also moves the call to Base64Encode, which fixes #70 by
preventing a double-encoding of the auth string when building with
support for libcurl instead of csocket.  The base64 encoding is now done
in the csocket request, where it is still required to operate correctly.
2014-04-13 11:48:06 -07:00
John Reese 84cf52fdf1 Extra debug output 2014-04-13 11:48:06 -07:00