Sébastien Helleu
c4e3d66ba5
core: add a parent name in options ( closes #629 )
...
Inherited values are now displayed in /set output when the value is
null, if a parent option name is defined in option.
New option: weechat.color.chat_value_null
2015-12-24 07:53:37 +01:00
Sébastien Helleu
6e60a4882e
core: update translations
2015-12-20 08:20:45 +01:00
Sébastien Helleu
136da36d7a
irc: add support of SNI in SSL connection to IRC server ( closes #620 )
2015-12-10 07:13:20 +01:00
Sébastien Helleu
e6e8f34b4a
script: update help on /script search
2015-12-10 07:06:21 +01:00
Sébastien Helleu
e734914380
script: add completion with languages and extensions, support search by language/extension in /script search
2015-12-09 07:40:16 +01:00
Sébastien Helleu
6f0151e128
fifo: add /fifo command
2015-12-02 19:46:34 +01:00
Sébastien Helleu
b492c1b1e2
core: add "tmux" and "tmux-256color" in supported $TERM values ( closes #519 )
2015-11-12 21:25:28 +01:00
Sébastien Helleu
99ebccad3f
core: fix example in /help key
2015-11-04 18:14:07 +01:00
Sébastien Helleu
61a4c1b5c1
fifo: add buffer name in error when the buffer is not found
2015-10-25 07:37:43 +01:00
Sébastien Helleu
995eb1f004
irc: add "cap-notify" in list of supported capabilities (/help cap)
2015-10-18 19:19:03 +02:00
Sébastien Helleu
eb95512f7c
core: update translations
2015-10-18 18:59:24 +02:00
Sébastien Helleu
fab0d4e740
core: add option weechat.look.paste_auto_add_newline ( closes #543 )
2015-10-03 12:08:30 +02:00
Sébastien Helleu
b76cd5a724
core: update translations
2015-09-30 20:57:29 +02:00
Sébastien Helleu
664876bde6
alias: display completion in /alias list ( closes #518 )
2015-09-12 09:23:48 +02:00
Sébastien Helleu
8688c48e42
core: display a more explicit error when a filter fails to be added ( closes #522 )
2015-09-09 09:22:40 +02:00
Sébastien Helleu
c35c941298
script: add option script.scripts.download_timeout
2015-08-24 13:26:59 +02:00
Sébastien Helleu
c8ac75601f
irc: fix typos in /help ban and /help quiet
2015-08-24 10:07:44 +02:00
Sébastien Helleu
350938181b
irc: add command /cap ( closes #8 )
2015-08-24 10:02:38 +02:00
Sébastien Helleu
667f27b290
irc: update help on option irc.network.channel_encode (issue #218 , issue #482 )
...
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.
2015-08-15 07:40:26 +02:00
Sébastien Helleu
15218ed294
irc: add option irc.network.channel_encode (issue #218 , issue #482 )
...
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.
2015-08-14 21:25:27 +02:00
Krzysztof Korościk
c98c5afe00
weechat: polish translation update
2015-08-14 18:00:59 +02:00
Sébastien Helleu
be0212bd27
core: add completion "colors" ( closes #481 )
2015-08-11 22:26:44 +02:00
Sébastien Helleu
f0ad26de1c
core: update translations
2015-08-08 10:32:48 +02:00
Sébastien Helleu
ded3f7b13c
core: update translations
2015-08-07 07:42:07 +02:00
Sébastien Helleu
5d3e485aec
core: update options supporting secured data in /help secure
2015-08-03 21:29:17 +02:00
Sébastien Helleu
981beb917e
core: fix typo in /help weechat.look.key_grab_delay
2015-07-26 19:59:44 +02:00
Sébastien Helleu
8107025c78
core: update translations
2015-07-26 19:55:24 +02:00
Sébastien Helleu
74f1592f21
core: add option weechat.look.key_grab_delay to set the default delay when grabbing a key with alt-k
2015-07-26 09:45:40 +02:00
Sébastien Helleu
6ec5d5a148
core: remove obsolete translations
2015-07-26 09:42:42 +02:00
Sébastien Helleu
fad9806e08
core: fix typo in /help window
2015-07-22 07:52:18 +02:00
Sébastien Helleu
b1bd5c721e
alias: add options "add", "addcompletion" and "del" in command /alias, remove command /unalias ( closes #458 )
2015-07-20 07:54:59 +02:00
Sébastien Helleu
a02743b229
core: add option weechat.look.confirm_upgrade ( closes #463 )
2015-07-14 07:58:21 +02:00
Sébastien Helleu
219f406d3c
core: remove obsolete translations
2015-07-11 21:43:31 +02:00
Sébastien Helleu
14496c41a3
irc: evaluate content of server option "nicks"
2015-07-10 20:10:22 +02:00
Sébastien Helleu
cc774d099b
irc: do not allow command /query with a channel name ( closes #459 )
2015-07-09 20:35:27 +02:00
Sébastien Helleu
9bf40517d3
api: add support of evaluated sub-strings and current date/time in function string_eval_expression() and command /eval
2015-06-30 20:25:35 +02:00
Sébastien Helleu
7fabe8c2a2
core: allow ctrl-C to exit WeeChat when the passphrase is asked on startup ( closes #452 )
2015-06-28 09:16:24 +02:00
Sébastien Helleu
0ff8d7b543
irc: decode/encode only text in IRC messages and not the headers (bug #29886 , closes #218 , closes #451 )
2015-06-27 17:00:53 +02:00
Sébastien Helleu
fdd9c03e5a
xfer: evaluate content of options xfer.file.download_path and xfer.file.upload_path (issue #388 )
2015-06-27 08:11:28 +02:00
Sébastien Helleu
6668b9869b
core: fix help of /eval command
2015-06-23 21:30:58 +02:00
Sébastien Helleu
a79c0fcff3
core: allow pointer as list name in evaluation of hdata ( closes #450 )
2015-06-23 20:55:52 +02:00
Sébastien Helleu
33a4b4b1fc
logger: evaluate content of option logger.file.path (issue #388 )
2015-06-20 08:08:24 +02:00
Sébastien Helleu
292830b5bf
script: evaluate content of option script.scripts.dir (issue #388 )
2015-06-19 21:12:47 +02:00
Maciek Gajewski
96c71aa0c4
core: fix typo in Polish translation
2015-06-14 08:39:11 +02:00
Sébastien Helleu
c4d95bc1e2
core: update translations
2015-06-13 07:42:30 +02:00
Sébastien Helleu
7c6c450662
core: replace "create" by "add" in messages and docs for IRC servers and proxies
2015-06-04 22:00:10 +02:00
Krzysztof Korościk
4667366888
Update polih translations
2015-05-09 14:00:23 +02:00
Sébastien Helleu
e2310a4264
irc: display a warning when the option irc.look.display_away is set to "channel"
2015-05-07 07:07:09 +02:00
Sébastien Helleu
6b2c9d2cb8
api: add support of environment variables in function string_eval_expression() and command /eval (issue #388 )
2015-04-26 11:50:39 +02:00
Sébastien Helleu
f7ff3bcadd
core: add environment variable WEECHAT_HOME in "weechat --help"
2015-04-25 13:01:36 +02:00