summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2019-08-10irc: rename variable vars_replaced to command2, remove fallback on *ptr_commandSébastien Helleu
2019-08-10Merge remote-tracking branch 'origin/pr/615'Sébastien Helleu
2019-08-10core: mention there's no fallback on the other Python version in release notesSébastien Helleu
2019-08-06core: replace python-dev by python3-dev in dependencies (user's guide)Sébastien Helleu
2019-08-06tests: add tests on IRC function irc_nick_is_nickSébastien Helleu
2019-08-05irc: fix memory leak when removing a serverSébastien Helleu
2019-08-04doc: update auto-generated files with hdataSébastien Helleu
2019-08-04irc: fix length of user/nick/host in split of messages (closes #1387)Sébastien Helleu
2019-08-04tests: add missing space after name of functionSébastien Helleu
2019-08-04irc: add variables "user_max_length" and "host_max_length" in server ↵Sébastien Helleu
structure (issue #1387)
2019-08-04tests: add unit tests on IRC functions irc_message_split* (issue #1387)Sébastien Helleu
2019-08-04tests: add unit tests on IRC function irc_message_convert_charsetSébastien Helleu
2019-08-04core: return NULL immediately if string is NULL in function hook_modifier_execSébastien Helleu
2019-08-03tests: add unit tests on IRC functions irc_message_parse and ↵Sébastien Helleu
irc_message_parse_to_hashtable
2019-08-03tests: add unit tests on IRC function irc_message_replace_varsSébastien Helleu
2019-08-03tests: add unit tests on IRC functions irc_message_get_{nick,address}_from_hostSébastien Helleu
2019-08-03irc: return NULL in function irc_message_get_address_from_host if the ↵Sébastien Helleu
received host is NULL
2019-08-03doc: update German auto-generated filesSébastien Helleu
2019-08-03core: fix description of changes on Python build in release notesSébastien Helleu
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.
2019-08-01doc: update German documentationweechatter
2019-07-31core: update ChangeLog (issue #1384)Sébastien Helleu
2019-07-31Merge pull request #1384 from l2dy/memorySébastien Helleu
core: fix memory leak in case of error
2019-07-31doc: update note on Python recommended version in user's guideSébastien Helleu
2019-07-31core: update ChangeLog (issue #1382)Sébastien Helleu
2019-07-31core: add contributor in AUTHORS.adocSébastien Helleu
2019-07-31core: remove obsolete checks of old Python version in configure, properly ↵Sébastien Helleu
set Python version (issue #1382)
2019-07-31core: fix help on python to build with Python 2 (issue #1382)Sébastien Helleu
2019-07-31work around broken travis environment variablesEli Schwartz
See: https://github.com/travis-ci/travis-ci/issues/5301
2019-07-31build: use pkg-config to properly link pythonEli Schwartz
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.
2019-07-30core: update German translationsweechatter
2019-07-29core: add some missing default keys in /help cursorSébastien Helleu
2019-07-27core: fix memory leak in case of errorZero King
2019-07-24core: fix French translations on IRC ignoresSébastien Helleu
2019-07-13buflist: use existing variable buflist_hdata_buffer to check buffer pointers ↵Sébastien Helleu
in infolist "buflist"
2019-07-11doc: add function "register" in the plugin API referenceSébastien Helleu
2019-07-11doc: add Python prototype for function window_get_string (plugin API reference)Sébastien Helleu
2019-07-11doc: fix return value of function window_get_string (plugin API reference)Sébastien Helleu
2019-07-11core: update translations (issue #1375)Sébastien Helleu
2019-07-11core: update ChangeLog (issue #1375)Sébastien Helleu
2019-07-11buflist: check validity of buffer pointers in info "buflist" (issue #1375)Sébastien Helleu
2019-07-11buflist: add infolist "buflist" (issue #1375)Simmo Saan
2019-07-11irc: quote NICK command argument sent to the server only if there's a ":" in ↵Sébastien Helleu
the nick (closes #1376, issue #1319)
2019-07-10irc: add unit tests on ignore functionsSébastien Helleu
2019-07-10irc: split function irc_ignore_check into three functionsSébastien Helleu
2019-07-08debian: disable Javascript plugin on Debian Buster/Bullseye (closes #1374)Sébastien Helleu
2019-07-07debian: switch from Lua 5.1 to 5.3 in Debian buildSébastien Helleu
2019-07-06doc: fix typos in examples of function hook_process_hashtable (plugin API ↵Sébastien Helleu
reference)
2019-07-05core: move line from "New features" to "Bug fixes" in ChangeLogSébastien Helleu
2019-07-04irc: return all arguments in the PONG response to a PING (closes #1369)Sébastien Helleu
2019-07-01core: add Python 3 in release notesSébastien Helleu