Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-09-21 | core: add "length:xxx" and "lengthscr:xxx" in evaluation of expressions | Sébastien Helleu | |
2019-09-20 | core: update German translations | Nils Görs | |
2019-09-20 | doc: add file test-core-calc.cpp in developer's guide | Sébastien Helleu | |
2019-09-20 | core: move bugs below new features in ChangeLog | Sébastien Helleu | |
2019-09-20 | core: add calculation of expression in evaluation of expressions with ↵ | Sébastien Helleu | |
"calc:..." (issue #997) | |||
2019-09-20 | core: add chapter about CMake fatal errors on missing dependencies in ↵ | Sébastien Helleu | |
release notes | |||
2019-09-20 | doc: update auto-generated files | Sébastien Helleu | |
2019-09-19 | core: update German translations | Nils Görs | |
2019-09-19 | core: remove extra spaces in arguments of /help uptime and /help version | Sébastien Helleu | |
2019-09-19 | script: add options "-ol" and "-il" in command /script, display "No scripts ↵ | Sébastien Helleu | |
loaded" if no scripts are loaded | |||
2019-09-18 | doc: set minimum Ruby version to 1.9.1 in user's guide (closes #1404) | Sébastien Helleu | |
This is now required after the changes introduced by commit 156d855787475deab27833219a188a4accf42558 in version 2.6. | |||
2019-09-18 | doc: update German auto-generated files | Sébastien Helleu | |
2019-09-18 | Merge branch 'master' of github.com:weechat/weechat | Nils Görs | |
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) |