summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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
2019-06-07core: replace char "," by "~" in color codes to separate foreground from ↵Sébastien Helleu
background (closes #1264)
2019-06-07doc: replace "cmake" by "CMake"Sébastien Helleu
2019-06-06Version 2.6-devSébastien Helleu
2019-06-06Version 2.5Sébastien Helleu
2019-06-06doc: update French auto-generated fileSébastien Helleu
2019-06-05core: add FUNDING.ymlSébastien Helleu
2019-06-04Version 2.5-rc2Sébastien Helleu
2019-06-04relay: set socket option SO_KEEPALIVE only for TCP sockets when creating the ↵Sébastien Helleu
socket (issue #733)
2019-06-04relay: set socket option SO_REUSEADDR only for TCP sockets when creating the ↵Sébastien Helleu
socket (issue #733)
2019-06-04relay: set socket option SO_REUSEADDR only for TCP sockets (issue #733)Sébastien Helleu
2019-06-04relay: add UNIX domain socket completion for command /relay add (issue #733)Sébastien Helleu
2019-06-04relay: fix typo in French translation of /help relay (issue #733)Sébastien Helleu
2019-06-04relay: fix crash when deleting a relay (issue #733)Sébastien Helleu
2019-06-04relay: fix truncated path when the unix socket path is longer than the ↵Sébastien Helleu
authorized one (issue #733)
2019-06-04spell: add a warning if aspell.conf is still present (on first spell load)Sébastien Helleu
2019-06-04core: sort changes by importance instead of commit date in release notesSébastien Helleu
2019-06-02doc: update Polish auto-generated filesSébastien Helleu