Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
2015-08-22 | irc: fix display of messages sent to server in raw buffer | Sébastien Helleu | |
Since the received messages are displayed without UTF-8 conversion (ie this is really the data received), it is consistent to display the message really sent to server (ie after charset conversion), instead of the UTF-8 internal message. | |||
2015-08-22 | irc: fix display of invalid UTF-8 chars in raw buffer | Sébastien Helleu | |
Invalid UTF-8 chars are now displayed as hexadecimal codes, for example: "test\xE9" instead of "test?" (the real word being "testé"). | |||
2015-08-18 | api: add argument "length" in function utf8_is_valid() | Sébastien Helleu | |
2015-08-16 | Version 1.3 | Sébastien Helleu | |
2015-08-14 | irc: add option irc.network.channel_encode (issue #218, issue #482) | Sébastien Helleu | |
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-13 | api: add missing function infolist_search_var() in script API (issue #484) | Sébastien Helleu | |
2015-08-13 | api: add missing function hook_completion_get_string() in script API (issue ↵ | Sébastien Helleu | |
#484) | |||
2015-08-11 | core: add completion "colors" (closes #481) | Sébastien Helleu | |
2015-08-07 | core: update ChangeLog (issue #475) | Sébastien Helleu | |
2015-08-05 | irc: fix update of lag item when the server lag changes | Sébastien Helleu | |
2015-08-04 | irc: remove lag item when a lag is displayed and new lag computed is exactly ↵ | Sébastien Helleu | |
0 milliseconds | |||
2015-07-27 | core: fix key names in ChangeLog | Sébastien Helleu | |
2015-07-26 | core: fix typo in ChangeLog | Sébastien Helleu | |
2015-07-26 | core: update ChangeLog (closes #76, closes #393) | Sébastien Helleu | |
2015-07-26 | core: add option weechat.look.key_grab_delay to set the default delay when ↵ | Sébastien Helleu | |
grabbing a key with alt-k | |||
2015-07-25 | core: flush stdout/stderr after sending text directly on them (fix corrupted ↵ | Sébastien Helleu | |
data sent to hook_process() callback) (closes #442) | |||
2015-07-25 | core: allow execution of command "/input return" on a buffer which is not ↵ | Sébastien Helleu | |
displayed in a window | |||
2015-07-25 | core: move bugs into proper section in ChangeLog | Sébastien Helleu | |
2015-07-24 | core: update ChangeLog | Sébastien Helleu | |
2015-07-20 | alias: add options "add", "addcompletion" and "del" in command /alias, ↵ | Sébastien Helleu | |
remove command /unalias (closes #458) | |||
2015-07-18 | core: replace "closes #" by "issue #" in ChangeLog | Sébastien Helleu | |
2015-07-18 | core: fix crash if a file descriptor used in hook_fd() is too high (> 1024 ↵ | Sébastien Helleu | |
on Linux/BSD) (closes #465) The calls to select() are replaced by poll(), which doesn't have limitation on file descriptor number. | |||
2015-07-18 | xfer: fix crash if the DCC file socket number is too high (issue #465) | Sébastien Helleu | |
2015-07-14 | core: add option weechat.look.confirm_upgrade (closes #463) | Sébastien Helleu | |
2015-07-10 | irc: evaluate content of server option "nicks" | Sébastien Helleu | |
2015-07-09 | irc: do not allow command /query with a channel name (closes #459) | Sébastien Helleu | |
2015-07-04 | api: fix type of value returned by function util_get_time_string | Sébastien Helleu | |
2015-07-04 | api: fix type of value returned by functions utf8_prev_char, utf8_next_char ↵ | Sébastien Helleu | |
and utf8_add_offset | |||
2015-07-03 | api: fix type of value returned by function strcasestr | Sébastien Helleu | |
2015-06-30 | api: add support of evaluated sub-strings and current date/time in function ↵ | Sébastien Helleu | |
string_eval_expression() and command /eval | |||
2015-06-28 | core: allow ctrl-C to exit WeeChat when the passphrase is asked on startup ↵ | Sébastien Helleu | |
(closes #452) | |||
2015-06-27 | core: move ChangeLog entry in bugs section | Sébastien Helleu | |