about summary refs log tree commit diff
path: root/weechat/.weechat/plugins.conf
diff options
context:
space:
mode:
authorBen Harris <ben@tilde.team>2018-12-16 17:30:04 -0500
committerBen Harris <ben@tilde.team>2018-12-16 17:30:04 -0500
commit3fae26d1ba3b09f1aae18f97b1dffcdcd103ef6b (patch)
tree0a5dea9c9af2908fd48bc68643d2b0e1923c18e5 /weechat/.weechat/plugins.conf
parent260153679e4f82fe5a67defe01736493b323817e (diff)
some weechat nonsense
Diffstat (limited to 'weechat/.weechat/plugins.conf')
-rw-r--r--weechat/.weechat/plugins.conf26
1 files changed, 26 insertions, 0 deletions
diff --git a/weechat/.weechat/plugins.conf b/weechat/.weechat/plugins.conf
index d261138..2f325eb 100644
--- a/weechat/.weechat/plugins.conf
+++ b/weechat/.weechat/plugins.conf
@@ -13,6 +13,19 @@
 fifo.fifo = "on"
 guile.check_license = "off"
 lua.check_license = "off"
+lua.matrix.autojoin_on_invite = "on"
+lua.matrix.backlog_lines = "120"
+lua.matrix.debug = "off"
+lua.matrix.encrypted_message_color = "lightgreen"
+lua.matrix.homeserver_url = "https://l4p1n.ch/"
+lua.matrix.local_echo = "on"
+lua.matrix.nick_style = "nick"
+lua.matrix.password = "${sec.data.matrixpw}"
+lua.matrix.presence_filter = "off"
+lua.matrix.read_receipts = "on"
+lua.matrix.timeout = "5"
+lua.matrix.typing_notices = "on"
+lua.matrix.user = "ben"
 perl.check_license = "off"
 perl.colorize_lines.blacklist_buffers = ""
 perl.colorize_lines.buffers = "all"
@@ -90,6 +103,19 @@ ruby.check_license = "off"
 tcl.check_license = "off"
 
 [desc]
+lua.matrix.autojoin_on_invite = "Automatically join rooms you are invited to (default: "on")"
+lua.matrix.backlog_lines = "Number of lines to fetch from backlog upon connecting (default: "120")"
+lua.matrix.debug = "Print a lot of extra information to help with finding bugs and other problems. (default: "off")"
+lua.matrix.encrypted_message_color = "Print encrypted mesages with this color (default: "lightgreen")"
+lua.matrix.homeserver_url = "Full URL including port to your homeserver (including trailing slash) or use default matrix.org (default: "https://matrix.org/")"
+lua.matrix.local_echo = "Print lines locally instead of waiting for return from server (default: "on")"
+lua.matrix.nick_style = "Show nicknames or user IDs in chat ('nick' or 'uid') (default: "nick")"
+lua.matrix.password = "Your homeserver password (default: "")"
+lua.matrix.presence_filter = "Filter presence messages and ephemeral events (for performance) (default: "off")"
+lua.matrix.read_receipts = "Send read receipts. Note that not sending them will prevent a room to be marked as read in Riot clients. (default: "on")"
+lua.matrix.timeout = "Time in seconds until a connection is assumed to be timed out (default: "5")"
+lua.matrix.typing_notices = "Send typing notices when you type (default: "on")"
+lua.matrix.user = "Your homeserver username (default: "")"
 perl.colorize_lines.blacklist_buffers = "Comma-separated list of channels to be ignored (e.g. freenode.#weechat,*.#python)"
 perl.colorize_lines.buffers = "Buffer type affected by the script (all/channel/query, default: all)"
 perl.colorize_lines.highlight = "Apply highlight color to the highlighted lines (off/on/nicks). The latter will limit highlighting to nicknames in option 'nicks'"