summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2019-09-18core: update German translationsNils Görs
2019-09-17core: update ChangeLog (closes #1400)Sébastien Helleu
2019-09-17Fixed segfault during excessive evaluation.Tobias Stoeckmann
It is possible to trigger a segmentation fault while processing an evaluation of repeating string. On a Linux 64 bit system, enter this (or adjust arguments for 32 bit accordingly): /eval -n ${repeat:1073741824,----} It will overflow an integer calculation because int instead of size_t is used. Proper check of int limitations fixes this issue. I haven't changed this specific piece of code to size_t because it would crash in other parts of the code tree instead. For now, int is a limitating factor when it comes to strings (and should be enough for sane use cases). Signed-off-by: Tobias Stoeckmann <tobias@stoeckmann.org>
2019-09-17buflist: fix extra spaces between buffers when conditions are used to hide ↵Sébastien Helleu
buffers (closes #1403) This is a regression introduced in version 2.6 by commit bf21ca072d5250b1196e62db61f3ba675ee89b52.
2019-09-17doc: update German auto-generated fileSébastien Helleu
2019-09-17core: update German translationsNils Görs
2019-09-16core: mention possible background color in /help weechat.look.nick_color_forceSébastien Helleu
2019-09-16debian: fix build of packages on Debian Jessie (issue #916, issue #956)Sébastien Helleu
With the new errors on missing libraries in CMake, the PHP plugin must be explicitly disabled.
2019-09-15core: update ChangeLogSébastien Helleu
2019-09-15core: remove obsolete file FindTCL.cmake (issue #916, issue #956)Sébastien Helleu
This is file is provided by CMake and is not needed any more. Moreover, it causes an error on FreeBSD (TCL not found), even if TCL was properly detected and used during the build.
2019-09-15core: display an error on missing dependency in CMake (closes #916, closes #956)Sébastien Helleu
2019-09-08Version 2.7-devSébastien Helleu
2019-09-08Version 2.6Sébastien Helleu
2019-09-07doc: update Polish auto-generated filesSébastien Helleu
2019-09-07update polish translationKrzysztof Korościk
2019-09-01Version 2.6-rc2Sébastien Helleu
2019-08-31core: update python dependency from python2-devel to python3-devel in ↵Sébastien Helleu
cygport file
2019-08-31core: fix compilation with autotools on FreeBSD 12.0Sébastien Helleu
2019-08-31core: fix compilation of Python plugin on FreeBSD 12.0 (closes #1398)Sébastien Helleu
2019-08-30debian: add Python version in description of python plugin packageSébastien Helleu
2019-08-27Version 2.6-rc1Sébastien Helleu
2019-08-27core: disable option "-Werror-implicit-function-declaration" for C++ compilerSébastien Helleu
This option is valid for C compiler only.
2019-08-25doc: update German auto-generated fileSébastien Helleu
2019-08-25core: update German translationsNils Görs
2019-08-25api: add infos "term_colors" and "term_color_pairs"Sébastien Helleu
2019-08-25ruby: remove unused variable "ruby_hide_errors"Sébastien Helleu
2019-08-24core: move "Python 3 by default" as first item in the release notesSébastien Helleu
2019-08-24doc: update German auto-generated fileSébastien Helleu
2019-08-24core: update German translationsNils Görs
2019-08-24irc: fix parsing of message 346, 348 and 728 when there is a colon before ↵Sébastien Helleu
the timestamp (issue #1396) IRC Messages: - 346: invite list - 348: exception list - 728: quiet list
2019-08-24fset: add filters "h=xxx" and "he=xxx" to filter options by description ↵Sébastien Helleu
(translated or in English)
2019-08-22doc: update German auto-generated fileSébastien Helleu
2019-08-21core: update German translationsNils Görs
2019-08-21irc: fix parsing of message 367 (banlist) when there is a colon before the ↵iwalkalone
timestamp (closes #1396)
2019-08-20core: add values djb2_32 and sum_32 for option weechat.look.nick_color_hash ↵Sébastien Helleu
(issue #1394)
2019-08-20ruby: fix compilation with Ruby < 2.3Sébastien Helleu
2019-08-19core: use fixed-width integer for computing hashtable DJB2 key hash (closes ↵Sébastien Helleu
#1394)
2019-08-19core: use fixed-width integer for computing nick hash (issue #1394)Sébastien Helleu
2019-08-19ruby: fix conversion of big integers on 32bit architecture (closes #1395)Sébastien Helleu
2019-08-17buflist: use extra variables in option buflist.look.display_conditions ↵Sébastien Helleu
(closes #1393)
2019-08-17Revert "buflist: mention variables available for option ↵Sébastien Helleu
buflist.look.display_conditions in its help and in /help buflist (closes #1393)" This reverts commit 39e5b0574cff8ade50ff6ec95feda57b1c331b4e.
2019-08-17doc: update German documentationNils Görs
2019-08-17buflist: mention variables available for option ↵Sébastien Helleu
buflist.look.display_conditions in its help and in /help buflist (closes #1393)
2019-08-15doc: translate new Freenode Tor Hidden Service (user's guide)Sébastien Helleu
2019-08-15doc: use the new Freenode Tor Hidden Service (user's guide)Alfredo Ramos
And add a note for users using an old version of Tor
2019-08-10core: create or update option weechat.notify.xxx when function buffer_set is ↵Sébastien Helleu
called with "notify" property (closes #1390)
2019-08-10doc: update German auto-generated fileSébastien Helleu
2019-08-10core: update German translationsweechatter
2019-08-10api: add function list_user_data (issue #666)Andrew Potter
2019-08-10core: update ChangeLog (issue #615)Sébastien Helleu