Age | Commit message (Collapse) | Author |
|
remove command /unalias (closes #458)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
and utf8_add_offset
|
|
after use
|
|
|
|
|
|
#29886, closes #218, closes #451)
|
|
xfer.file.upload_path (issue #388)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
command closes buffers (closes #445)
|
|
in command /connect
Even if the option irc.look.buffer_open_before_autojoin is on.
|
|
the hashtable
|
|
When relay plugin gets a new successfull handshake for a relay
connection using websocket it will look for HTTP header X-Real-IP which
is commonly used when proxying connections. This allows users of WeeChat
and proxy to see the client's real IP address instead of the address of
the HTTP proxy.
|
|
|
|
(closes #436)
|
|
|
|
|
|
|
|
|
|
|
|
Fixes #376. This avoids warnings for WHOX messages that we do not parse/
understand yet. Previously, IRC_PROTOCOL_MIN_ARGS was 5 where it should
have been 4 (which avoids warnings for WHOX commands only requesting one
WHOX type). Changing the behavior to support all different WHOX types
seems like a bad idea to me, as it's quite hard to figure out which
information was requested with the WHOX command.
|
|
|
|
|
|
irc.look.color_nicks_in_server_messages is off
|
|
server response (closes #412)
|
|
|
|
|
|
|
|
"ssl_fingerprint" (closes #281)
|
|
|
|
|
|
|
|
(closes #396)
The purpose of the fix is to display any PART received on a channel,
even if the nick is not found in the channel's nicklist
(when channel is "+a", all PART are received from nick "anonymous").
|
|
|
|
|
|
|
|
(closes #367)
|