Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
Remove mention of WeeChat <= 1.2 since the behavior is not exactly the
same as old versions (when the option is enabled): only the
channel/message are decoded/encoded and not the nick/host.
|
|
This is a workaround (disabled by default) to join and chat on ISO
encoded channels (or another charset different from UTF-8).
This option may be removed in future if a better solution is
implemented.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
"ssl_fingerprint" (closes #281)
|
|
|
|
|
|
|
|
|
|
And the name of item was wrong ("nicklist" instead of "buffer_nicklist").
|
|
and manual joins) (closes #216)
New options:
- irc.look.buffer_open_before_autojoin
- irc.look.buffer_open_before_join
|
|
type to integer (enum)
New possible values are:
- "continue": ignore the SASL failed (continue connection to server
without authentication)
- "reconnect": disconnect and schedule a reconnection to server
- "disconnect": disconnect
|
|
array
|
|
|
|
"input_prompt"
|
|
|
|
|
|
|
|
new option irc.look.temporary_servers
|
|
|
|
|
|
server prefixes (closes #90)
The new default value of option irc.look.smart_filter_mode is now "+".
|
|
|
|
|
|
irc.look.display_join_message (closes #75)
|
|
|
|
|
|
|
|
|
|
#12163, closes #48)
This option replaces the option irc.look.item_channel_modes_hide_key.
It is now a string, so channel modes arguments can be hidden using many
channel modes (or all, with "*").
|
|
|
|
|
|
|
|
|
|
increase max value to 604800 seconds (7 days)
|
|
|
|
So now the values mean:
- 353: names on channel
- 366: names count (before this commit it meant 353 + 366)
|
|
|
|
|