Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-01-06 | doc: update German auto-generated files | Sébastien Helleu | |
2017-01-06 | core: update German translations | Nils Görs | |
2017-01-06 | Version 1.7-rc2 | Sébastien Helleu | |
2017-01-06 | doc: update Japanese auto-generated files | Sébastien Helleu | |
2017-01-06 | Merge pull request #881 from l/master/translation/ja_JP | Sébastien Helleu | |
core: update Japanese translations | |||
2017-01-06 | Merge branch 'master' into master/translation/ja_JP | Sébastien Helleu | |
2017-01-06 | exec: 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-06 | core: move line from new features to bugs in ChangeLog | Sébastien Helleu | |
2017-01-06 | exec: fix memory leak in display of process output | Sébastien Helleu | |
2017-01-06 | core: update Japanese translations | AYANOKOUZI, Ryuunosuke | |
2017-01-01 | irc: fix close of server channels which are waiting for the JOIN when the ↵ | Sébastien Helleu | |
server buffer is closed (issue #873) | |||
2017-01-01 | core: add issue #876 in ChangeLog | Sébastien Helleu | |
2017-01-01 | Merge pull request #876 from sim642/switch-join-forwarded | Sébastien Helleu | |
irc: fix buffer switching on manual join for forwarded channels | |||
2017-01-01 | irc, xfer: fix compilation on Mac OS X (add link with resolv) (issue #276) | Sébastien Helleu | |
2017-01-01 | doc: update German auto-generated files | Sébastien Helleu | |
2017-01-01 | core: update German translations | Nils Görs | |
2017-01-01 | core: update copyright dates | Sébastien Helleu | |
2016-12-31 | irc: fix buffer switching on manual join for forwarded channels | Simmo 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-31 | api: add info "uptime" (WeeChat uptime) | Sébastien Helleu | |
2016-12-31 | Version 1.7-rc1 | Sébastien Helleu | |
2016-12-31 | doc: update Polish auto-generated files | Sébastien Helleu | |
2016-12-31 | doc: polish translations updated | Krzysztof Korościk | |
2016-12-31 | weechat: updated polish translations + few typo fixes | Krzysztof Korościk | |
2016-12-31 | script: fix auto-load of new scripts with /script install | Sébastien Helleu | |
Regression was introduced by commit 4c6d9e14d1dd428b0196a50bf8fe3201ec329741. | |||
2016-12-23 | doc: update Japanese auto-generated files | Sébastien Helleu | |
2016-12-23 | Merge pull request #871 from l/master/translation/ja_JP | Sébastien Helleu | |
core: update Japanese translations | |||
2016-12-24 | core: update Japanese translations | AYANOKOUZI, Ryuunosuke | |
2016-12-22 | Merge pull request #870 from rofl0r/fix_configure_cachevars | Sébastien Helleu | |
core: fix misnamed configure cache variables | |||
2016-12-22 | core: fix misnamed configure cache variables | rofl0r | |
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-21 | doc: update German auto-generated files | Sébastien Helleu | |
2016-12-21 | core: update German translations | Nils Görs | |
2016-12-20 | core: fix typo in /help weechat.look.align_multiline_words | Sébastien Helleu | |
2016-12-20 | Merge pull request #868 from neutric/patch-1 | Sébastien Helleu | |
Grammar correction | |||
2016-12-20 | Grammar correction | neutric | |
2016-12-18 | doc: update German auto-generated files | Sébastien Helleu | |
2016-12-18 | core: update German translations | Nils Görs | |
2016-12-18 | core: add more info about features in README | Sébastien Helleu | |
2016-12-18 | doc: display default values of options on a separate line (user's guide) | Sébastien Helleu | |
2016-12-17 | core: link with resolv library only on Mac OS X | Sébastien Helleu | |
This fixes build on FreeBSD. | |||
2016-12-17 | core: fix compilation on Mac OS X (closes #276) | Sébastien Helleu | |
The resolver functions like res_init() require link with resolv. | |||
2016-12-17 | doc: update auto-generated files with WeeChat options | Sébastien Helleu | |
2016-12-17 | core: update ChangeLog (closes #411, closes #802) | Sébastien Helleu | |
2016-12-17 | core: improve /help weechat.look.align_multiline_words | Sébastien Helleu | |
2016-12-17 | Merge remote-tracking branch 'origin/pr/802' | Sébastien Helleu | |
2016-12-15 | irc: add examples in help of usermode server option | Sébastien Helleu | |
2016-12-13 | core: update German translations | Nils Görs | |
2016-12-13 | core, xfer: display more information on fork errors (issue #573) | Sébastien Helleu | |
2016-12-12 | doc: update German auto-generated files | Sébastien Helleu | |
2016-12-11 | core: update German translations | Nils Görs | |
2016-12-11 | irc: evaluate content of server option "usermode" | Sébastien Helleu | |