Age | Commit message (Collapse) | Author | |
---|---|---|---|
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-22 | Merge pull request #495 from sim642/uptime-o | Sébastien Helleu | |
core: fix "/uptime -o" output for 0 days | |||
2015-08-22 | core: update Japanese translations | AYANOKOUZI, Ryuunosuke | |
2015-08-21 | doc: remove trailing whitespace in Polish FAQ | Sébastien Helleu | |
2015-08-20 | doc: update default search bind in FAQ | Simmo Saan | |
2015-08-20 | doc: remove blank lines at end of auto-generated files | Sébastien Helleu | |
2015-08-19 | core: remove carriage returns in weechat.xpm | Sébastien Helleu | |
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-16 | core: rename "scripts" directory to "build-scripts" | Sébastien Helleu | |
2015-08-16 | Version 1.4-dev | Sébastien Helleu | |
2015-08-16 | Version 1.3 | Sébastien Helleu | |
2015-08-16 | core: add note about new option irc.network.channel_encode in release notes | Sébastien Helleu | |
2015-08-16 | core: update Czech translations | Ondřej Súkup | |
2015-08-15 | doc: update German auto-generated files | Sébastien Helleu | |
2015-08-15 | core: update German translations | Nils Görs | |
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 | Version 1.3-rc2 | 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-14 | doc: update Polish auto-generated files | Sébastien Helleu | |
2015-08-14 | doc: update polish translation | Krzysztof Korościk | |
2015-08-14 | weechat: polish translation update | Krzysztof Korościk | |
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-10 | doc: update Japanese auto-generated files | Sébastien Helleu | |
2015-08-10 | Merge pull request #480 from l/translation_ja | Sébastien Helleu | |
core: update Japanese translations | |||
2015-08-10 | core: update Japanese translations | AYANOKOUZI, Ryuunosuke | |
2015-08-09 | core: fix long lines in weechat.c | Sébastien Helleu | |
2015-08-08 | core: update translations | 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 | core: update German translations | Nils Görs | |
2015-08-08 | core: update German translations | Nils Görs | |
2015-08-08 | core: update German translations | Nils Görs | |
2015-08-08 | irc: add support for CAP cap-notify | Max Teufel | |
2015-08-08 | doc: update auto-generated files with hdata | Sébastien Helleu | |
2015-08-08 | doc: update German auto-generated files | Sébastien Helleu | |
2015-08-07 | core: update German translations | Nils Görs | |
2015-08-07 | core: update ChangeLog (issue #475) | Sébastien Helleu | |
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-06 | Version 1.3-rc1 | 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 |