7890 Commits

Author SHA1 Message Date
Sébastien Helleu
6494deb29c Version 1.9.1 v1.9.1 2017-09-23 13:08:45 +02:00
Sébastien Helleu
05a9875f81 relay: fix send of "PART" command in backlog (irc protocol)
(cherry picked from commit cf51849ac5d708d8133fc2423da75bfd2b7c4298)
2017-09-23 12:57:42 +02:00
Sébastien Helleu
f30d556e25 buflist: fix crash in auto-scroll of bar when the buflist item is not the first item in the bar
(cherry picked from commit f851246ff667a5ab9fb03675a368988028180f9c)
2017-09-23 12:41:53 +02:00
Sébastien Helleu
f105c6f0b5 logger: call strftime before replacing buffer local variables 2017-09-23 11:38:17 +02:00
Sébastien Helleu
1206a7bbe4 Version 1.9 v1.9 2017-06-25 10:20:52 +02:00
Sébastien Helleu
77d1175026 doc: update Polish auto-generated files 2017-06-24 15:00:44 +02:00
Krzysztof Korościk
49b70911b0 doc: updated polish translation 2017-06-24 12:18:42 +02:00
Krzysztof Korościk
3976fa33a1 po: updated polish translation 2017-06-24 12:01:27 +02:00
Sébastien Helleu
6a8d2e5044 doc: update German auto-generated files 2017-06-24 06:55:35 +02:00
Nils Görs
a78d97e2d9 core: update German translations 2017-06-24 00:57:25 +02:00
Sébastien Helleu
1318f1b72e doc: update German auto-generated files 2017-06-23 15:51:33 +02:00
Nils Görs
ceb5351eb8 core: update German translations 2017-06-23 15:48:58 +02:00
Sébastien Helleu
b3dd47edd8 buflist: add variable ${format_name} in bar item evaluation and option buflist.format.name (issue #1020) 2017-06-23 12:00:34 +02:00
Sébastien Helleu
5a9269ba20 Version 1.9-rc2 v1.9-rc2 2017-06-22 18:35:48 +02:00
Sébastien Helleu
4827ede798 buflist: display the warning about script buffers.pl only if buflist is enabled 2017-06-20 22:02:06 +02:00
Sébastien Helleu
c15c30770e irc: fix update of nick prefixes when the names are received in message 353 (closes #1022)
This regression was introduced by commit
fadee506642ee80f42027816cc6cb758dcb68011 (issue #1019)
2017-06-20 07:21:08 +02:00
Sébastien Helleu
fadee50664 irc: don't reset nick properties (prefixes/away/account/realname) on /names when the nick already exists (closes #1019) 2017-06-17 15:22:01 +02:00
Sébastien Helleu
48a3baedd5 doc: update Japanese auto-generated files 2017-06-15 21:36:28 +02:00
Sébastien Helleu
22d69953d4 doc: update German auto-generated files 2017-06-15 21:36:15 +02:00
Sébastien Helleu
5e62af427b Merge pull request #1017 from l/master/translation/ja_JP
core: update Japanese translations
2017-06-15 21:34:26 +02:00
Nils Görs
29f90fb80e core: update German translations 2017-06-15 09:34:13 +02:00
Sébastien Helleu
54517dbf4f Version 1.9-rc1 v1.9-rc1 2017-06-15 09:07:51 +02:00
AYANOKOUZI, Ryuunosuke
227776f8b9 core: update Japanese translations 2017-06-15 09:00:00 +09:00
Sébastien Helleu
383652aa2a irc: remove unused functions irc_server_get_number_connected and irc_server_get_number_buffer (issue #1012) 2017-06-14 07:29:11 +02:00
Sébastien Helleu
fbbb72c44d buflist: add variable ${merged} in /help buflist 2017-06-13 21:17:54 +02:00
Sébastien Helleu
cab29dd47f doc: add missing file fifo.conf in user's guide 2017-06-13 21:14:59 +02:00
Sébastien Helleu
92a40052af buflist: add variable ${merged} in bar item evaluation 2017-06-13 20:29:38 +02:00
Sébastien Helleu
fbf7156b1b alias: fix message in case of error in command /alias addcompletion 2017-06-12 20:07:44 +02:00
Sébastien Helleu
ee2f09fb13 relay: add option "start" in command /relay 2017-06-12 20:06:58 +02:00
Sébastien Helleu
8dbd2cf83d doc: add missing API functions in scripting guide 2017-06-11 08:20:12 +02:00
Sébastien Helleu
3dc72b2e5f core: free use of pointer after free in case of error in function string_dyn_concat 2017-06-10 17:35:47 +02:00
Sébastien Helleu
46f409d463 core: improve speed of nicklist bar item callback
It's faster to use a string with dynamic size, rather than looping on the whole
nicklist to compute the length of result string, before looping again to build
the string.
2017-06-10 16:56:13 +02:00
Sébastien Helleu
54bf589d7d core, plugins: fix conditions to insert elements in linked lists
This removes scan-build warnings about dereference of last_xxx null pointers.
2017-06-10 16:21:11 +02:00
Sébastien Helleu
8c8a0c0826 core: remove unused function gui_window_clear_weechat (issue #1012) 2017-06-10 15:03:06 +02:00
Sébastien Helleu
f2d250a78f core: remove unused function upgrade_file_read_string_utf8 (issue #1012) 2017-06-10 15:02:34 +02:00
Sébastien Helleu
ad9c75f234 core: remove unused functions secure_search_hash_algo and secure_search_cipher (issue #1012) 2017-06-10 15:01:58 +02:00
Sébastien Helleu
3af24d9739 core: remove unused function proxy_search_with_option_name (issue #1012) 2017-06-10 15:01:21 +02:00
Sébastien Helleu
be47805597 Merge pull request #1015 from Neui/remove-unused-irc-stores
irc: Remove unnecessary stores
2017-06-10 14:54:41 +02:00
Sébastien Helleu
a9f87e7e56 core: add contributor in AUTHORS.adoc 2017-06-10 08:25:36 +02:00
Neui
f962ba1c6c trigger: if hashmap creation failed, don't use tags
If hashmap creation fails (eg. not enough memory), it jumps to the label
"end", where it checks the pointer tags, that hadn't been initialized
before.

The simple fix is to initialize it before creating the hashmap.
2017-06-10 08:24:34 +02:00
Sébastien Helleu
46b27bff4e core: fix bind of keys with space key, like alt+space (bug #32133) 2017-06-10 08:15:44 +02:00
Sébastien Helleu
964481aaeb doc: update Japanese auto-generated files 2017-06-10 08:03:37 +02:00
Sébastien Helleu
0c249b14c9 Merge pull request #1016 from l/master/translation/ja_JP
core: update Japanese translations
2017-06-10 07:53:03 +02:00
Sébastien Helleu
493ecfb388 doc: update German auto-generated files 2017-06-10 07:41:48 +02:00
AYANOKOUZI, Ryuunosuke
5352702213 core: update Japanese translations 2017-06-10 09:00:00 +09:00
Nils Görs
fc12a34f19 core: update German translations 2017-06-09 22:39:59 +02:00
Neui
d924eff930 irc: Remove unnecessary stores 2017-06-09 21:00:25 +02:00
Sébastien Helleu
193ff0db37 core: remove unused functions config_file_config_insert and config_file_section_insert_in_config (issue #1012) 2017-06-09 07:54:27 +02:00
Sébastien Helleu
0094be17a8 doc: add missing file fifo.conf in man pages 2017-06-08 07:02:05 +02:00
Sébastien Helleu
5997660bb5 doc: add missing file buflist.conf in Russian man page 2017-06-08 07:00:12 +02:00