summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-07-31core: remove obsolete checks of old Python version in configure, properly set...Sébastien Helleu
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
2019-07-31build: use pkg-config to properly link pythonEli Schwartz
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
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
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 ref...Sébastien Helleu
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
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 func...Sébastien Helleu
2019-06-26core: send command line parameter to plugins only if the name starts with the...Sébastien Helleu
2019-06-24core: auto disable upgrade process (command line option "--upgrade") if the f...Sébastien Helleu
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 hook_co...Sébastien Helleu
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
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 (is...Sébastien Helleu
2019-06-15irc: fix display of enabled/disabled client capabilities received in command ...Sébastien Helleu