WeeChat: use secure feature: can add irc.conf
This commit is contained in:
parent
af3dbd0fc9
commit
87cd9117ab
282
.weechat/irc.conf
Normal file
282
.weechat/irc.conf
Normal file
@ -0,0 +1,282 @@
|
||||
#
|
||||
# irc.conf -- weechat v0.4.3
|
||||
#
|
||||
|
||||
[look]
|
||||
buffer_switch_autojoin = on
|
||||
buffer_switch_join = on
|
||||
color_nicks_in_names = on
|
||||
color_nicks_in_nicklist = on
|
||||
color_nicks_in_server_messages = on
|
||||
color_pv_nick_like_channel = on
|
||||
ctcp_time_format = "%a, %d %b %Y %T %z"
|
||||
display_away = local
|
||||
display_ctcp_blocked = on
|
||||
display_ctcp_reply = on
|
||||
display_ctcp_unknown = on
|
||||
display_host_join = on
|
||||
display_host_join_local = on
|
||||
display_host_quit = on
|
||||
display_join_message = "329,332,333,366"
|
||||
display_old_topic = on
|
||||
display_pv_away_once = on
|
||||
display_pv_back = on
|
||||
highlight_channel = "$nick"
|
||||
highlight_pv = "$nick"
|
||||
highlight_server = "$nick"
|
||||
highlight_tags_restrict = "irc_privmsg,irc_notice"
|
||||
item_away_message = on
|
||||
item_channel_modes_hide_key = on
|
||||
item_display_server = buffer_plugin
|
||||
item_nick_modes = on
|
||||
item_nick_prefix = on
|
||||
msgbuffer_fallback = current
|
||||
new_channel_position = none
|
||||
new_pv_position = none
|
||||
nick_color_force = ""
|
||||
nick_color_hash = djb2
|
||||
nick_color_stop_chars = "_|["
|
||||
nick_completion_smart = speakers
|
||||
nick_mode = prefix
|
||||
nick_mode_empty = off
|
||||
nicks_hide_password = "nickserv"
|
||||
notice_as_pv = auto
|
||||
notice_welcome_redirect = on
|
||||
notice_welcome_tags = ""
|
||||
notify_tags_ison = "notify_message"
|
||||
notify_tags_whois = "notify_message"
|
||||
part_closes_buffer = off
|
||||
pv_buffer = independent
|
||||
pv_tags = "notify_private"
|
||||
raw_messages = 256
|
||||
server_buffer = merge_with_core
|
||||
smart_filter = on
|
||||
smart_filter_delay = 5
|
||||
smart_filter_join = on
|
||||
smart_filter_join_unmask = 30
|
||||
smart_filter_mode = "ovh"
|
||||
smart_filter_nick = on
|
||||
smart_filter_quit = on
|
||||
topic_strip_colors = off
|
||||
|
||||
[color]
|
||||
input_nick = lightcyan
|
||||
item_away = yellow
|
||||
item_channel_modes = default
|
||||
item_lag_counting = default
|
||||
item_lag_finished = yellow
|
||||
message_join = green
|
||||
message_quit = red
|
||||
mirc_remap = "1,-1:darkgray"
|
||||
nick_prefixes = "q:lightred;a:lightcyan;o:lightgreen;h:lightmagenta;v:yellow;*:lightblue"
|
||||
notice = green
|
||||
reason_quit = default
|
||||
topic_new = white
|
||||
topic_old = darkgray
|
||||
|
||||
[network]
|
||||
alternate_nick = on
|
||||
autoreconnect_delay_growing = 2
|
||||
autoreconnect_delay_max = 3600
|
||||
ban_mask_default = "*!$user@$host"
|
||||
colors_receive = on
|
||||
colors_send = on
|
||||
lag_check = 60
|
||||
lag_max = 1800
|
||||
lag_min_show = 500
|
||||
lag_reconnect = 0
|
||||
lag_refresh_interval = 1
|
||||
notify_check_ison = 1
|
||||
notify_check_whois = 5
|
||||
send_unknown_commands = off
|
||||
whois_double_nick = on
|
||||
|
||||
[msgbuffer]
|
||||
|
||||
[ctcp]
|
||||
|
||||
[ignore]
|
||||
|
||||
[server_default]
|
||||
addresses = ""
|
||||
anti_flood_prio_high = 0
|
||||
anti_flood_prio_low = 2
|
||||
autoconnect = off
|
||||
autojoin = ""
|
||||
autoreconnect = on
|
||||
autoreconnect_delay = 10
|
||||
autorejoin = on
|
||||
autorejoin_delay = 5
|
||||
away_check = 5
|
||||
away_check_max_nicks = 25
|
||||
capabilities = ""
|
||||
command = ""
|
||||
command_delay = 0
|
||||
connection_timeout = 60
|
||||
default_msg_kick = ""
|
||||
default_msg_part = ""
|
||||
default_msg_quit = ""
|
||||
ipv6 = off
|
||||
local_hostname = ""
|
||||
nicks = "nemunaire,nemunaire_,nemunaire__,nemunaire___"
|
||||
notify = ""
|
||||
password = ""
|
||||
proxy = ""
|
||||
realname = "Némunaire"
|
||||
sasl_mechanism = plain
|
||||
sasl_password = ""
|
||||
sasl_timeout = 15
|
||||
sasl_username = ""
|
||||
ssl = off
|
||||
ssl_cert = ""
|
||||
ssl_dhkey_size = 2048
|
||||
ssl_fingerprint = ""
|
||||
ssl_priorities = "NORMAL"
|
||||
ssl_verify = on
|
||||
username = "nemunaire"
|
||||
|
||||
[server]
|
||||
rezosup.addresses = "localhost/2778"
|
||||
rezosup.proxy
|
||||
rezosup.ipv6
|
||||
rezosup.ssl
|
||||
rezosup.ssl_cert
|
||||
rezosup.ssl_priorities
|
||||
rezosup.ssl_dhkey_size
|
||||
rezosup.ssl_fingerprint
|
||||
rezosup.ssl_verify
|
||||
rezosup.password = "${sec.data.proxy_pass}"
|
||||
rezosup.capabilities
|
||||
rezosup.sasl_mechanism
|
||||
rezosup.sasl_username
|
||||
rezosup.sasl_password
|
||||
rezosup.sasl_timeout
|
||||
rezosup.autoconnect = on
|
||||
rezosup.autoreconnect
|
||||
rezosup.autoreconnect_delay
|
||||
rezosup.nicks
|
||||
rezosup.username
|
||||
rezosup.realname
|
||||
rezosup.local_hostname
|
||||
rezosup.command
|
||||
rezosup.command_delay
|
||||
rezosup.autojoin
|
||||
rezosup.autorejoin
|
||||
rezosup.autorejoin_delay
|
||||
rezosup.connection_timeout
|
||||
rezosup.anti_flood_prio_high
|
||||
rezosup.anti_flood_prio_low
|
||||
rezosup.away_check
|
||||
rezosup.away_check_max_nicks
|
||||
rezosup.default_msg_kick
|
||||
rezosup.default_msg_part
|
||||
rezosup.default_msg_quit
|
||||
rezosup.notify
|
||||
freenode.addresses = "localhost/2777"
|
||||
freenode.proxy
|
||||
freenode.ipv6
|
||||
freenode.ssl
|
||||
freenode.ssl_cert
|
||||
freenode.ssl_priorities
|
||||
freenode.ssl_dhkey_size
|
||||
freenode.ssl_fingerprint
|
||||
freenode.ssl_verify
|
||||
freenode.password = "${sec.data.proxy_pass}"
|
||||
freenode.capabilities
|
||||
freenode.sasl_mechanism
|
||||
freenode.sasl_username
|
||||
freenode.sasl_password
|
||||
freenode.sasl_timeout
|
||||
freenode.autoconnect = on
|
||||
freenode.autoreconnect
|
||||
freenode.autoreconnect_delay
|
||||
freenode.nicks
|
||||
freenode.username
|
||||
freenode.realname
|
||||
freenode.local_hostname
|
||||
freenode.command
|
||||
freenode.command_delay
|
||||
freenode.autojoin
|
||||
freenode.autorejoin
|
||||
freenode.autorejoin_delay
|
||||
freenode.connection_timeout
|
||||
freenode.anti_flood_prio_high
|
||||
freenode.anti_flood_prio_low
|
||||
freenode.away_check
|
||||
freenode.away_check_max_nicks
|
||||
freenode.default_msg_kick
|
||||
freenode.default_msg_part
|
||||
freenode.default_msg_quit
|
||||
freenode.notify
|
||||
geeknode.addresses = "localhost/2773"
|
||||
geeknode.proxy
|
||||
geeknode.ipv6
|
||||
geeknode.ssl
|
||||
geeknode.ssl_cert
|
||||
geeknode.ssl_priorities
|
||||
geeknode.ssl_dhkey_size
|
||||
geeknode.ssl_fingerprint
|
||||
geeknode.ssl_verify
|
||||
geeknode.password = "${sec.data.proxy_pass}"
|
||||
geeknode.capabilities
|
||||
geeknode.sasl_mechanism
|
||||
geeknode.sasl_username
|
||||
geeknode.sasl_password
|
||||
geeknode.sasl_timeout
|
||||
geeknode.autoconnect
|
||||
geeknode.autoreconnect
|
||||
geeknode.autoreconnect_delay
|
||||
geeknode.nicks
|
||||
geeknode.username
|
||||
geeknode.realname
|
||||
geeknode.local_hostname
|
||||
geeknode.command
|
||||
geeknode.command_delay
|
||||
geeknode.autojoin
|
||||
geeknode.autorejoin
|
||||
geeknode.autorejoin_delay
|
||||
geeknode.connection_timeout
|
||||
geeknode.anti_flood_prio_high
|
||||
geeknode.anti_flood_prio_low
|
||||
geeknode.away_check
|
||||
geeknode.away_check_max_nicks
|
||||
geeknode.default_msg_kick
|
||||
geeknode.default_msg_part
|
||||
geeknode.default_msg_quit
|
||||
geeknode.notify
|
||||
minbif.addresses = "localhost/6667"
|
||||
minbif.proxy
|
||||
minbif.ipv6
|
||||
minbif.ssl
|
||||
minbif.ssl_cert
|
||||
minbif.ssl_priorities
|
||||
minbif.ssl_dhkey_size
|
||||
minbif.ssl_fingerprint
|
||||
minbif.ssl_verify
|
||||
minbif.password = "${sec.data.proxy_pass}"
|
||||
minbif.capabilities
|
||||
minbif.sasl_mechanism
|
||||
minbif.sasl_username
|
||||
minbif.sasl_password
|
||||
minbif.sasl_timeout
|
||||
minbif.autoconnect = on
|
||||
minbif.autoreconnect
|
||||
minbif.autoreconnect_delay
|
||||
minbif.nicks
|
||||
minbif.username
|
||||
minbif.realname
|
||||
minbif.local_hostname
|
||||
minbif.command
|
||||
minbif.command_delay
|
||||
minbif.autojoin
|
||||
minbif.autorejoin
|
||||
minbif.autorejoin_delay
|
||||
minbif.connection_timeout
|
||||
minbif.anti_flood_prio_high
|
||||
minbif.anti_flood_prio_low
|
||||
minbif.away_check
|
||||
minbif.away_check_max_nicks
|
||||
minbif.default_msg_kick
|
||||
minbif.default_msg_part
|
||||
minbif.default_msg_quit
|
||||
minbif.notify
|
@ -13,7 +13,7 @@ backlog_line = default
|
||||
auto_log = on
|
||||
flush_delay = 120
|
||||
info_lines = off
|
||||
mask = "$plugin.$name.weechatlog"
|
||||
mask = "%Y/$plugin.$name.%Y%m.log"
|
||||
name_lower_case = on
|
||||
nick_prefix = ""
|
||||
nick_suffix = ""
|
||||
@ -22,5 +22,14 @@ replacement_char = "_"
|
||||
time_format = "%Y-%m-%d %H:%M:%S"
|
||||
|
||||
[level]
|
||||
core.weechat = 0
|
||||
irc.freenode = 0
|
||||
irc.minbif = 9
|
||||
irc.minbif.&minbif = 9
|
||||
irc.rezosup = 0
|
||||
irc.server.freenode = 0
|
||||
irc.server.minbif = 9
|
||||
irc.server.rezosup = 0
|
||||
relay.relay.list = 0
|
||||
|
||||
[mask]
|
||||
|
@ -1,5 +1,5 @@
|
||||
#
|
||||
# sec.conf -- weechat v0.4.2
|
||||
# sec.conf -- weechat v0.4.3
|
||||
#
|
||||
|
||||
[crypt]
|
||||
@ -9,3 +9,5 @@ passphrase_file = ""
|
||||
salt = on
|
||||
|
||||
[data]
|
||||
__passphrase__ = on
|
||||
proxy_pass = "398E8C0D5608915B40FCA28D4162BC38DE0381524FFA9002DCA4521823BEBD7271FB835DC58C367E2C9B8843EF72E9340424D4916C"
|
||||
|
Loading…
Reference in New Issue
Block a user