Age | Commit message (Collapse) | Author |
|
string_eval_expression() and command /eval
|
|
(closes #452)
|
|
|
|
#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.
|
|
weechat.look.buffer_time_format is set to empty string (closes #441)
This reverts commit 2498ff63dba0ad3880fc3dadcac6b36f047ac0e2.
|
|
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.
|
|
The header sys/select.h is now required for select() function.
|
|
|
|
|
|
|
|
|
|
|
|
string_eval_expression() and command /eval (issue #388)
|
|
function string_eval_expression()
|
|
|
|
irc.look.color_nicks_in_server_messages is off
|
|
|
|
|
|
|
|
server response (closes #412)
|
|
move source code to weechat.c
|
|
|
|
to customize quoted messages in cursor mode (closes #403)
|
|
|
|
|
|
|
|
|
|
|