weechat - upgrade to 1.1 (lol comments)

This commit is contained in:
Felix Van der Jeugt 2015-01-20 20:55:15 +01:00
parent d317cf7a30
commit de9b39e707
13 changed files with 20 additions and 13 deletions

View File

@ -1,5 +1,5 @@
# #
# alias.conf -- weechat v1.0.1 # alias.conf -- weechat v1.1
# #
[cmd] [cmd]

View File

@ -1,5 +1,5 @@
# #
# aspell.conf -- weechat v1.0.1 # aspell.conf -- weechat v1.1
# #
[color] [color]

View File

@ -1,5 +1,5 @@
# #
# charset.conf -- weechat v1.0.1 # charset.conf -- weechat v1.1
# #
[default] [default]

View File

@ -1,5 +1,5 @@
# #
# colorize_nicks.conf -- weechat v1.0.1 # colorize_nicks.conf -- weechat v1.1
# #
[look] [look]

View File

@ -1,5 +1,5 @@
# #
# exec.conf -- weechat v1.0.1 # exec.conf -- weechat v1.1
# #
[command] [command]

View File

@ -1,5 +1,5 @@
# #
# logger.conf -- weechat v1.0.1 # logger.conf -- weechat v1.1
# #
[look] [look]

View File

@ -1,5 +1,5 @@
# #
# plugins.conf -- weechat v1.0.1 # plugins.conf -- weechat v1.1
# #
[var] [var]
@ -39,6 +39,7 @@ python.shortenurl.short_own = "off"
python.shortenurl.shortener = "isgd" python.shortenurl.shortener = "isgd"
python.shortenurl.urllength = "120" python.shortenurl.urllength = "120"
ruby.check_license = "off" ruby.check_license = "off"
tcl.check_license = "off"
[desc] [desc]
python.go.auto_jump = "automatically jump to buffer when it is uniquely selected (default: "off")" python.go.auto_jump = "automatically jump to buffer when it is uniquely selected (default: "off")"

View File

@ -1,5 +1,5 @@
# #
# relay.conf -- weechat v1.0.1 # relay.conf -- weechat v1.1
# #
[look] [look]
@ -26,6 +26,7 @@ ipv6 = on
max_clients = 5 max_clients = 5
password = "" password = ""
ssl_cert_key = "%h/ssl/relay.pem" ssl_cert_key = "%h/ssl/relay.pem"
ssl_priorities = "NORMAL:-VERS-SSL3.0"
websocket_allowed_origins = "" websocket_allowed_origins = ""
[irc] [irc]

View File

@ -1,5 +1,5 @@
# #
# script.conf -- weechat v1.0.1 # script.conf -- weechat v1.1
# #
[look] [look]
@ -46,3 +46,4 @@ cache_expire = 60
dir = "%h/script" dir = "%h/script"
hold = "" hold = ""
url = "http://www.weechat.org/files/plugins.xml.gz" url = "http://www.weechat.org/files/plugins.xml.gz"
url_force_https = on

View File

@ -1,5 +1,5 @@
# #
# sec.conf -- weechat v1.0.1 # sec.conf -- weechat v1.1
# #
[crypt] [crypt]

View File

@ -1,5 +1,5 @@
# #
# trigger.conf -- weechat v1.0.1 # trigger.conf -- weechat v1.1
# #
[look] [look]

View File

@ -1,5 +1,5 @@
# #
# weechat.conf -- weechat v1.0.1 # weechat.conf -- weechat v1.1
# #
[debug] [debug]
@ -38,6 +38,7 @@ color_nick_offline = off
color_pairs_auto_reset = 5 color_pairs_auto_reset = 5
color_real_white = off color_real_white = off
command_chars = "" command_chars = ""
command_incomplete = off
confirm_quit = off confirm_quit = off
day_change = on day_change = on
day_change_message_1date = "-- %a, %d %b %Y --" day_change_message_1date = "-- %a, %d %b %Y --"
@ -67,6 +68,7 @@ input_share_overwrite = off
input_undo_max = 32 input_undo_max = 32
item_buffer_filter = "*" item_buffer_filter = "*"
item_buffer_zoom = "!" item_buffer_zoom = "!"
item_mouse_status = "M"
item_time_format = "%T" item_time_format = "%T"
jump_current_to_previous_buffer = on jump_current_to_previous_buffer = on
jump_previous_buffer_when_closing = on jump_previous_buffer_when_closing = on
@ -173,6 +175,7 @@ status_data_other = default
status_data_private = lightgreen status_data_private = lightgreen
status_filter = green status_filter = green
status_more = yellow status_more = yellow
status_mouse = green
status_name = white status_name = white
status_name_ssl = lightgreen status_name_ssl = lightgreen
status_nicklist_count = default status_nicklist_count = default
@ -181,6 +184,7 @@ status_time = default
[completion] [completion]
base_word_until_cursor = on base_word_until_cursor = on
command_inline = on
default_template = "%(nicks)|%(irc_channels)" default_template = "%(nicks)|%(irc_channels)"
nick_add_space = on nick_add_space = on
nick_completer = ":" nick_completer = ":"

View File

@ -1,5 +1,5 @@
# #
# xfer.conf -- weechat v1.0.1 # xfer.conf -- weechat v1.1
# #
[look] [look]