Mercurial > dotfiles
annotate weechat/plugins.conf @ 282:27447ad19df6
Upgrade weechat config, remove secure data for nicknames.
author | Ludovic Chabant <ludovic@chabant.com> |
---|---|
date | Sat, 07 Mar 2015 11:09:04 -0800 |
parents | fd3fad5f9dfc |
children | 133cfc2e5b94 |
rev | line source |
---|---|
237 | 1 # |
282
27447ad19df6
Upgrade weechat config, remove secure data for nicknames.
Ludovic Chabant <ludovic@chabant.com>
parents:
276
diff
changeset
|
2 # plugins.conf -- weechat v1.1.1 |
237 | 3 # |
4 | |
5 [var] | |
6 fifo.fifo = "on" | |
259
726728f13152
More Weechat plugins and config.
Ludovic Chabant <ludovic@chabant.com>
parents:
237
diff
changeset
|
7 guile.check_license = "off" |
237 | 8 lua.check_license = "off" |
9 perl.check_license = "off" | |
259
726728f13152
More Weechat plugins and config.
Ludovic Chabant <ludovic@chabant.com>
parents:
237
diff
changeset
|
10 perl.pushover.blacklist = "" |
726728f13152
More Weechat plugins and config.
Ludovic Chabant <ludovic@chabant.com>
parents:
237
diff
changeset
|
11 perl.pushover.enabled = "on" |
726728f13152
More Weechat plugins and config.
Ludovic Chabant <ludovic@chabant.com>
parents:
237
diff
changeset
|
12 perl.pushover.nma_apikey = "" |
726728f13152
More Weechat plugins and config.
Ludovic Chabant <ludovic@chabant.com>
parents:
237
diff
changeset
|
13 perl.pushover.only_if_away = "off" |
726728f13152
More Weechat plugins and config.
Ludovic Chabant <ludovic@chabant.com>
parents:
237
diff
changeset
|
14 perl.pushover.only_if_inactive = "off" |
726728f13152
More Weechat plugins and config.
Ludovic Chabant <ludovic@chabant.com>
parents:
237
diff
changeset
|
15 perl.pushover.pb_apikey = "" |
726728f13152
More Weechat plugins and config.
Ludovic Chabant <ludovic@chabant.com>
parents:
237
diff
changeset
|
16 perl.pushover.pb_device_iden = "" |
726728f13152
More Weechat plugins and config.
Ludovic Chabant <ludovic@chabant.com>
parents:
237
diff
changeset
|
17 perl.pushover.priority = "" |
282
27447ad19df6
Upgrade weechat config, remove secure data for nicknames.
Ludovic Chabant <ludovic@chabant.com>
parents:
276
diff
changeset
|
18 perl.pushover.rate_limit = "0" |
259
726728f13152
More Weechat plugins and config.
Ludovic Chabant <ludovic@chabant.com>
parents:
237
diff
changeset
|
19 perl.pushover.redact_priv_msg = "off" |
726728f13152
More Weechat plugins and config.
Ludovic Chabant <ludovic@chabant.com>
parents:
237
diff
changeset
|
20 perl.pushover.service = "pushover" |
282
27447ad19df6
Upgrade weechat config, remove secure data for nicknames.
Ludovic Chabant <ludovic@chabant.com>
parents:
276
diff
changeset
|
21 perl.pushover.short_name = "off" |
259
726728f13152
More Weechat plugins and config.
Ludovic Chabant <ludovic@chabant.com>
parents:
237
diff
changeset
|
22 perl.pushover.show_highlights = "on" |
726728f13152
More Weechat plugins and config.
Ludovic Chabant <ludovic@chabant.com>
parents:
237
diff
changeset
|
23 perl.pushover.show_priv_msg = "on" |
726728f13152
More Weechat plugins and config.
Ludovic Chabant <ludovic@chabant.com>
parents:
237
diff
changeset
|
24 perl.pushover.sound = "" |
276
fd3fad5f9dfc
Pushover config changes.
Ludovic Chabant <ludovic@chabant.com>
parents:
259
diff
changeset
|
25 perl.pushover.token = "${sec.data.pushover_token}" |
fd3fad5f9dfc
Pushover config changes.
Ludovic Chabant <ludovic@chabant.com>
parents:
259
diff
changeset
|
26 perl.pushover.user = "${sec.data.pushover_user}" |
259
726728f13152
More Weechat plugins and config.
Ludovic Chabant <ludovic@chabant.com>
parents:
237
diff
changeset
|
27 perl.pushover.verbose = "1" |
237 | 28 python.check_license = "off" |
259
726728f13152
More Weechat plugins and config.
Ludovic Chabant <ludovic@chabant.com>
parents:
237
diff
changeset
|
29 python.urlbar.ignore = "grep" |
726728f13152
More Weechat plugins and config.
Ludovic Chabant <ludovic@chabant.com>
parents:
237
diff
changeset
|
30 python.urlbar.remember_amount = "25" |
726728f13152
More Weechat plugins and config.
Ludovic Chabant <ludovic@chabant.com>
parents:
237
diff
changeset
|
31 python.urlbar.show_buffername = "on" |
726728f13152
More Weechat plugins and config.
Ludovic Chabant <ludovic@chabant.com>
parents:
237
diff
changeset
|
32 python.urlbar.show_index = "on" |
726728f13152
More Weechat plugins and config.
Ludovic Chabant <ludovic@chabant.com>
parents:
237
diff
changeset
|
33 python.urlbar.show_nick = "on" |
726728f13152
More Weechat plugins and config.
Ludovic Chabant <ludovic@chabant.com>
parents:
237
diff
changeset
|
34 python.urlbar.show_timestamp = "on" |
726728f13152
More Weechat plugins and config.
Ludovic Chabant <ludovic@chabant.com>
parents:
237
diff
changeset
|
35 python.urlbar.time_format = "%H:%M" |
726728f13152
More Weechat plugins and config.
Ludovic Chabant <ludovic@chabant.com>
parents:
237
diff
changeset
|
36 python.urlbar.use_popup = "on" |
726728f13152
More Weechat plugins and config.
Ludovic Chabant <ludovic@chabant.com>
parents:
237
diff
changeset
|
37 python.urlbar.visible_amount = "5" |
726728f13152
More Weechat plugins and config.
Ludovic Chabant <ludovic@chabant.com>
parents:
237
diff
changeset
|
38 python.urlbar.visible_seconds = "5" |
237 | 39 ruby.check_license = "off" |
40 tcl.check_license = "off" | |
41 | |
42 [desc] | |
259
726728f13152
More Weechat plugins and config.
Ludovic Chabant <ludovic@chabant.com>
parents:
237
diff
changeset
|
43 perl.pushover.blacklist = "Comma separated list of buffers (full name) to blacklist for notifications (wildcard "*" is allowed, name beginning with "!" is excluded) (default: "")" |
726728f13152
More Weechat plugins and config.
Ludovic Chabant <ludovic@chabant.com>
parents:
237
diff
changeset
|
44 perl.pushover.enabled = "Turn script on or off (default: "on")" |
726728f13152
More Weechat plugins and config.
Ludovic Chabant <ludovic@chabant.com>
parents:
237
diff
changeset
|
45 perl.pushover.nma_apikey = "nma API key (default: "")" |
726728f13152
More Weechat plugins and config.
Ludovic Chabant <ludovic@chabant.com>
parents:
237
diff
changeset
|
46 perl.pushover.only_if_away = "Notify only if away status is active (default: "off")" |
726728f13152
More Weechat plugins and config.
Ludovic Chabant <ludovic@chabant.com>
parents:
237
diff
changeset
|
47 perl.pushover.only_if_inactive = "Notify only if buffer is not the active (current) buffer (default: "off")" |
726728f13152
More Weechat plugins and config.
Ludovic Chabant <ludovic@chabant.com>
parents:
237
diff
changeset
|
48 perl.pushover.pb_apikey = "Pushbullet API key (default: "")" |
726728f13152
More Weechat plugins and config.
Ludovic Chabant <ludovic@chabant.com>
parents:
237
diff
changeset
|
49 perl.pushover.pb_device_iden = "Device Iden of pushbullet device (default: "")" |
726728f13152
More Weechat plugins and config.
Ludovic Chabant <ludovic@chabant.com>
parents:
237
diff
changeset
|
50 perl.pushover.priority = "priority (empty for default) (default: "")" |
282
27447ad19df6
Upgrade weechat config, remove secure data for nicknames.
Ludovic Chabant <ludovic@chabant.com>
parents:
276
diff
changeset
|
51 perl.pushover.rate_limit = "Rate limit in seconds (0 = unlimited), will send a maximum of 1 notification per time limit (default: "0")" |
259
726728f13152
More Weechat plugins and config.
Ludovic Chabant <ludovic@chabant.com>
parents:
237
diff
changeset
|
52 perl.pushover.redact_priv_msg = "When receiving private message notifications, hide the actual message text (default: "off")" |
726728f13152
More Weechat plugins and config.
Ludovic Chabant <ludovic@chabant.com>
parents:
237
diff
changeset
|
53 perl.pushover.service = "Notification service to use. Multiple services may be supplied as comma separated list. (supported services: pushover, nma, pushbullet) (default: "pushover")" |
282
27447ad19df6
Upgrade weechat config, remove secure data for nicknames.
Ludovic Chabant <ludovic@chabant.com>
parents:
276
diff
changeset
|
54 perl.pushover.short_name = "Use short buffer name in notification (default: "off")" |
259
726728f13152
More Weechat plugins and config.
Ludovic Chabant <ludovic@chabant.com>
parents:
237
diff
changeset
|
55 perl.pushover.show_highlights = "Notify on highlights (default: "on")" |
726728f13152
More Weechat plugins and config.
Ludovic Chabant <ludovic@chabant.com>
parents:
237
diff
changeset
|
56 perl.pushover.show_priv_msg = "Notify on private messages (default: "on")" |
726728f13152
More Weechat plugins and config.
Ludovic Chabant <ludovic@chabant.com>
parents:
237
diff
changeset
|
57 perl.pushover.sound = "Sound (empty for default) (default: "")" |
726728f13152
More Weechat plugins and config.
Ludovic Chabant <ludovic@chabant.com>
parents:
237
diff
changeset
|
58 perl.pushover.token = "pushover API token/key (You may feel free to use your own token, so you get your own monthly quota of messages without being affected by other users. See also: https://pushover.net/faq#overview-distribution ) (default: "ajEX9RWhxs6NgeXFJxSK2jmpY54C9S")" |
726728f13152
More Weechat plugins and config.
Ludovic Chabant <ludovic@chabant.com>
parents:
237
diff
changeset
|
59 perl.pushover.user = "pushover user key (default: "")" |
726728f13152
More Weechat plugins and config.
Ludovic Chabant <ludovic@chabant.com>
parents:
237
diff
changeset
|
60 perl.pushover.verbose = "Verbosity level (0 = silently ignore any errors, 1 = display brief error, 2 = display full server response) (default: "1")" |