about summary refs log tree commit diff
path: root/weechat/.weechat/plugins.conf
diff options
context:
space:
mode:
authorBen Harris <ben@tilde.team>2018-08-13 16:34:39 -0400
committerBen Harris <ben@tilde.team>2018-08-13 16:34:39 -0400
commit0ce6ea3b235b10c8f799c1cd350589499e2fbd65 (patch)
tree388d7acdb85f745ed10cdcf955a9ec111dc614af /weechat/.weechat/plugins.conf
parent1d269c927f5547bae2598796874c4de708377812 (diff)
update pb function, add blinkenshell ssl fp
Diffstat (limited to 'weechat/.weechat/plugins.conf')
-rw-r--r--weechat/.weechat/plugins.conf35
1 files changed, 35 insertions, 0 deletions
diff --git a/weechat/.weechat/plugins.conf b/weechat/.weechat/plugins.conf
index 6a9223e..bc3d361 100644
--- a/weechat/.weechat/plugins.conf
+++ b/weechat/.weechat/plugins.conf
@@ -92,3 +92,38 @@ python.screen_away.interval = "How often in seconds to check screen status"
 python.screen_away.message = "Away message"
 python.screen_away.set_away = "Set user as away."
 python.screen_away.time_format = "time format append to away message"
+python.urlserver.buffer_short_name = "use buffer short name on dedicated buffer (default: "off")"
+python.urlserver.color = "color for urls displayed after message (default: "darkgray")"
+python.urlserver.color_in_msg = "color for urls displayed inside irc message: it is a number (irc color) between 00 and 15 (see doc for a list of irc colors) (default: "")"
+python.urlserver.debug = "print some debug messages (default: "off")"
+python.urlserver.display_urls = "display URLs below messages (default: "on")"
+python.urlserver.display_urls_in_msg = "add shorten url next to the original url (only in IRC messages) (useful for urlserver behind relay/irc) (default: "off")"
+python.urlserver.http_allowed_ips = "regex for IPs allowed to use server (example: "^(123.45.67.89|192.160.*)$") (default: "")"
+python.urlserver.http_auth = "login and password (format: "login:password") required to access to page with list of URLs (note: content is evaluated, see /help eval) (default: "")"
+python.urlserver.http_auth_redirect = "require the login/password (if option "http_auth" is set) for URLs redirections (default: "on")"
+python.urlserver.http_autostart = "start the built-in HTTP server automatically) (default: "on")"
+python.urlserver.http_bg_color = "background color for HTML page (default: "#f4f4f4")"
+python.urlserver.http_css_url = "URL of external Cascading Style Sheet to add (BE CAREFUL: the HTTP referer will be sent to site hosting CSS file!) (empty value = use default embedded CSS) (default: "")"
+python.urlserver.http_embed_image = "embed images in HTML page (BE CAREFUL: the HTTP referer will be sent to site hosting image!) (default: "off")"
+python.urlserver.http_embed_youtube = "embed youtube videos in HTML page (BE CAREFUL: the HTTP referer will be sent to youtube!) (default: "off")"
+python.urlserver.http_embed_youtube_size = "size for embedded youtube video, format is "xxx*yyy" (default: "480*350")"
+python.urlserver.http_fg_color = "foreground color for HTML page (default: "#000")"
+python.urlserver.http_hostname = "force hostname/IP in bind of socket (empty value = auto-detect current hostname) (default: "")"
+python.urlserver.http_hostname_display = "display this hostname in shortened URLs (default: "")"
+python.urlserver.http_open_in_new_page = "open links in new pages/tabs (default: "on")"
+python.urlserver.http_port = "force port for listening (empty value = find a random free port) (default: "")"
+python.urlserver.http_port_display = "display this port in shortened URLs. Useful if you forward a different external port to the internal port (default: "")"
+python.urlserver.http_prefix_suffix = "suffix displayed between prefix and message in HTML page (default: " ")"
+python.urlserver.http_scheme_display = "display this scheme in shortened URLs (default: "http")"
+python.urlserver.http_time_format = "time format in the HTML page (default: "%d/%m/%y %H:%M:%S")"
+python.urlserver.http_title = "title of the HTML page (default: "WeeChat URLs")"
+python.urlserver.http_url_prefix = "prefix to add in URLs to prevent external people to scan your URLs (for example: prefix "xx" will give URL: http://host.com:1234/xx/8) (default: "")"
+python.urlserver.msg_filtered = "shorten URLs in filtered messages (with /filter) (default: "off")"
+python.urlserver.msg_ignore_buffers = "comma-separated list (without spaces) of buffers to ignore (full name like "irc.freenode.#weechat") (default: "core.weechat,python.grep")"
+python.urlserver.msg_ignore_dup_urls = "ignore duplicated URLs (do not add an URL in list if it is already) (default: "off")"
+python.urlserver.msg_ignore_regex = "ignore messages matching this regex (default: "")"
+python.urlserver.msg_ignore_tags = "comma-separated list (without spaces) of tags (or beginning of tags) to ignore (for example, use "notify_none" to ignore self messages or "nick_weebot" to ignore messages from nick "weebot") (default: "irc_quit,irc_part,notify_none")"
+python.urlserver.msg_require_tags = "comma-separated list (without spaces) of tags (or beginning of tags) required to shorten URLs (for example "nick_" to shorten URLs only in messages from other users) (default: "nick_")"
+python.urlserver.separators = "separators for short url list (string with exactly 3 chars) (default: "[|]")"
+python.urlserver.url_min_length = "minimum length for an URL to be shortened (0 = shorten all URLs, -1 = detect length based on shorten URL) (default: "0")"
+python.urlserver.urls_amount = "number of URLs to keep in memory (and in file when script is not loaded) (default: "100")"