79 lines
2.0 KiB
Plaintext
79 lines
2.0 KiB
Plaintext
#
|
|
# weechat -- matrix.conf
|
|
#
|
|
# WARNING: It is NOT recommended to edit this file by hand,
|
|
# especially if WeeChat is running.
|
|
#
|
|
# Use /set or similar command to change settings in WeeChat.
|
|
#
|
|
# For more info, see: https://weechat.org/doc/quickstart
|
|
#
|
|
|
|
[network]
|
|
autoreconnect_delay_growing = 2
|
|
autoreconnect_delay_max = 600
|
|
debug_buffer = off
|
|
debug_category = all
|
|
debug_level = error
|
|
fetch_backlog_on_pgup = on
|
|
lag_min_show = 500
|
|
lag_reconnect = 90
|
|
lazy_load_room_users = off
|
|
max_backlog_sync_events = 10
|
|
max_initial_sync_events = 30
|
|
max_nicklist_users = 5000
|
|
print_unconfirmed_messages = on
|
|
read_markers_conditions = "${markers_enabled}"
|
|
resending_ignores_devices = on
|
|
typing_notice_conditions = "${typing_enabled}"
|
|
|
|
[look]
|
|
bar_item_typing_notice_prefix = "Typing: "
|
|
busy_sign = "⏳"
|
|
code_block_margin = 2
|
|
code_blocks = on
|
|
disconnect_sign = "❌"
|
|
encrypted_room_sign = "🔐"
|
|
encryption_warning_sign = "⚠️ "
|
|
human_buffer_names = off
|
|
markdown_input = on
|
|
max_typing_notice_item_length = 50
|
|
new_channel_position = none
|
|
pygments_style = "native"
|
|
quote_wrap = 67
|
|
redactions = strikethrough
|
|
server_buffer = merge_with_core
|
|
|
|
[color]
|
|
error_message_bg = default
|
|
error_message_fg = darkgray
|
|
nick_prefixes = "admin=lightgreen;mod=lightgreen;power=yellow"
|
|
quote_bg = default
|
|
quote_fg = lightgreen
|
|
unconfirmed_message_bg = default
|
|
unconfirmed_message_fg = darkgray
|
|
untagged_code_bg = default
|
|
untagged_code_fg = blue
|
|
|
|
[server]
|
|
matrix_org.autoconnect = off
|
|
matrix_org.address = "matrix.org"
|
|
matrix_org.port = 443
|
|
matrix_org.proxy = ""
|
|
matrix_org.ssl_verify = on
|
|
matrix_org.username = ""
|
|
matrix_org.password = ""
|
|
matrix_org.device_name = "Weechat Matrix"
|
|
matrix_org.autoreconnect_delay = 10
|
|
matrix_org.sso_helper_listening_port = 0
|
|
wyattjmiller.autoconnect = on
|
|
wyattjmiller.address = "matrix.wyattjmiller.com"
|
|
wyattjmiller.port = 443
|
|
wyattjmiller.proxy = ""
|
|
wyattjmiller.ssl_verify = on
|
|
wyattjmiller.username = "wymiller"
|
|
wyattjmiller.password = "24pU*gmFpJcqGMF4DHGy"
|
|
wyattjmiller.device_name = "Weechat Matrix"
|
|
wyattjmiller.autoreconnect_delay = 10
|
|
wyattjmiller.sso_helper_listening_port = 0
|