Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-11-07 | irc: make /ban, /unban, /quiet, /unquiet send multiple at once (closes #15) | Simmo Saan | |
irc: make /quiet, /unquiet honor ban_mask_default (closes #577) | |||
2015-11-04 | core: fix example in /help key | Sébastien Helleu | |
2015-10-27 | ruby: fix load of scripts requiring "uri" (closes #433) | Sébastien Helleu | |
2015-10-25 | fifo: add buffer name in error when the buffer is not found | Sébastien Helleu | |
2015-10-18 | irc: add "cap-notify" in list of supported capabilities (/help cap) | Sébastien Helleu | |
2015-10-18 | irc: fix code style | Sébastien Helleu | |
2015-10-18 | Merge remote-tracking branch 'origin/pr/477' | 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 translations | Sébastien Helleu | |
2015-09-27 | logger: Report system error string to user | Andrew Potter | |
2015-09-13 | relay: remove useless condition always evaluated to true | Sébastien Helleu | |
2015-09-12 | alias: display completion in /alias list (closes #518) | Sébastien Helleu | |
2015-09-12 | alias: fix indentation error | 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-08-25 | irc: remove blank line at the end of file | Sébastien Helleu | |
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: fix typos in /help ban and /help quiet | Sébastien Helleu | |
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 | relay: use API function string_hex_dump() to display raw message | Sébastien Helleu | |
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 | core: fix /uptime output for 0 days | Simmo Saan | |
2015-08-18 | api: add argument "length" in function utf8_is_valid() | Sébastien Helleu | |
2015-08-15 | irc: update help on option irc.network.channel_encode (issue #218, issue #482) | Sébastien Helleu | |
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-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 | python: fix cppcheck error on variable "python2_bin" (closes #486) | Sébastien Helleu | |
This fixes only a wrong error report from cppcheck, there was no problem in code with the variable "python2_bin". | |||
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-12 | javascript: remove debug prints in log file | Sébastien Helleu | |
2015-08-11 | core: add completion "colors" (closes #481) | Sébastien Helleu | |
2015-08-11 | core: fix long lines | Sébastien Helleu | |
2015-08-09 | core: fix long lines in weechat.c | Sébastien Helleu | |
2015-08-08 | Merge pull request #476 from sim642/alias-example | Sébastien Helleu | |
core: update examples of alias add commands | |||
2015-08-08 | irc: add support for CAP cap-notify | Max Teufel | |
2015-08-07 | core: update translations | Sébastien Helleu | |
2015-08-07 | Merge remote-tracking branch 'origin/pr/475' | Sébastien Helleu | |
2015-08-06 | core: update examples of alias add commands | Simmo Saan | |
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-08-03 | core: update options supporting secured data in /help secure | Sébastien Helleu | |
2015-07-26 | core: fix typo in /help weechat.look.key_grab_delay | Sébastien Helleu | |
2015-07-26 | core: factorize functions to search text in window | Sébastien Helleu | |
2015-07-26 | Merge remote-tracking branch 'origin/pr/393' | Sébastien Helleu | |