summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2016-08-11doc: update German auto-generated filesSébastien Helleu
2016-08-11doc: update German documentationNils Görs
2016-08-11core: update German translationsNils Görs
2016-08-10trigger: add missing step with post action in /help triggerSébastien Helleu
2016-08-10doc: add question about screen and bracketed paste mode in FAQSébastien Helleu
2016-08-10doc: update German auto-generated filesSébastien Helleu
2016-08-10core: fix typo in a French translationSébastien Helleu
2016-08-10core: update German translationsNils Görs
2016-08-09Merge pull request #773 from l/master/translation/ja_JPSébastien Helleu
doc: update Japanese translations
2016-08-09trigger: add post action in command line built by /trigger input|output|recreateSébastien Helleu
2016-08-09trigger: add quotes around completions of post actionSébastien Helleu
2016-08-09core: update ChangeLogSébastien Helleu
2016-08-09core: update translationsSébastien Helleu
2016-08-09doc: translate trigger post action in other languages (user's guide)Sébastien Helleu
2016-08-09trigger: rename "once action" to "post action"Sébastien Helleu
2016-08-09Merge remote-tracking branch 'origin/pr/509'Sébastien Helleu
2016-08-09doc: update Japanese translationsAYANOKOUZI, Ryuunosuke
2016-08-07doc: update auto-generated files with URL optionsSébastien Helleu
2016-08-07core: fix Tab in Japanese translation of /help printSébastien Helleu
2016-08-07irc: remove evil tabSébastien Helleu
2016-08-07core: update ChangeLogSébastien Helleu
2016-08-07core: add contributor in AUTHORS.adocSébastien Helleu
2016-08-07core: 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-07core, irc, xfer: add missing includes for function res_init()Sébastien Helleu
2016-08-07Merge remote-tracking branch 'origin/pr/771'Sébastien Helleu
2016-08-07core/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-07doc: add C compiler in dependencies (user's guide)Sébastien Helleu
2016-08-07doc: add missing package ruby-2.3 in dependencies (user's guide)Sébastien Helleu
2016-08-07core: add old email of Krzysztof Korościk in .mailmapSébastien Helleu
2016-08-06api: fix connection to servers with hook_connect() on Windows 10 with ↵Sébastien Helleu
Windows subsystem for Linux (closes #770)
2016-08-02core: update ChangeLogSébastien Helleu
2016-08-02core: add contributor in AUTHORS.adocSébastien Helleu
2016-08-02Merge pull request #738 from scumjr/masterSébastien Helleu
irc: fix NULL pointer dereference in 734 command callback
2016-07-30doc: update German auto-generated filesSébastien Helleu
2016-07-30core: update German translationsNils Görs
2016-07-30doc: update Japanese auto-generated filesSébastien Helleu
2016-07-30Merge pull request #768 from l/master/translation/ja_JPSébastien Helleu
core: update Japanese translations
2016-07-30core: update Japanese translationsAYANOKOUZI, Ryuunosuke
2016-07-29doc: add example of hdata command with hotlist (relay protocol)Sébastien Helleu
2016-07-29relay: return an empty hdata when the requested hdata or pointer is not ↵Sébastien Helleu
found (closes #767)
2016-07-29core: add keys for secure buffer in /help secure (closes #756)Sébastien Helleu
2016-07-19doc: update German auto-generated filesSébastien Helleu
2016-07-17core: update German translationsNils Görs
2016-07-17irc: rename server options "default_msg_*" to "msg_*", evaluate themSébastien Helleu
2016-07-16core: add missing title in ReleaseNotesSébastien Helleu
2016-07-12doc: update auto-generated files with hdataSébastien Helleu
2016-07-09irc: fix typo in a commentSébastien Helleu
2016-07-09core: rename function string_iconv_fprintf to string_fprintfSébastien Helleu
2016-07-09core: replace some single quotes by double quotes in help of optionsSébastien Helleu
2016-07-03Merge pull request #755 from l/translation/jaSébastien Helleu
doc: update Japanese translations