Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-01-01 | core: update copyright dates | Sébastien Helleu | |
2018-11-29 | core: use https for all links where secured http is supported | Sébastien Helleu | |
2018-11-29 | core: use https for links to GNU GPL license | Sébastien Helleu | |
2018-11-14 | core: fix forced highlight on messages sent to other buffers (closes #1277) | Sébastien Helleu | |
The C compiler flag "-fsigned--char" is used to force "char" data type to be always signed (which is what WeeChat expects). On ARM systems, char is unsigned by default, which is causing problems when WeeChat stores -1 in the notify_level (type: char). | |||
2018-10-16 | php: add detection of PHP 7.3 | Sébastien Helleu | |
2018-07-12 | python: add detection of Python 3.7 | Sébastien Helleu | |
2018-06-15 | Update configure.ac for v8 plugin | Chris Hills | |
Explicitly link with -lpthread to fix detection and compilation on some Linux distributions. | |||
2018-03-11 | core: add binary weechat-headless to run WeeChat without interface (closes ↵ | Sébastien Helleu | |
#1120) The optional command line option "--daemon" runs WeeChat like a daemon (fork, new process group, file descriptors closed). | |||
2018-01-05 | core: update copyright dates | Sébastien Helleu | |
2017-12-26 | core: add detection of Ruby 2.5 in autotools (issue #1122) | Sébastien Helleu | |
2017-10-14 | build: fix PHP library used to compile PHP plugin (closes #1078) | Sébastien Helleu | |
This was causing a dependency missing in debian packaging. | |||
2017-10-07 | javascript: fix detection of libv8 with autotools on Ubuntu Trusty | Sébastien Helleu | |
2017-09-23 | core: fix typo: Javascript -> JavaScript | Sébastien Helleu | |
2017-09-05 | php: ensure configure script finds PHP 7 | Adam Saponara | |
2017-09-03 | php: new php plugin | Adam Saponara | |
This plugin requires PHP >= 7.0. | |||
2017-06-25 | fset: add fset (Fast Set) plugin skeleton (WIP) | Sébastien Helleu | |
2017-05-18 | core: fix default value displayed in help of configure options | Sébastien Helleu | |
2017-03-26 | core: fix typo librairies -> libraries | Sébastien Helleu | |
2017-03-25 | buflist: new plugin "buflist" (bar with list of buffers) | Sébastien Helleu | |
2017-01-01 | core: update copyright dates | Sébastien Helleu | |
2016-12-22 | core: fix misnamed configure cache variables | rofl0r | |
these 3 configure tests were bogus in that they didnt return a result: ``` checking for flock() support... checking for execinfo.h and backtrace... checking for eat_newline_glitch support... ``` looking at config.log reveals: ``` configure:24327: checking for eat_newline_glitch support configure:24344: gcc -c -g -O2 -DHAVE_GNUTLS -D_FILE_OFFSET_BITS=64 ... conftest.c: In function 'main': conftest.c:134:2: error: assignment of read-only location '*(cur_term->flags ... configure:24344: $? = 1 configure: failed program was: ... configure:24351: result: ``` but due to the misnamed variables configure ended up enabling eat_newline_glitch. fixes #814 | |||
2016-12-17 | core: link with resolv library only on Mac OS X | Sébastien Helleu | |
This fixes build on FreeBSD. | |||
2016-08-19 | Revert "api: fix connection to servers with hook_connect() on Windows 10 ↵ | Sébastien Helleu | |
with Windows subsystem for Linux (closes #770)" This reverts commit 399636f98453bdc1fca19b4dbc742993549aa6c3. | |||
2016-08-06 | api: fix connection to servers with hook_connect() on Windows 10 with ↵ | Sébastien Helleu | |
Windows subsystem for Linux (closes #770) | |||
2016-06-21 | core: improve help on python3 option (cmake and autotools) | Sébastien Helleu | |
2016-06-21 | python: add detection of Python 3.5 | Sébastien Helleu | |
2016-05-14 | core: require asciidoctor 1.5.4 instead of 1.5.0 (issue #722) | Sébastien Helleu | |
2016-05-14 | doc: use asciidoctor instead of asciidoc (issue #722) | Sébastien Helleu | |
2016-05-01 | core: add detection of Tcl 8.6 in autotools | Sébastien Helleu | |
2016-04-16 | core: add Portuguese language in configure script | Sébastien Helleu | |
2016-02-29 | core: add detection of Ruby 2.2 and 2.3 in autotools | Sébastien Helleu | |
2016-02-14 | zlib: Fix package name in error message if zlib was not found. | Jinkyu Yi | |
2016-01-01 | core: update copyright dates | Sébastien Helleu | |
2015-10-24 | core: add a script version.sh to get WeeChat stable/devel version | Sébastien Helleu | |
2015-09-27 | doc: add build of Czech man page and quickstart guide | Sébastien Helleu | |
2015-08-16 | Version 1.4-dev | Sébastien Helleu | |
2015-08-16 | Version 1.3 | Sébastien Helleu | |
2015-08-14 | Version 1.3-rc2 | Sébastien Helleu | |
2015-08-06 | Version 1.3-rc1 | Sébastien Helleu | |
2015-05-10 | Version 1.3-dev | Sébastien Helleu | |
2015-05-10 | Version 1.2 | Sébastien Helleu | |
2015-05-09 | core: sort languages alphabetically in build | Sébastien Helleu | |
2015-05-02 | Version 1.2-rc2 | Sébastien Helleu | |
2015-04-24 | Version 1.2-rc1 | Sébastien Helleu | |
2015-03-08 | javascript: add option "--disable-javascript" and V8 detection in autotools | Sébastien Helleu | |
2015-03-08 | core: add tcl/guile plugins in "not asked" list of configure output if they ↵ | Sébastien Helleu | |
are disabled | |||
2015-01-11 | Version 1.2-dev | Sébastien Helleu | |
2015-01-11 | Version 1.1 | Sébastien Helleu | |
2015-01-06 | Version 1.1-rc2 | Sébastien Helleu | |
2015-01-01 | core: update copyright dates | Sébastien Helleu | |