Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-01-05 | trigger: add info in error messages | Sébastien Helleu | |
2016-01-05 | alias: do not allow slashes and spaces in alias name (closes #646) | Sébastien Helleu | |
2016-01-03 | irc: remove argument "clear" from command /cap (issue #8, closes #641) | Sébastien Helleu | |
2016-01-02 | irc: evaluate content of server option "addresses" | Sébastien Helleu | |
2016-01-01 | core: update copyright dates | Sébastien Helleu | |
2015-12-24 | irc: fix typo | 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-20 | irc: add default color for +y mode prefix | Christine Dodrill | |
2015-12-20 | Merge pull request #626 from sunpoet/master | Sébastien Helleu | |
javascript: fix build on FreeBSD | |||
2015-12-20 | irc: add missing field realname in function irc_nick_print_log() | Sébastien Helleu | |
2015-12-20 | irc: fix comments | Sébastien Helleu | |
2015-12-20 | irc: fix long line | Sébastien Helleu | |
2015-12-20 | irc: fix condition in account message callback | Sébastien Helleu | |
2015-12-20 | Merge remote-tracking branch 'origin/pr/351' | Sébastien Helleu | |
2015-12-20 | relay: add option relay.irc.backlog_since_last_message | Nick | |
2015-12-20 | Fix build on FreeBSD | Sunpoet Po-Chuan Hsieh | |
The error message is as follows: /usr/ports/irc/weechat/work/weechat-1.3/src/plugins/javascript/weechat-js-api.cpp:4206:16: error: use of undeclared identifier 'localtime' date_tmp = localtime (&time); ^ /usr/ports/irc/weechat/work/weechat-1.3/src/plugins/javascript/weechat-js-api.cpp:4208:9: error: use of undeclared identifier 'strftime' strftime (timebuffer, sizeof (timebuffer), "%F %T", date_tmp); ^ | |||
2015-12-10 | script: update help on /script search | 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-03 | fifo: fix invalid pointer type | Sébastien Helleu | |
2015-12-02 | fifo: add /fifo command | Sébastien Helleu | |
2015-12-02 | script: fix comment | 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-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-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-08 | irc: fix charset decoding in incoming private messages (closes #520) | Sébastien Helleu | |
2015-08-31 | trigger: add recover to cmd_pass/msg_auth, and regain to msg_auth | Juan Francisco Cantero Hurtado | |
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 | 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-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 | irc: add multiple targets and -server option to /ctcp (closes #204) | Simmo Saan | |