Age | Commit message (Collapse) | Author |
|
|
|
|
|
plugins, add info "auto_load_scripts"
This fixes an issue with IRC URL given on command line when it starts with
`ircs://` or `irc6://`: the server is not created at all (only `irc://` works
fine).
|
|
|
|
|
|
(closes #1577, issue #139)
|
|
is enabled (issue #139)
|
|
|
|
|
|
|
|
#1558)
|
|
|
|
|
|
|
|
#1820)
|
|
trigger.color.trigger_disabled (issue #1820)
These options are used instead:
- weechat.color.chat_status_disabled
- weechat.color.chat_status_enabled
|
|
weechat.color.chat_status_enabled (issue #1820)
|
|
|
|
|
|
their default values to use it
|
|
|
|
|
|
|
|
|
|
except if buffer has no lines
|
|
to v2
|
|
|
|
|
|
|
|
lower case
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
different case is found (issue #1877)
|
|
|
|
Two new fields are added in IRC server structure:
- "authentication_method", possible values:
0: not authenticated
1: authenticated with SASL
2: authenticated with other method
- "sasl_mechanism_used", possible values: see enum t_irc_sasl_mechanism
in src/plugins/irc/irc-sasl.h
|
|
|