summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2015-08-22api: add function string_hex_dump()Sébastien Helleu
2015-08-22irc: fix display of messages sent to server in raw bufferSé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-22irc: fix display of invalid UTF-8 chars in raw bufferSé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-22Merge pull request #495 from sim642/uptime-oSébastien Helleu
core: fix "/uptime -o" output for 0 days
2015-08-22core: update Japanese translationsAYANOKOUZI, Ryuunosuke
2015-08-21doc: remove trailing whitespace in Polish FAQSébastien Helleu
2015-08-20doc: update default search bind in FAQSimmo Saan
2015-08-20doc: remove blank lines at end of auto-generated filesSébastien Helleu
2015-08-19core: remove carriage returns in weechat.xpmSébastien Helleu
2015-08-18core: fix /uptime output for 0 daysSimmo Saan
2015-08-18api: add argument "length" in function utf8_is_valid()Sébastien Helleu
2015-08-16core: rename "scripts" directory to "build-scripts"Sébastien Helleu
2015-08-16Version 1.4-devSébastien Helleu
2015-08-16Version 1.3Sébastien Helleu
2015-08-16core: add note about new option irc.network.channel_encode in release notesSébastien Helleu
2015-08-16core: update Czech translationsOndřej Súkup
2015-08-15doc: update German auto-generated filesSébastien Helleu
2015-08-15core: update German translationsNils Görs
2015-08-15irc: 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-14Version 1.3-rc2Sébastien Helleu
2015-08-14irc: 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-14doc: update Polish auto-generated filesSébastien Helleu
2015-08-14doc: update polish translationKrzysztof Korościk
2015-08-14weechat: polish translation updateKrzysztof Korościk
2015-08-13python: 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-13api: add missing function infolist_search_var() in script API (issue #484)Sébastien Helleu
2015-08-13api: add missing function hook_completion_get_string() in script API (issue ↵Sébastien Helleu
#484)
2015-08-12javascript: remove debug prints in log fileSébastien Helleu
2015-08-11core: add completion "colors" (closes #481)Sébastien Helleu
2015-08-11core: fix long linesSébastien Helleu
2015-08-10doc: update Japanese auto-generated filesSébastien Helleu
2015-08-10Merge pull request #480 from l/translation_jaSébastien Helleu
core: update Japanese translations
2015-08-10core: update Japanese translationsAYANOKOUZI, Ryuunosuke
2015-08-09core: fix long lines in weechat.cSébastien Helleu
2015-08-08core: update translationsSébastien Helleu
2015-08-08Merge pull request #476 from sim642/alias-exampleSébastien Helleu
core: update examples of alias add commands
2015-08-08core: update German translationsNils Görs
2015-08-08core: update German translationsNils Görs
2015-08-08core: update German translationsNils Görs
2015-08-08irc: add support for CAP cap-notifyMax Teufel
2015-08-08doc: update auto-generated files with hdataSébastien Helleu
2015-08-08doc: update German auto-generated filesSébastien Helleu
2015-08-07core: update German translationsNils Görs
2015-08-07core: update ChangeLog (issue #475)Sébastien Helleu
2015-08-07core: update translationsSébastien Helleu
2015-08-07Merge remote-tracking branch 'origin/pr/475'Sébastien Helleu
2015-08-06core: update examples of alias add commandsSimmo Saan
2015-08-06Version 1.3-rc1Sébastien Helleu
2015-08-05irc: fix update of lag item when the server lag changesSébastien Helleu
2015-08-04irc: remove lag item when a lag is displayed and new lag computed is exactly ↵Sébastien Helleu
0 milliseconds