summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2016-08-16core: add optional argument "lowest", "highest" or level mask in command ↵Sébastien Helleu
/input hotlist_clear
2016-08-14doc: update German auto-generated filesSébastien Helleu
2016-08-14core: update German translationsNils Görs
2016-08-14doc: update auto-generated files with WeeChat commandsSébastien Helleu
2016-08-14core: fix completion of command /buffer swapSébastien Helleu
2016-08-14core: add option "cycle" in command /bufferSébastien Helleu
2016-08-13xfer: fix NULL pointer derefence in case of memory error in ↵Sébastien Helleu
xfer_set_{local|remote}_address()
2016-08-13xfer: fix memory leak in case of memory error in xfer_chat_open_buffer()Sébastien Helleu
2016-08-13irc: fix NULL pointer derefence in case of memory error in irc_sasl_dh()Sébastien Helleu
2016-08-13core: fix NULL pointer derefence in case of memory error in ↵Sébastien Helleu
gui_buffer_input_buffer_init()
2016-08-13core: free file pointer in case of memory error in util_file_get_content()Sébastien Helleu
2016-08-13core: add weechat-curses link in .gitignoreSébastien Helleu
2016-08-13doc: update main features in user's guideSébastien Helleu
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