Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-01-14 | core: fix typo in ChangeLog | Sébastien Helleu | |
2017-01-13 | tests: fix compilation of tests on FreeBSD 11 | Sébastien Helleu | |
Some includes were missing in .h files, and the tests must be linked with intl and execinfo on FreeBSD. | |||
2017-01-11 | relay: make HTTP headers case-insensitive for WebSocket connections (closes ↵ | Sébastien Helleu | |
#888) | |||
2017-01-09 | doc: update Polish auto-generated files | Sébastien Helleu | |
2017-01-09 | updared polish translation | Krzysztof Korościk | |
2017-01-08 | doc: update auto-generated files | Sébastien Helleu | |
2017-01-08 | Merge pull request #884 from l/master/translation/ja_JP | Sébastien Helleu | |
core: update Japanese translations | |||
2017-01-08 | core: update Japanese translations | AYANOKOUZI, Ryuunosuke | |
2017-01-07 | core: update German translations | Nils Görs | |
2017-01-07 | core: update translations and auto-generated doc files | Sébastien Helleu | |
2017-01-07 | exec: update help descriptions for command /exec to keep compatibility ↵ | AYANOKOUZI, Ryuunosuke | |
between options Related-Bug: #877 | |||
2017-01-07 | Merge pull request #882 from l/master/translation/ja_JP | Sébastien Helleu | |
core: update Japanese translations | |||
2017-01-07 | core: update Japanese translations | AYANOKOUZI, Ryuunosuke | |
2017-01-06 | doc: update auto-generated files | Sébastien Helleu | |
2017-01-06 | core: update German translations | Nils Görs | |
2017-01-06 | irc: fix option "-temp" in command /server (closes #880) | Sébastien Helleu | |
2017-01-06 | core: move line from new features to improvements in ChangeLog | Sébastien Helleu | |
2017-01-06 | irc: fix name of option "-temp" in /help server | Sébastien Helleu | |
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 | |