Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-08-11 | doc: update German auto-generated files | Sébastien Helleu | |
2016-08-11 | doc: update German documentation | Nils Görs | |
2016-08-11 | core: update German translations | Nils Görs | |
2016-08-10 | trigger: add missing step with post action in /help trigger | Sébastien Helleu | |
2016-08-10 | doc: add question about screen and bracketed paste mode in FAQ | Sébastien Helleu | |
2016-08-10 | doc: update German auto-generated files | Sébastien Helleu | |
2016-08-10 | core: fix typo in a French translation | Sébastien Helleu | |
2016-08-10 | core: update German translations | Nils Görs | |
2016-08-09 | Merge pull request #773 from l/master/translation/ja_JP | Sébastien Helleu | |
doc: update Japanese translations | |||
2016-08-09 | trigger: add post action in command line built by /trigger input|output|recreate | Sébastien Helleu | |
2016-08-09 | trigger: add quotes around completions of post action | Sébastien Helleu | |
2016-08-09 | core: update ChangeLog | Sébastien Helleu | |
2016-08-09 | core: update translations | Sébastien Helleu | |
2016-08-09 | doc: translate trigger post action in other languages (user's guide) | Sébastien Helleu | |
2016-08-09 | trigger: rename "once action" to "post action" | Sébastien Helleu | |
2016-08-09 | Merge remote-tracking branch 'origin/pr/509' | Sébastien Helleu | |
2016-08-09 | doc: update Japanese translations | AYANOKOUZI, Ryuunosuke | |
2016-08-07 | doc: update auto-generated files with URL options | Sébastien Helleu | |
2016-08-07 | core: fix Tab in Japanese translation of /help print | Sébastien Helleu | |
2016-08-07 | irc: remove evil tab | Sébastien Helleu | |
2016-08-07 | core: update ChangeLog | Sébastien Helleu | |
2016-08-07 | core: add contributor in AUTHORS.adoc | Sébastien Helleu | |
2016-08-07 | core: irc, xfer: do not check return code of res_init() | Sébastien Helleu | |
If the call to res_init() fails, the connection may be OK anyway or in worst case it will fail (with an appropriate error) if the name can not be resolved. | |||
2016-08-07 | core, irc, xfer: add missing includes for function res_init() | Sébastien Helleu | |
2016-08-07 | Merge remote-tracking branch 'origin/pr/771' | Sébastien Helleu | |
2016-08-07 | core/plugins: Use res_init before getaddrinfo. | Raghavendra Prabhu | |
With weechat, if the network changes in anyway that causes resolv.conf to be updated, that is not picked up, resulting in irc: connecting to server XXXX.com/1026 (SSL)... irc: address "XXX.com" not found irc: error: Name or service not known irc: reconnecting to server in 30 seconds This happens, especially when one connects to an irc server behind a VPN. This can also happen when there is no network connectivity weechat was started but later network is connected to. The fix is simple, it relies on calling res_init (3) before getaddrinfo in network_connect_child and other places. res_init reloads the resolv.conf and getaddrinfo does not fail with address resolution error. | |||
2016-08-07 | doc: add C compiler in dependencies (user's guide) | Sébastien Helleu | |
2016-08-07 | doc: add missing package ruby-2.3 in dependencies (user's guide) | Sébastien Helleu | |
2016-08-07 | core: add old email of Krzysztof Korościk in .mailmap | Sébastien Helleu | |
2016-08-06 | api: fix connection to servers with hook_connect() on Windows 10 with ↵ | Sébastien Helleu | |
Windows subsystem for Linux (closes #770) | |||
2016-08-02 | core: update ChangeLog | Sébastien Helleu | |
2016-08-02 | core: add contributor in AUTHORS.adoc | Sébastien Helleu | |
2016-08-02 | Merge pull request #738 from scumjr/master | Sébastien Helleu | |
irc: fix NULL pointer dereference in 734 command callback | |||
2016-07-30 | doc: update German auto-generated files | Sébastien Helleu | |
2016-07-30 | core: update German translations | Nils Görs | |
2016-07-30 | doc: update Japanese auto-generated files | Sébastien Helleu | |
2016-07-30 | Merge pull request #768 from l/master/translation/ja_JP | Sébastien Helleu | |
core: update Japanese translations | |||
2016-07-30 | core: update Japanese translations | AYANOKOUZI, Ryuunosuke | |
2016-07-29 | doc: add example of hdata command with hotlist (relay protocol) | Sébastien Helleu | |
2016-07-29 | relay: return an empty hdata when the requested hdata or pointer is not ↵ | Sébastien Helleu | |
found (closes #767) | |||
2016-07-29 | core: add keys for secure buffer in /help secure (closes #756) | Sébastien Helleu | |
2016-07-19 | doc: update German auto-generated files | Sébastien Helleu | |
2016-07-17 | core: update German translations | Nils Görs | |
2016-07-17 | irc: rename server options "default_msg_*" to "msg_*", evaluate them | Sébastien Helleu | |
2016-07-16 | core: add missing title in ReleaseNotes | Sébastien Helleu | |
2016-07-12 | doc: update auto-generated files with hdata | Sébastien Helleu | |
2016-07-09 | irc: fix typo in a comment | Sébastien Helleu | |
2016-07-09 | core: rename function string_iconv_fprintf to string_fprintf | Sébastien Helleu | |
2016-07-09 | core: replace some single quotes by double quotes in help of options | Sébastien Helleu | |
2016-07-03 | Merge pull request #755 from l/translation/ja | Sébastien Helleu | |
doc: update Japanese translations |