summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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
2019-07-01doc: update auto-generated files with hdataSébastien Helleu
2019-07-01doc: rename option ENABLE_PYTHON3 to ENABLE_PYTHON2 in user's guideSébastien Helleu
2019-07-01core: remove pyenv in Travis CISébastien Helleu
2019-07-01core: compile with Python 3 by defaultSébastien Helleu
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.
2019-06-28doc: update chapter on colors in user's guide (issue #1343, issue #1345)Sébastien Helleu
2019-06-28core: update ChangeLog (closes #1343, closes #1345)Sébastien Helleu
2019-06-28Merge remote-tracking branch 'origin/pr/1345'Sébastien Helleu
2019-06-26doc: add description of arguments sent to the weechat_plugin_init plugin ↵Sébastien Helleu
function (plugin API reference)
2019-06-26core: send command line parameter to plugins only if the name starts with ↵Sébastien Helleu
the plugin name followed by a colon
2019-06-24core: auto disable upgrade process (command line option "--upgrade") if the ↵Sébastien Helleu
file weechat.upgrade is not found
2019-06-22doc: update German auto-generated fileSébastien Helleu
2019-06-22irc: fix help of /connect command: the server is optionalSébastien Helleu
2019-06-18core: update German translationsweechatter
2019-06-17core: add option "close" in command /window (closes #853)Sébastien Helleu
2019-06-16doc: update auto-generated files with URL optionsSébastien Helleu
2019-06-16core: add Curl options for versions 7.53.0 to 7.63.0Sébastien Helleu
2019-06-16doc: update German auto-generated fileSébastien Helleu
2019-06-16core: update German translationsweechatter
2019-06-16core: replace newlines by spaces in argument "completion" of function ↵Sébastien Helleu
hook_command (closes #538)
2019-06-15irc: disable server reconnection when the server buffer is closed (closes #236)Sébastien Helleu
2019-06-15irc: strip spaces at beginning/end of addresses in server option "addresses" ↵Sébastien Helleu
(closes #195)
2019-06-15api: add argument "strip_items" in function string_splitSébastien Helleu
2019-06-15core: check that string pointer is not NULL in function "string_shared_get"Sébastien Helleu
2019-06-15irc: remove capability from cap_list when a client capability is disabled ↵Sébastien Helleu
(issue #151)
2019-06-15irc: fix display of enabled/disabled client capabilities received in command ↵Sébastien Helleu
CAP ACK (closes #151)
2019-06-12doc: remove obsolete options for "brew install" command (user's guide)Sébastien Helleu
2019-06-12core: add contributor in AUTHORS.adocSébastien Helleu
2019-06-12doc: remove obsolete options for "brew install" command (FAQ)Johan Rylander
2019-06-12doc: improve tree with log files in user's guideSébastien Helleu
2019-06-12exec: evaluate option exec.command.shell, change default value to ↵Sébastien Helleu
"${env:SHELL}" (closes #1356)
2019-06-07core: add contributor in AUTHORS.adocSébastien Helleu
2019-06-07core: update ChangeLogSébastien Helleu
2019-06-07alias: remove default aliases /AME and /AMSGjesopo