summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2019-09-20core: update German translationsNils Görs
2019-09-20doc: add file test-core-calc.cpp in developer's guideSébastien Helleu
2019-09-20core: move bugs below new features in ChangeLogSébastien Helleu
2019-09-20core: add calculation of expression in evaluation of expressions with ↵Sébastien Helleu
"calc:..." (issue #997)
2019-09-20core: add chapter about CMake fatal errors on missing dependencies in ↵Sébastien Helleu
release notes
2019-09-20doc: update auto-generated filesSébastien Helleu
2019-09-19core: update German translationsNils Görs
2019-09-19core: remove extra spaces in arguments of /help uptime and /help versionSébastien Helleu
2019-09-19script: add options "-ol" and "-il" in command /script, display "No scripts ↵Sébastien Helleu
loaded" if no scripts are loaded
2019-09-18doc: 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-18doc: update German auto-generated filesSébastien Helleu
2019-09-18Merge branch 'master' of github.com:weechat/weechatNils Görs
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