Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-09-18 | core: update German translations | Nils Görs | |
2019-09-17 | core: update ChangeLog (closes #1400) | Sébastien Helleu | |
2019-09-17 | Fixed 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-17 | buflist: 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-17 | doc: update German auto-generated file | Sébastien Helleu | |
2019-09-17 | core: update German translations | Nils Görs | |
2019-09-16 | core: mention possible background color in /help weechat.look.nick_color_force | Sébastien Helleu | |
2019-09-16 | debian: 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-15 | core: update ChangeLog | Sébastien Helleu | |
2019-09-15 | core: 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-15 | core: display an error on missing dependency in CMake (closes #916, closes #956) | Sébastien Helleu | |
2019-09-08 | Version 2.7-dev | Sébastien Helleu | |
2019-09-08 | Version 2.6 | Sébastien Helleu | |
2019-09-07 | doc: update Polish auto-generated files | Sébastien Helleu | |
2019-09-07 | update polish translation | Krzysztof Korościk | |
2019-09-01 | Version 2.6-rc2 | Sébastien Helleu | |
2019-08-31 | core: update python dependency from python2-devel to python3-devel in ↵ | Sébastien Helleu | |
cygport file | |||
2019-08-31 | core: fix compilation with autotools on FreeBSD 12.0 | Sébastien Helleu | |
2019-08-31 | core: fix compilation of Python plugin on FreeBSD 12.0 (closes #1398) | Sébastien Helleu | |
2019-08-30 | debian: add Python version in description of python plugin package | Sébastien Helleu | |
2019-08-27 | Version 2.6-rc1 | Sébastien Helleu | |
2019-08-27 | core: disable option "-Werror-implicit-function-declaration" for C++ compiler | Sébastien Helleu | |
This option is valid for C compiler only. | |||
2019-08-25 | doc: update German auto-generated file | Sébastien Helleu | |
2019-08-25 | core: update German translations | Nils Görs | |
2019-08-25 | api: add infos "term_colors" and "term_color_pairs" | Sébastien Helleu | |
2019-08-25 | ruby: remove unused variable "ruby_hide_errors" | Sébastien Helleu | |
2019-08-24 | core: move "Python 3 by default" as first item in the release notes | Sébastien Helleu | |
2019-08-24 | doc: update German auto-generated file | Sébastien Helleu | |
2019-08-24 | core: update German translations | Nils Görs | |
2019-08-24 | irc: 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-24 | fset: add filters "h=xxx" and "he=xxx" to filter options by description ↵ | Sébastien Helleu | |
(translated or in English) | |||
2019-08-22 | doc: update German auto-generated file | Sébastien Helleu | |
2019-08-21 | core: update German translations | Nils Görs | |
2019-08-21 | irc: fix parsing of message 367 (banlist) when there is a colon before the ↵ | iwalkalone | |
timestamp (closes #1396) | |||
2019-08-20 | core: add values djb2_32 and sum_32 for option weechat.look.nick_color_hash ↵ | Sébastien Helleu | |
(issue #1394) | |||
2019-08-20 | ruby: fix compilation with Ruby < 2.3 | Sébastien Helleu | |
2019-08-19 | core: use fixed-width integer for computing hashtable DJB2 key hash (closes ↵ | Sébastien Helleu | |
#1394) | |||
2019-08-19 | core: use fixed-width integer for computing nick hash (issue #1394) | Sébastien Helleu | |
2019-08-19 | ruby: fix conversion of big integers on 32bit architecture (closes #1395) | Sébastien Helleu | |
2019-08-17 | buflist: use extra variables in option buflist.look.display_conditions ↵ | Sébastien Helleu | |
(closes #1393) | |||
2019-08-17 | Revert "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-17 | doc: update German documentation | Nils Görs | |
2019-08-17 | buflist: mention variables available for option ↵ | Sébastien Helleu | |
buflist.look.display_conditions in its help and in /help buflist (closes #1393) | |||
2019-08-15 | doc: translate new Freenode Tor Hidden Service (user's guide) | Sébastien Helleu | |
2019-08-15 | doc: 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-10 | core: create or update option weechat.notify.xxx when function buffer_set is ↵ | Sébastien Helleu | |
called with "notify" property (closes #1390) | |||
2019-08-10 | doc: update German auto-generated file | Sébastien Helleu | |
2019-08-10 | core: update German translations | weechatter | |
2019-08-10 | api: add function list_user_data (issue #666) | Andrew Potter | |
2019-08-10 | core: update ChangeLog (issue #615) | Sébastien Helleu | |