Juan Francisco Cantero Hurtado
7551b8db0c
trigger: add recover to cmd_pass/msg_auth, and regain to msg_auth
2015-08-31 19:33:21 +02:00
Sébastien Helleu
4b2abd910b
Merge pull request #504 from l/translation_ja
...
core: update Japanese translations
2015-08-26 12:08:24 +02:00
AYANOKOUZI, Ryuunosuke
5c37c1c6f6
core: update Japanese translations
2015-08-26 09:00:00 +09:00
Sébastien Helleu
9366873222
irc: remove blank line at the end of file
2015-08-25 07:14:42 +02:00
Sébastien Helleu
c35c941298
script: add option script.scripts.download_timeout
2015-08-24 13:26:59 +02:00
Sébastien Helleu
00b60be4b7
doc: update German auto-generated files
2015-08-24 11:49:53 +02:00
Nils Görs
91ab214e72
core: update German translations
2015-08-24 11:25:46 +02:00
Sébastien Helleu
41cb1bf635
api: fix handle of invalid escape in function string_convert_escaped_chars()
...
And a new test is now checking that "\" returns "".
2015-08-24 11:05:31 +02:00
Sébastien Helleu
c8ac75601f
irc: fix typos in /help ban and /help quiet
2015-08-24 10:07:44 +02:00
Sébastien Helleu
350938181b
irc: add command /cap ( closes #8 )
2015-08-24 10:02:38 +02:00
Sébastien Helleu
f68896fdd3
relay: display the arrow before client id and protocol in raw buffer
...
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 10:08:56 +02:00
Sébastien Helleu
8319332a78
irc: display the arrow before server name in raw buffer
...
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 09:55:28 +02:00
Sébastien Helleu
e179a34a40
core: fix truncated messages after a word with a length of zero on screen (bug #40985 , issue #502 )
2015-08-23 09:50:36 +02:00
Sébastien Helleu
aa8b68363e
doc: update Japanese auto-generated files
2015-08-22 15:37:47 +02:00
Sébastien Helleu
22b602e607
Merge pull request #500 from l/translation_ja
...
core: update Japanese translations
2015-08-22 15:34:44 +02:00
Sébastien Helleu
46899c4a98
doc: update default search bind in Italian FAQ
2015-08-22 11:29:27 +02:00
Sébastien Helleu
91b4507145
Merge pull request #497 from sim642/faq-search-here
...
doc: update default search bind in FAQ
2015-08-22 11:28:47 +02:00
Sébastien Helleu
d05ebd18c1
irc: add hex dump of messages in raw buffer
...
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 09:47:01 +02:00
Sébastien Helleu
0443ef49e7
relay: use API function string_hex_dump() to display raw message
2015-08-22 09:42:09 +02:00
Sébastien Helleu
951d1f91a4
api: add function string_hex_dump()
2015-08-22 09:30:08 +02:00
Sébastien Helleu
8b47243516
irc: fix display of messages sent to server in raw buffer
...
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 08:56:07 +02:00
Sébastien Helleu
2c4b0e32ec
irc: fix display of invalid UTF-8 chars in raw buffer
...
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 08:53:33 +02:00
Sébastien Helleu
0513800cb6
Merge pull request #495 from sim642/uptime-o
...
core: fix "/uptime -o" output for 0 days
2015-08-22 07:23:20 +02:00
AYANOKOUZI, Ryuunosuke
a79d7b1c7e
core: update Japanese translations
2015-08-22 09:00:00 +09:00
Sébastien Helleu
99580f88bb
doc: remove trailing whitespace in Polish FAQ
2015-08-21 07:35:44 +02:00
Simmo Saan
c663717711
doc: update default search bind in FAQ
2015-08-20 21:58:24 +03:00
Sébastien Helleu
d0b11eceab
doc: remove blank lines at end of auto-generated files
2015-08-20 07:36:22 +02:00
Sébastien Helleu
5c5bd1a8b8
core: remove carriage returns in weechat.xpm
2015-08-19 07:47:00 +02:00
Simmo Saan
7d6fab0644
core: fix /uptime output for 0 days
2015-08-18 13:51:57 +03:00
Sébastien Helleu
46a9d17ac3
api: add argument "length" in function utf8_is_valid()
2015-08-18 07:36:48 +02:00
Sébastien Helleu
fd1886e883
core: rename "scripts" directory to "build-scripts"
2015-08-16 11:29:31 +02:00
Sébastien Helleu
a929633759
Version 1.4-dev
2015-08-16 09:30:37 +02:00
Sébastien Helleu
9019d031b6
Version 1.3
v1.3
2015-08-16 08:27:07 +02:00
Sébastien Helleu
1f457ca0a5
core: add note about new option irc.network.channel_encode in release notes
2015-08-16 08:16:31 +02:00
Ondřej Súkup
c02baef622
core: update Czech translations
2015-08-16 07:32:51 +02:00
Sébastien Helleu
19739e48f7
doc: update German auto-generated files
2015-08-15 20:11:26 +02:00
Nils Görs
35433bb706
core: update German translations
2015-08-15 19:38:03 +02:00
Sébastien Helleu
667f27b290
irc: update help on option irc.network.channel_encode (issue #218 , issue #482 )
...
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-15 07:40:26 +02:00
Sébastien Helleu
f1b36e5095
Version 1.3-rc2
v1.3-rc2
2015-08-14 21:37:58 +02:00
Sébastien Helleu
15218ed294
irc: add option irc.network.channel_encode (issue #218 , issue #482 )
...
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 21:25:27 +02:00
Sébastien Helleu
be3025f569
doc: update Polish auto-generated files
2015-08-14 20:02:56 +02:00
Krzysztof Korościk
46dfe34f70
doc: update polish translation
2015-08-14 18:59:10 +02:00
Krzysztof Korościk
c98c5afe00
weechat: polish translation update
2015-08-14 18:00:59 +02:00
Sébastien Helleu
a56fec820b
python: fix cppcheck error on variable "python2_bin" ( closes #486 )
...
This fixes only a wrong error report from cppcheck, there was no problem
in code with the variable "python2_bin".
2015-08-13 20:51:51 +02:00
Sébastien Helleu
4716e81d4e
api: add missing function infolist_search_var() in script API (issue #484 )
2015-08-13 20:50:15 +02:00
Sébastien Helleu
7033fdd0cb
api: add missing function hook_completion_get_string() in script API (issue #484 )
2015-08-13 20:45:33 +02:00
Sébastien Helleu
6b75516702
javascript: remove debug prints in log file
2015-08-12 21:03:08 +02:00
Sébastien Helleu
be0212bd27
core: add completion "colors" ( closes #481 )
2015-08-11 22:26:44 +02:00
Sébastien Helleu
6c6667dadd
core: fix long lines
2015-08-11 21:23:10 +02:00
Sébastien Helleu
ca6854e207
doc: update Japanese auto-generated files
2015-08-10 07:36:43 +02:00