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