Sébastien Helleu
b010115556
core: add command to restore default triggers that have changed in version 1.1 (release notes)
2014-08-23 09:12:28 +02:00
Sébastien Helleu
2ae5660cc3
trigger: add option "restore" in command /trigger
2014-08-23 09:11:13 +02:00
Sébastien Helleu
067f310be6
script: fix crash on "/script update" if a script detail is displayed in buffer ( closes #177 )
2014-08-22 20:48:51 +02:00
Sébastien Helleu
333253e5b9
trigger: fix regex used in default triggers to hide passwords ( closes #172 )
...
"\S" is not supported on *BSD, so it is replaced by "[^ ]" (which should be
enough, since there should be no tabs or other whitespace different from
spaces in command line).
2014-08-22 07:39:15 +02:00
Sébastien Helleu
94ddd4a8b7
core: add contributor in AUTHORS.asciidoc
2014-08-21 07:41:49 +02:00
Sébastien Helleu
31071172eb
doc: update German auto-generated files
2014-08-20 21:58:44 +02:00
PhillipSz
9c009a8d69
core: update German translations
2014-08-20 21:54:08 +02:00
Andrew Potter
5284646df1
xfer: bind to wildcard address when sending
...
When #5 was fixed, we started to always bind to the local address
connected to the irc server because the xfer.network.own_ip address
may not be able to be bound to when NATed. But this means when the
own_ip address is a different family (IPv4 vs IPv6) from the irc
server connection, we were listening for connections on the wrong
interface.
This patch lets us figure out which family is being used,
(xfer.network.own_ip's family, or the irc connection's family
otherwise) and bind() into the correct family via that family's
wildcard address.
2014-08-20 09:12:08 -07:00
Sébastien Helleu
285de35d21
core: fix typo in French translation of /help set
2014-08-20 07:35:07 +02:00
Andrew Potter
e5cd0eb247
xfer: Use hook_connect() for receiving chats
...
fixes #160
2014-08-19 22:09:37 -07:00
Sébastien Helleu
7310a7e398
core: fix modifier "weechat_print": discard only one line when several lines are displayed in same message ( closes #171 )
...
When several lines are displayed in a message (separated by "\n"), the
modifier "weechat_print" will now discard just one line (if return value is
an empty string), instead of discarding the whole message.
2014-08-19 19:56:12 +02:00
Sébastien Helleu
83ffdb9ecd
irc: add "server-time" in help of server option "capabilities"
2014-08-17 09:58:19 +02:00
Sébastien Helleu
25747a5f16
Merge pull request #166 from l/translation_ja
...
core: update Japanese translations
2014-08-16 20:11:05 +02:00
Sébastien Helleu
be00ef006b
doc: add missing files sec.conf and exec.conf in man page
2014-08-16 17:01:55 +02:00
AYANOKOUZI, Ryuunosuke
37f7d69cdc
core: update Japanese translations
2014-08-17 00:01:14 +09:00
Sébastien Helleu
611a48837b
core: add anchor "#support" for link to user's guide in AUTHORS
2014-08-16 15:45:39 +02:00
Sébastien Helleu
519d7cc79e
core: add link to user's guide in AUTHORS
2014-08-16 15:43:27 +02:00
nils_2
420acac5ed
core: update German translations
2014-08-16 11:54:51 +02:00
Sébastien Helleu
d918c3d1b0
core: fix translation of message displayed after /upgrade
2014-08-16 11:50:15 +02:00
Sébastien Helleu
4de5627db2
irc: remove unneeded variable "seconds"
2014-08-16 11:50:01 +02:00
Sébastien Helleu
ab8ea0f3cb
irc: fix translation of CTCP PING reply ( closes #137 )
2014-08-16 11:37:43 +02:00
Sébastien Helleu
e6ed4342a2
core: add a link to user's guide or WeeChat site for contacting developers
2014-08-16 10:36:50 +02:00
Sébastien Helleu
fd7b5caf5c
doc: add non-official support channel #weechat-de in user's guide
2014-08-16 10:35:48 +02:00
Sébastien Helleu
e27083cddf
core: remove obsolete WeeChat version in weechat.pot
2014-08-16 10:29:47 +02:00
Sébastien Helleu
4c12639f61
doc: add tags for missing translations in Japanese developer's guide
2014-08-16 09:24:40 +02:00
Sébastien Helleu
dac076c242
aspell: display an error if command "/aspell setdict" is called without a dictionary
2014-08-16 09:07:10 +02:00
Sébastien Helleu
2d5f563d89
core: update ChangeLog
2014-08-16 09:03:38 +02:00
Sébastien Helleu
3f3eb55c6d
aspell: remove unneeded else condition
2014-08-16 09:02:31 +02:00
nils_2
2629fd8c74
aspell: fix crash with command "/aspell addword" if no word is given ( closes #164 )
2014-08-15 20:56:52 +02:00
Sébastien Helleu
1b7352e379
core: add gettext-devel dependency for Cygwin packaging
2014-08-15 18:48:40 +02:00
Sébastien Helleu
8c3b85a05b
core: install extra files for Cygwin in share/doc/weechat
2014-08-15 18:48:03 +02:00
Sébastien Helleu
b7eb710b19
core: fix asciidoc style in ChangeLog
2014-08-15 15:12:37 +02:00
Sébastien Helleu
bc34c3cfc2
tests: fix memory leak in tests launcher
2014-08-15 15:08:31 +02:00
Sébastien Helleu
23f91ea821
Version 1.1-dev
2014-08-15 13:20:15 +02:00
Sébastien Helleu
addc27af2c
Version 1.0
...
Yay! \o/
v1.0
2014-08-15 10:09:01 +02:00
Sébastien Helleu
dcf46a2ca0
tests: read WeeChat command line arguments in environment variable "WEECHAT_TESTS_ARGS"
2014-08-14 19:15:25 +02:00
Sébastien Helleu
99b7aa9d27
tests: fix memory leaks
2014-08-14 19:13:32 +02:00
Sébastien Helleu
00e79af39c
tests: add tests of function string_split_shell
2014-08-14 19:12:00 +02:00
Sébastien Helleu
328eeee5e1
tests: add partial tests of functions hashtable_set*
2014-08-14 19:09:27 +02:00
Sébastien Helleu
346fb62cf6
tests: don't install binary "tests" with autotools
2014-08-14 19:06:21 +02:00
Sébastien Helleu
181e44d126
doc: add missing file "tests.cpp" in developer's guide
2014-08-14 19:05:48 +02:00
Sébastien Helleu
11baca39b8
debian: link against libgcrypt20-dev and libgnutls28-dev
2014-08-14 19:03:18 +02:00
Sébastien Helleu
536318eafe
tests: add tests of function string_replace_with_callback
2014-08-14 07:38:42 +02:00
Sébastien Helleu
8506fa95b3
core: separate new features and bugs fixed in ChangeLog
2014-08-14 07:35:04 +02:00
Sébastien Helleu
06260182b0
doc: update Polish auto-generated files
2014-08-13 22:28:40 +02:00
Krzysztof Korościk
d104a1fc13
core: updated polish translations
2014-08-13 21:31:02 +02:00
Sébastien Helleu
0f363218b6
core: make argument "errors" optional in function string_replace_with_callback
2014-08-13 07:33:49 +02:00
Sébastien Helleu
3d63ed0eaf
Merge pull request #161 from l/translation_ja
...
core: update Japanese translations
2014-08-12 21:40:51 +02:00
AYANOKOUZI, Ryuunosuke
ab6df91a3e
core: update Japanese translations
2014-08-12 16:43:32 +09:00
Sébastien Helleu
e4fb9a4a4b
doc: add example with "callback_free_key" in function hashtable_set_pointer (plugin API reference)
2014-08-12 07:32:15 +02:00