Sébastien Helleu
a603c5e476
irc: fix memory leak in case of error in "ecdsa-nist256p-challenge" SASL mechanism
2017-05-27 08:37:05 +02:00
Sébastien Helleu
b9fdcb0193
doc: add missing special values in function config_option_set for booleans/integers/colors (plugin API reference)
2017-05-26 14:07:08 +02:00
Sébastien Helleu
8062ed6e75
doc: add missing "translation missing" comment in Japanese user's guide
2017-05-25 14:35:42 +02:00
Sébastien Helleu
0e8254e25b
doc: add link to chapter "SASL ECDSA-NIST256P-CHALLENGE" in chapter about Tor/SASL (user's guide) (issue #999 )
2017-05-25 14:27:41 +02:00
Sébastien Helleu
07ddd31c44
doc: fix options to set for TOR/SASL in user's guide ( closes #999 )
2017-05-25 12:21:50 +02:00
Sébastien Helleu
323a19d73a
buflist: increase size of hashtables used for string evaluation (issue #998 )
...
This should make refresh of buflist bar item a bit faster.
2017-05-24 15:04:24 +02:00
Sébastien Helleu
02b1fe9926
buflist: fix slow switch of buffer when there are a lot of buffers opened ( closes #998 )
...
The function hdata_search (which evaluates a condition for each item in a list)
is too slow to search server and channel on each buffer. It is replaced by a
manual search in the list (using weechat_hdata_string to get the name), much
faster.
2017-05-24 14:59:50 +02:00
Sébastien Helleu
28e5018835
irc: remove unused variable in function irc_message_parse
2017-05-24 07:36:07 +02:00
Sébastien Helleu
f12ed55117
doc: add missing mouse keys on buflist bar in user's guide
2017-05-23 21:19:57 +02:00
Sébastien Helleu
a87e3908cf
buflist: add keys F1/F2, alt+F1/alt+F2 to scroll the buflist bar
2017-05-23 09:49:46 +02:00
Sébastien Helleu
c88d578d2d
core: fix potential use of NULL pointer in function arraylist_clear
2017-05-22 11:29:12 +02:00
Sébastien Helleu
23ec19b8dd
core: remove useless condition
...
Variables base_word and nick can not be NULL here.
2017-05-21 14:36:41 +02:00
Sébastien Helleu
066cc258b9
doc: update Japanese auto-generated files
2017-05-20 08:56:59 +02:00
Sébastien Helleu
67c09d799e
Merge pull request #996 from l/master/translation/ja_JP
...
core: update Japanese translations
2017-05-20 08:56:10 +02:00
AYANOKOUZI, Ryuunosuke
68864606e1
core: update Japanese translations
2017-05-20 09:00:00 +09:00
Sébastien Helleu
925e8b79a8
core: allow index for hdata arrays in evaluation of expressions
2017-05-20 00:05:31 +02:00
Sébastien Helleu
455a0e501c
core: update ChangeLog (add fix of crash in buflist)
...
Refers to commit b7d5392771 .
2017-05-19 21:23:23 +02:00
Sébastien Helleu
1bace336bc
relay: fix parsing of CAP command arguments in irc protocol ( closes #995 )
2017-05-19 21:21:30 +02:00
Sébastien Helleu
2ba333d478
doc: update German auto-generated files
2017-05-19 21:21:09 +02:00
Nils Görs
999de96b2a
core: update German translations
2017-05-19 10:11:42 +02:00
Sébastien Helleu
b522060cef
buflist: add variable ${current_buffer} in bar item evaluation
2017-05-19 07:39:23 +02:00
Sébastien Helleu
138af6e7dd
buflist: add missing indentation in /help buflist
2017-05-18 22:00:15 +02:00
Sébastien Helleu
2eebde035a
buflist: add option "bar" in command /buflist, do not automatically add the bar when buflist is disabled ( closes #994 )
2017-05-18 20:34:25 +02:00
Sébastien Helleu
33ccc29a3f
core: fix default value displayed in help of configure options
2017-05-18 20:27:53 +02:00
Sébastien Helleu
60c324eac5
core: fix typo in French translation of /help bar
2017-05-16 07:23:07 +02:00
Sébastien Helleu
f56b38c34e
script: fix typo in a comment
2017-05-15 20:34:56 +02:00
Sébastien Helleu
03a8fbc834
buflist: add a variable to store the size of arraylist
2017-05-15 20:23:42 +02:00
Sébastien Helleu
53d95cbbef
Merge pull request #987 from mimi1vx/cz_up
...
Update czech strings
2017-05-14 07:50:50 +02:00
Ondřej Súkup
cfc550a20a
Update czech strings
2017-05-13 22:07:19 +02:00
Sébastien Helleu
b7d5392771
buflist: fix uninitialized hdata pointer in focus callback
2017-05-13 11:52:55 +02:00
Sébastien Helleu
3cd0960255
Version 1.9-dev
2017-05-13 07:50:50 +02:00
Sébastien Helleu
664cb6598a
Version 1.8
v1.8
2017-05-13 07:07:57 +02:00
Sébastien Helleu
5ba10f4141
core: add chapter about options changed in ReleaseNotes
2017-05-13 07:00:45 +02:00
Sébastien Helleu
769decc98c
doc: update Polish auto-generated files
2017-05-12 20:59:51 +02:00
Krzysztof Korościk
5631e30182
doc: updated polish translations
2017-05-12 20:33:59 +02:00
Krzysztof Korościk
71dc89d057
core: ipdate polish translation
2017-05-12 20:26:01 +02:00
Sébastien Helleu
9b8cc5d130
Merge pull request #986 from mimi1vx/cz_manpage
...
Rewerd description in czech manpage. Fix GPL3 preamble
2017-05-11 20:23:30 +02:00
Ondřej Súkup
65368c003e
Reword description in czech manpage. Fix GPL3 preamble
2017-05-11 08:50:36 +02:00
Sébastien Helleu
8644ad0d4e
script: remove dead assignment in function script_action_install_process_cb
2017-05-10 21:01:40 +02:00
Sébastien Helleu
9df72e5d53
core: remove dead assignment in function gui_input_history_next
2017-05-10 21:00:09 +02:00
Sébastien Helleu
dd2580a1fa
buflist: fix authors
2017-05-10 20:59:23 +02:00
Sébastien Helleu
505f5be3fe
buflist: remove void action on variables used in the function
2017-05-10 20:58:59 +02:00
Sébastien Helleu
d4259a3c9d
buflist: remove unused includes
2017-05-10 20:56:52 +02:00
Sébastien Helleu
93361c95d2
doc: move note in function hook_command_run (plugin API reference)
2017-05-10 20:24:17 +02:00
Sébastien Helleu
36187a240a
python: add detection of Python 3.6
2017-05-08 17:17:41 +02:00
Sébastien Helleu
070249ca3e
core: move line from improvements to new features in ChangeLog
2017-05-07 14:54:33 +02:00
Sébastien Helleu
1921fd4700
doc: update German auto-generated files
2017-05-06 21:27:21 +02:00
Sébastien Helleu
9a03e554e3
doc: update auto-generated files with hdata
2017-05-06 21:26:44 +02:00
Nils Görs
f7c3463c31
core: update German translations
2017-05-06 21:12:27 +02:00
Sébastien Helleu
a8a3fa9f15
Version 1.8-rc1
v1.8-rc1
2017-05-06 16:17:19 +02:00