Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-01-23 | relay: fix command "input" received from clients (weechat protocol) (closes ↵ | Sébastien Helleu | |
#663) The command "input" received with only spaces in content of message was ignored by WeeChat (because of the split on spaces). | |||
2016-01-23 | core: fix number of arguments returned by string_split | Sébastien Helleu | |
When keep_eol is 2 and separators are found at the end of string, the function returned argc + 1 instead of argc. | |||
2016-01-17 | irc: add missing completion "*" for target in command /msg | Sébastien Helleu | |
2016-01-17 | irc: fix /msg command with multiple targets including "*" | Sébastien Helleu | |
2016-01-17 | core: update ChangeLog (closes #204) | Sébastien Helleu | |
2016-01-10 | Version 1.4 | Sébastien Helleu | |
2016-01-06 | irc: fix channel forwarding (closes #643) | Sébastien Helleu | |
The problem happens when the option irc.look.buffer_open_before_{autojoin|join} is on. | |||
2016-01-06 | core: move line in ChangeLog | Sébastien Helleu | |
2016-01-05 | alias: do not allow slashes and spaces in alias name (closes #646) | Sébastien Helleu | |
2016-01-02 | irc: evaluate content of server option "addresses" | Sébastien Helleu | |
2015-12-31 | core: fix execution of empty command name | Sébastien Helleu | |
The strings "/" and "/ " are not considered as valid commands any more. | |||
2015-12-25 | core: update ChangeLog | Sébastien Helleu | |
2015-12-24 | tests: fix locale used to execute tests | Sébastien Helleu | |
2015-12-24 | core: update ChangeLog | Sébastien Helleu | |
2015-12-24 | core: move lines in ChangeLog | Sébastien Helleu | |
2015-12-24 | irc: move option irc.network.alternate_nick into servers (closes #633) | Sébastien Helleu | |
2015-12-24 | core: add a parent name in options (closes #629) | Sébastien Helleu | |
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-23 | core: fix memory leak when using multiple "-d" or "-r" in command line arguments | Sébastien Helleu | |
2015-12-20 | core: update ChangeLog (closes #351) | Sébastien Helleu | |
2015-12-20 | core: update ChangeLog (closes #347) | Sébastien Helleu | |
2015-12-18 | core: add info about SNI in ChangeLog | Sébastien Helleu | |
2015-12-15 | core: add issue #260 in ChangeLog | Sébastien Helleu | |
2015-12-10 | irc: add support of SNI in SSL connection to IRC server (closes #620) | Sébastien Helleu | |
2015-12-09 | script: add completion with languages and extensions, support search by ↵ | Sébastien Helleu | |
language/extension in /script search | |||
2015-12-06 | core: add names for anchors in ChangeLog | Sébastien Helleu | |
2015-12-02 | fifo: add /fifo command | Sébastien Helleu | |
2015-11-24 | irc: add a condition for colon before the password in PASS message (issue #602) | Sébastien Helleu | |
Some weird IRC servers may refuse a PASS command with a colon, so we send a colon only if the password contains spaces or begins with a colon. | |||
2015-11-24 | irc: add a missing colon before the password in PASS message (closes #602) | Sébastien Helleu | |
2015-11-17 | irc: use current channel and current server channels first in completions ↵ | Sébastien Helleu | |
"irc_channels" and "irc_server_channels" (closes #392) | |||
2015-11-16 | irc: use current channel first in completion "irc_channels" (task #12923, ↵ | Sébastien Helleu | |
issue #392) | |||
2015-11-12 | core: add "tmux" and "tmux-256color" in supported $TERM values (closes #519) | Sébastien Helleu | |
2015-10-27 | ruby: fix load of scripts requiring "uri" (closes #433) | Sébastien Helleu | |
2015-10-25 | core: update ChangeLog | Sébastien Helleu | |
2015-10-19 | core: update ChangeLog | Sébastien Helleu | |
2015-10-19 | core: update ChangeLog | Sébastien Helleu | |
2015-10-03 | core: add option weechat.look.paste_auto_add_newline (closes #543) | Sébastien Helleu | |
2015-09-30 | core: update ChangeLog (issue #541) | Sébastien Helleu | |
2015-09-29 | core: add Czech man page and quickstart guide in ChangeLog (issue #490) | Sébastien Helleu | |
2015-09-12 | alias: display completion in /alias list (closes #518) | Sébastien Helleu | |
2015-09-09 | core: display a more explicit error when a filter fails to be added (closes ↵ | Sébastien Helleu | |
#522) | |||
2015-09-08 | irc: fix charset decoding in incoming private messages (closes #520) | Sébastien Helleu | |
2015-09-07 | ruby: fix Ruby detection when pkg-config is not installed | Sébastien Helleu | |
The package "pkgconf" is not installed by default on FreeBSD 10.2, so the detection of Ruby was failing. | |||
2015-08-24 | script: add option script.scripts.download_timeout | Sébastien Helleu | |
2015-08-24 | api: fix handle of invalid escape in function string_convert_escaped_chars() | Sébastien Helleu | |
And a new test is now checking that "\" returns "". | |||
2015-08-24 | irc: add command /cap (closes #8) | Sébastien Helleu | |
2015-08-23 | relay: display the arrow before client id and protocol in raw buffer | Sébastien Helleu | |
This prevents the arrow to be truncated if the option weechat.look.prefix_align_max is set to a non-zero value. | |||
2015-08-23 | irc: display the arrow before server name in raw buffer | Sébastien Helleu | |
This prevents the arrow to be truncated if the option weechat.look.prefix_align_max is set to a non-zero value. | |||
2015-08-23 | core: fix truncated messages after a word with a length of zero on screen ↵ | Sébastien Helleu | |
(bug #40985, issue #502) | |||
2015-08-22 | irc: add hex dump of messages in raw buffer | Sébastien Helleu | |
The dump of messages is displyed when the debug is enabled for irc plugin (level 2 or more), for example: /debug set irc 2 | |||
2015-08-22 | api: add function string_hex_dump() | Sébastien Helleu | |