Commit graph

40 commits

Author SHA1 Message Date
Colin Moller
9bca73903c Add section for relay ignore 2016-01-08 16:16:27 -08:00
Colin Moller
9623f2d904 Merge pull request #15 from sim642/patch-1
Evaluate api_key option to allow storing API key in secure
2015-12-16 15:15:32 -08:00
Simmo Saan
2b8c09bea3 Bump version to 0.5.1 2015-12-17 00:20:33 +02:00
Simmo Saan
5a840d9a55 Evaluate api_key option to allow storing API key in secure 2015-12-17 00:16:31 +02:00
Colin Moller
5f7f9b19d1 Merge pull request #14 from LeftyBC/feature/dont_notify_when_relay_connected
Add config option and code to skip pushbullet notifications when a relay is connected
2015-10-08 20:18:03 -07:00
Colin Moller
7a0bf16003 Add config option and code to skip pushbullet notifications when a relay is connected 2015-10-08 20:15:55 -07:00
Colin Moller
edc66c1991 Set python source encoding to utf8 2015-09-21 11:14:39 -07:00
Colin Moller
bd0866f861 Typo in README 2015-09-21 11:07:24 -07:00
Colin Moller
341dfee181 Configs need to be strings, and initial state of notification state should be epoch so the first one always makes it through 2015-09-21 11:02:20 -07:00
Colin Moller
b49c4e200b Add min_notify_interval to README 2015-09-21 10:32:49 -07:00
Colin Moller
f45047b300 Add debug function and min notify interval w/config 2015-09-21 10:31:12 -07:00
Colin Moller
2a27478919 Merge pull request #13 from JohnMaguire/feature/12-ignore-channels
Add ability to ignore channels (closes #12) - Thanks to @JohnMaguire
2015-04-19 13:37:02 -07:00
John Maguire
aac73c0060 Update README with ignore information 2015-04-12 13:47:37 -04:00
John Maguire
6a5fa89bb8 Fix bugs with empty list of ignored channels 2015-04-12 13:43:25 -04:00
John Maguire
175c4aac51 Fix weebullet erroring on unset ignored_channels 2015-04-12 13:42:40 -04:00
John Maguire
63fc952aaa Fix indentation in help 2015-04-11 18:30:20 -04:00
John Maguire
4947cd350a Add ability to ignore channels (closes #12) 2015-04-11 18:27:53 -04:00
Colin Moller
31297fd58f Bump version 2015-02-11 09:00:11 -08:00
Colin Moller
0dd2b08e93 Merge pull request #11 from kmilner/master
Some added features
2015-02-11 08:53:34 -08:00
Kevin Milner
7109ce4ec1 Small change to help message 2015-02-11 13:44:47 +00:00
Kevin Milner
d6454634a6 Fixed some indentation to be nicer 2015-02-11 13:42:02 +00:00
Kevin Milner
442e70a488 Added new options: send only to one device, send when not marked away. Fixed UTF support in messages 2015-02-11 13:32:26 +00:00
Colin Moller
d263feeed9 Don't send pushes if both title and body are blank 2015-01-13 16:48:19 -08:00
Colin Moller
98d12ff4db Cast ishighlight to a string so the comparison works correctly. Fixes #7. Thanks to halkeye for the fix! 2014-08-30 12:31:15 -07:00
Colin Moller
1020269a03 Merge pull request #9 from tasmo/master
updated to API v2 - thanks to @tasmo
2014-08-23 08:22:15 -07:00
tasmo
4f1db27fbf API v2 2014-08-23 12:36:25 +02:00
Colin Moller
2d9141eb88 Merge branch 'master' of github.com:LeftyBC/weebullet 2014-07-11 14:36:10 -07:00
Colin Moller
6963fb0682 Newer weechats need to use /python to load python scripts 2014-04-22 14:30:13 -07:00
Colin Moller
253dff6690 Disable debug message for 'not away' 2014-04-08 13:46:23 -07:00
Colin Moller
cd4fd02c03 Bump version # 2014-04-08 13:41:07 -07:00
Colin Moller
c233b15dd0 Merge pull request #6 from halkeye/use_async_http_post
Stop blocking the UI waiting for the POST to pushbullet, using hook_process_hashtable callback in Weechat.

All glory to the halkeye for whipping this up!
2014-04-08 13:39:32 -07:00
Gavin Mogan
764a1b6815 Handle bad api key specifically 2014-04-07 20:42:40 -07:00
Gavin Mogan
ecf2018595 handle some http/status error codes 2014-04-07 20:40:03 -07:00
Gavin Mogan
04c1817ede use hook_process_hashtable instead of request function. Less flexable as we can't check status code or anything (that i've been able to find), but is async 2014-04-07 14:58:23 -07:00
Colin Moller
933b139549 Add setup and additional commands to readme 2014-04-03 14:15:51 -07:00
Colin Moller
e2a8779e80 Merge pull request #4 from halkeye/manual_weechat_notification_command
Manual weechat notification command, contributed by halkeye because he loves notifications.
2014-04-03 14:05:36 -07:00
Gavin Mogan
c3593b71f9 send_push_note command 2014-04-03 13:51:11 -07:00
Gavin Mogan
1aeeb9702a Add api_key config 2014-04-03 13:41:39 -07:00
Colin Moller
dbca3bbc8b Add weebullet script 2014-04-03 12:21:01 -07:00
Colin Moller
dd3f018064 Initial commit 2014-04-03 12:17:36 -07:00