summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2017-01-06doc: update German auto-generated filesSébastien Helleu
2017-01-06core: update German translationsNils Görs
2017-01-06Version 1.7-rc2Sébastien Helleu
2017-01-06doc: update Japanese auto-generated filesSébastien Helleu
2017-01-06Merge pull request #881 from l/master/translation/ja_JPSébastien Helleu
core: update Japanese translations
2017-01-06Merge branch 'master' into master/translation/ja_JPSébastien Helleu
2017-01-06exec: add option "-oc" in command /exec to execute commands in process ↵Sébastien Helleu
output (closes #877) The behavior of existing option "-o" is changed: now commands are NOT executed (which is more secure by default).
2017-01-06core: move line from new features to bugs in ChangeLogSébastien Helleu
2017-01-06exec: fix memory leak in display of process outputSébastien Helleu
2017-01-06core: update Japanese translationsAYANOKOUZI, Ryuunosuke
2017-01-01irc: fix close of server channels which are waiting for the JOIN when the ↵Sébastien Helleu
server buffer is closed (issue #873)
2017-01-01core: add issue #876 in ChangeLogSébastien Helleu
2017-01-01Merge pull request #876 from sim642/switch-join-forwardedSébastien Helleu
irc: fix buffer switching on manual join for forwarded channels
2017-01-01irc, xfer: fix compilation on Mac OS X (add link with resolv) (issue #276)Sébastien Helleu
2017-01-01doc: update German auto-generated filesSébastien Helleu
2017-01-01core: update German translationsNils Görs
2017-01-01core: update copyright datesSébastien Helleu
2016-12-31irc: fix buffer switching on manual join for forwarded channelsSimmo Saan
Previously using option values irc.look.buffer_open_before_join off irc.look.buffer_switch_join on and manually joining a channel which gets forwarded (e.g. #linux -> ##linux-overflow on freenode) the channel buffer for ##linux-overflow was not switched to even though the option says it should have. This patch copies manual join and noswitch information for channels which get forwarded.
2016-12-31api: add info "uptime" (WeeChat uptime)Sébastien Helleu
2016-12-31Version 1.7-rc1Sébastien Helleu
2016-12-31doc: update Polish auto-generated filesSébastien Helleu
2016-12-31doc: polish translations updatedKrzysztof Korościk
2016-12-31weechat: updated polish translations + few typo fixesKrzysztof Korościk
2016-12-31script: fix auto-load of new scripts with /script installSébastien Helleu
Regression was introduced by commit 4c6d9e14d1dd428b0196a50bf8fe3201ec329741.
2016-12-23doc: update Japanese auto-generated filesSébastien Helleu
2016-12-23Merge pull request #871 from l/master/translation/ja_JPSébastien Helleu
core: update Japanese translations
2016-12-24core: update Japanese translationsAYANOKOUZI, Ryuunosuke
2016-12-22Merge pull request #870 from rofl0r/fix_configure_cachevarsSébastien Helleu
core: fix misnamed configure cache variables
2016-12-22core: fix misnamed configure cache variablesrofl0r
these 3 configure tests were bogus in that they didnt return a result: ``` checking for flock() support... checking for execinfo.h and backtrace... checking for eat_newline_glitch support... ``` looking at config.log reveals: ``` configure:24327: checking for eat_newline_glitch support configure:24344: gcc -c -g -O2 -DHAVE_GNUTLS -D_FILE_OFFSET_BITS=64 ... conftest.c: In function 'main': conftest.c:134:2: error: assignment of read-only location '*(cur_term->flags ... configure:24344: $? = 1 configure: failed program was: ... configure:24351: result: ``` but due to the misnamed variables configure ended up enabling eat_newline_glitch. fixes #814
2016-12-21doc: update German auto-generated filesSébastien Helleu
2016-12-21core: update German translationsNils Görs
2016-12-20core: fix typo in /help weechat.look.align_multiline_wordsSébastien Helleu
2016-12-20Merge pull request #868 from neutric/patch-1Sébastien Helleu
Grammar correction
2016-12-20Grammar correctionneutric
2016-12-18doc: update German auto-generated filesSébastien Helleu
2016-12-18core: update German translationsNils Görs
2016-12-18core: add more info about features in READMESébastien Helleu
2016-12-18doc: display default values of options on a separate line (user's guide)Sébastien Helleu
2016-12-17core: link with resolv library only on Mac OS XSébastien Helleu
This fixes build on FreeBSD.
2016-12-17core: fix compilation on Mac OS X (closes #276)Sébastien Helleu
The resolver functions like res_init() require link with resolv.
2016-12-17doc: update auto-generated files with WeeChat optionsSébastien Helleu
2016-12-17core: update ChangeLog (closes #411, closes #802)Sébastien Helleu
2016-12-17core: improve /help weechat.look.align_multiline_wordsSébastien Helleu
2016-12-17Merge remote-tracking branch 'origin/pr/802'Sébastien Helleu
2016-12-15irc: add examples in help of usermode server optionSébastien Helleu
2016-12-13core: update German translationsNils Görs
2016-12-13core, xfer: display more information on fork errors (issue #573)Sébastien Helleu
2016-12-12doc: update German auto-generated filesSébastien Helleu
2016-12-11core: update German translationsNils Görs
2016-12-11irc: evaluate content of server option "usermode"Sébastien Helleu