Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |||
2016-07-01 | doc: update Japanese translations | AYANOKOUZI, Ryuunosuke | |
2016-06-25 | doc: remove "weechat_" prefix in internal links (plugin API reference) | Sébastien Helleu | |
2016-06-25 | doc: add note about string evaluated in function window_set_title (plugin ↵ | Sébastien Helleu | |
API reference) | |||
2016-06-24 | doc: fix typo in FAQ | Sébastien Helleu | |
2016-06-21 | core: improve help on python3 option (cmake and autotools) | Sébastien Helleu | |
2016-06-21 | core: fix some categories in ChangeLog | Sébastien Helleu | |
2016-06-21 | python: add detection of Python 3.5 | Sébastien Helleu | |
2016-06-18 | doc: add note in argument "tags" of function printf_date_tags (plugin API ↵ | Sébastien Helleu | |
reference) | |||
2016-06-18 | doc: add note about function printf_date_tags in function printf (plugin API ↵ | Sébastien Helleu | |
reference) | |||
2016-06-18 | api: remove functions printf_date() and printf_tags() | Sébastien Helleu | |
2016-06-15 | doc: fix styles in docs | Sébastien Helleu | |
2016-06-13 | doc: fix styles in developer's guide | Sébastien Helleu | |
2016-06-12 | doc: fix styles in user's guide | Sébastien Helleu | |
2016-05-31 | Merge pull request #742 from l/translation/ja | Sébastien Helleu | |
core: update Japanese translations | |||
2016-05-29 | core: update Japanese translations | AYANOKOUZI, Ryuunosuke | |
2016-05-28 | core: update German translations | Nils Görs | |
2016-05-27 | core, irc, xfer: display more information in memory allocation errors (issue ↵ | Sébastien Helleu | |
#573) | |||
2016-05-27 | core: add sub-sections in ChangeLog | Sébastien Helleu | |