Sébastien Helleu
b53e7824f2
core: add weechat-curses link in .gitignore
2016-08-13 14:45:31 +02:00
Sébastien Helleu
e888df54e3
doc: update main features in user's guide
2016-08-13 13:31:49 +02:00
Sébastien Helleu
0d6b24c124
doc: update German auto-generated files
2016-08-11 21:08:36 +02:00
Nils Görs
40c12573a0
doc: update German documentation
2016-08-11 17:25:56 +02:00
Nils Görs
beb847436b
core: update German translations
2016-08-11 09:16:11 +02:00
Sébastien Helleu
db76d6a097
trigger: add missing step with post action in /help trigger
2016-08-10 22:31:49 +02:00
Sébastien Helleu
a92e960871
doc: add question about screen and bracketed paste mode in FAQ
2016-08-10 22:28:03 +02:00
Sébastien Helleu
021401635d
doc: update German auto-generated files
2016-08-10 22:15:06 +02:00
Sébastien Helleu
d1c9ee29e5
core: fix typo in a French translation
2016-08-10 22:14:08 +02:00
Nils Görs
38d4b93f12
core: update German translations
2016-08-10 11:37:12 +02:00
Sébastien Helleu
3784cc5820
Merge pull request #773 from l/master/translation/ja_JP
...
doc: update Japanese translations
2016-08-09 22:18:17 +02:00
Sébastien Helleu
73db57f245
trigger: add post action in command line built by /trigger input|output|recreate
2016-08-09 22:12:17 +02:00
Sébastien Helleu
00dc40da1d
trigger: add quotes around completions of post action
2016-08-09 22:06:09 +02:00
Sébastien Helleu
64998dee19
core: update ChangeLog
2016-08-09 21:55:30 +02:00
Sébastien Helleu
90f2a13ae2
core: update translations
2016-08-09 21:54:00 +02:00
Sébastien Helleu
1172b19370
doc: translate trigger post action in other languages (user's guide)
2016-08-09 21:44:41 +02:00
Sébastien Helleu
de7dc59c87
trigger: rename "once action" to "post action"
2016-08-09 21:35:39 +02:00
Sébastien Helleu
810077fc12
Merge remote-tracking branch 'origin/pr/509'
2016-08-09 21:05:34 +02:00
AYANOKOUZI, Ryuunosuke
d681ab1e8d
doc: update Japanese translations
2016-08-09 09:00:00 +09:00
Sébastien Helleu
9d53fe9b0f
doc: update auto-generated files with URL options
2016-08-07 16:40:48 +02:00
Sébastien Helleu
0a4ed4799f
core: fix Tab in Japanese translation of /help print
2016-08-07 16:39:43 +02:00
Sébastien Helleu
c74e7cb7d7
irc: remove evil tab
2016-08-07 16:35:27 +02:00
Sébastien Helleu
992a620a26
core: update ChangeLog
2016-08-07 16:21:43 +02:00
Sébastien Helleu
dad2b649ed
core: add contributor in AUTHORS.adoc
2016-08-07 16:19:40 +02:00
Sébastien Helleu
751769b49d
core: irc, xfer: do not check return code of res_init()
...
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 16:17:42 +02:00
Sébastien Helleu
f695a79d9b
core, irc, xfer: add missing includes for function res_init()
2016-08-07 16:15:59 +02:00
Sébastien Helleu
eee11972f7
Merge remote-tracking branch 'origin/pr/771'
2016-08-07 16:08:44 +02:00
Raghavendra Prabhu
761c5e2d11
core/plugins: Use res_init before getaddrinfo.
...
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 13:20:54 +01:00
Sébastien Helleu
d575d43218
doc: add C compiler in dependencies (user's guide)
2016-08-07 10:43:54 +02:00
Sébastien Helleu
0de910838d
doc: add missing package ruby-2.3 in dependencies (user's guide)
2016-08-07 10:31:11 +02:00
Sébastien Helleu
6bebc49dfd
core: add old email of Krzysztof Korościk in .mailmap
2016-08-07 10:21:47 +02:00
Sébastien Helleu
399636f984
api: fix connection to servers with hook_connect() on Windows 10 with Windows subsystem for Linux ( closes #770 )
2016-08-06 22:13:52 +02:00
Sébastien Helleu
eff8d3f3fb
core: update ChangeLog
2016-08-02 18:43:12 +02:00
Sébastien Helleu
00f1b3e563
core: add contributor in AUTHORS.adoc
2016-08-02 18:30:25 +02:00
Sébastien Helleu
24d9abf46d
Merge pull request #738 from scumjr/master
...
irc: fix NULL pointer dereference in 734 command callback
2016-08-02 18:29:12 +02:00
Sébastien Helleu
ee16e226fe
doc: update German auto-generated files
2016-07-30 14:13:34 +02:00
Nils Görs
f7f8375529
core: update German translations
2016-07-30 10:30:15 +02:00
Sébastien Helleu
175b75987d
doc: update Japanese auto-generated files
2016-07-30 07:59:39 +02:00
Sébastien Helleu
196646eb9a
Merge pull request #768 from l/master/translation/ja_JP
...
core: update Japanese translations
2016-07-30 07:58:58 +02:00
AYANOKOUZI, Ryuunosuke
8925a2fb8a
core: update Japanese translations
2016-07-30 09:00:00 +09:00
Sébastien Helleu
67ab00abe5
doc: add example of hdata command with hotlist (relay protocol)
2016-07-29 16:02:39 +02:00
Sébastien Helleu
09c52755d1
relay: return an empty hdata when the requested hdata or pointer is not found ( closes #767 )
2016-07-29 15:55:42 +02:00
Sébastien Helleu
4397dccd1b
core: add keys for secure buffer in /help secure ( closes #756 )
2016-07-29 10:03:20 +02:00
Sébastien Helleu
290b40af89
doc: update German auto-generated files
2016-07-19 07:29:12 +02:00
Nils Görs
d5784199c1
core: update German translations
2016-07-17 18:01:51 +02:00
Sébastien Helleu
34ccf3fd81
irc: rename server options "default_msg_*" to "msg_*", evaluate them
2016-07-17 09:29:14 +02:00
Sébastien Helleu
8743a88c3b
core: add missing title in ReleaseNotes
2016-07-16 10:03:19 +02:00
Sébastien Helleu
b7e9913ebb
doc: update auto-generated files with hdata
2016-07-12 07:53:31 +02:00
Sébastien Helleu
e2a3cc8bf4
irc: fix typo in a comment
2016-07-09 21:26:28 +02:00
Sébastien Helleu
eb86def400
core: rename function string_iconv_fprintf to string_fprintf
2016-07-09 18:28:03 +02:00