Age | Commit message (Collapse) | Author |
|
|
|
irc_message_parse_to_hashtable
|
|
|
|
|
|
received host is NULL
|
|
|
|
There's no fallback on the other Python version:
- with no option: build with Python 3 only
- with option ENABLE_PYTHON2: build with Python 2 only.
|
|
|
|
|
|
core: fix memory leak in case of error
|
|
|
|
|
|
|
|
set Python version (issue #1382)
|
|
|
|
See: https://github.com/travis-ci/travis-ci/issues/5301
|
|
fixes incorrect (non)detection of libpython3.Ym.so due to PEP 3149 since
python's officially exported build flags know how to correctly link to
python.
|
|
|
|
|
|
|
|
|
|
in infolist "buflist"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
the nick (closes #1376, issue #1319)
|
|
|
|
|
|
|
|
|
|
reference)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
The CMake option ENABLE_PYTHON3 is renamed to ENABLE_PYTHON2, to use Python 2
first then fallback on Python 3.
In the same way, the configure option --enable-python3 is renamed to
--enable-python2, to use Python 2 first then fallback on Python 3.
|
|
|
|
|
|
|
|
function (plugin API reference)
|
|
the plugin name followed by a colon
|
|
file weechat.upgrade is not found
|
|
|
|
|