Sébastien Helleu
6fa4494aae
tests: add test with multiple wildcards in call to function string_match
2019-04-01 00:18:21 +02:00
Sébastien Helleu
5d02ff9a6d
tests: add tests on function util_signal_search
2019-04-01 00:15:25 +02:00
Sébastien Helleu
d2571ab53b
tests: add tests on util_timeval functions
2019-04-01 00:07:32 +02:00
Sébastien Helleu
709334eede
tests: add tests on function util_parse_delay with unit "ms" (milliseconds)
2019-04-01 00:02:49 +02:00
Sébastien Helleu
5f1b2722c8
doc: update Japanese auto-generated files
2019-03-31 23:54:50 +02:00
Sébastien Helleu
413aa499cc
core: add documentation on command line debug options (in --help and man pages)
...
Command line debug options are now documented:
* --no-dlclose: do not call the function dlclose after plugins are unloaded
* --no-gnutls: do not call the init and deinit functions of GnuTLS library
* --no-gcrypt: do not call the init and deinit functions of Gcrypt library
These options must not be used in production, they're for debug only and can be
used with tools like Valgrind or electric-fence.
2019-03-31 23:53:54 +02:00
Sébastien Helleu
c469f30be5
doc: fix generation of man page weechat-headless with autotools
2019-03-31 23:51:28 +02:00
Sébastien Helleu
5980a4deb8
Merge pull request #1328 from l/master/translation/ja_JP
...
core: update Japanese translations
2019-03-31 23:46:27 +02:00
AYANOKOUZI, Ryuunosuke
80becc9a29
core: update Japanese translations
2019-04-01 09:00:00 +09:00
Sébastien Helleu
c77bffaa52
doc: update German auto-generated file
2019-03-29 23:27:45 +01:00
Sébastien Helleu
dad451af34
core: send code coverage only with gcc, not with clang
2019-03-29 23:17:27 +01:00
Sébastien Helleu
3f80ae0ee8
core: add codecov badge
2019-03-29 23:17:09 +01:00
Sébastien Helleu
d91954490f
core: move coverage.info in parent directory
2019-03-29 23:01:27 +01:00
Sébastien Helleu
56d6b510e6
core: move upload of code coverage from build-test.sh to .travis.yml
2019-03-29 22:53:26 +01:00
Sébastien Helleu
33cefb7daa
core: fix upload of code coverage to codecov.io
2019-03-29 22:46:13 +01:00
Sébastien Helleu
3e22bc116b
core: upload code coverage on codecov.io in Travis CI
2019-03-29 22:37:03 +01:00
Nils Görs
4df26f391d
core: update German translations
2019-03-29 22:34:33 +01:00
Sébastien Helleu
b97fc2bd0f
core: don't execute command scheduled by /repeat if the buffer does not exist any more
2019-03-29 20:42:00 +01:00
Sébastien Helleu
2571d17cb9
core: don't execute command scheduled by /wait if the buffer does not exist any more
2019-03-29 20:37:18 +01:00
Sébastien Helleu
f1d18f4c26
core: use seconds by default in /repeat interval, allow unit for the interval
2019-03-29 20:31:19 +01:00
Sébastien Helleu
fa5b1eed77
core: move parsing of /wait delay in a separate function, with unit tests
2019-03-29 20:17:26 +01:00
Sébastien Helleu
b3cf270d1d
core: allow text in addition to a command in command /repeat
2019-03-29 08:37:57 +01:00
Sébastien Helleu
8251f1fd13
core: update ChangeLog
2019-03-28 22:18:16 +01:00
Sébastien Helleu
da43e95c75
relay: use option "delay" in call to command_options ( closes #1327 )
...
This fixes a crash when sending "/plugin reload relay" from a relay client.
2019-03-28 22:07:25 +01:00
Sébastien Helleu
4e9e5f2652
api: add option "delay" in hashtable options of function command_options (issue #1327 )
2019-03-28 22:07:04 +01:00
Sébastien Helleu
2f37de9148
core: make "input_commands_allowed" work with /wait and /repeat commands (issue #928 )
2019-03-28 18:45:22 +01:00
Sébastien Helleu
9b4fa10923
core: set CMake minimum version required to 3.0
...
This is required for add_library() with INTERFACE library type.
2019-03-25 08:52:53 +01:00
Sébastien Helleu
c713a0e475
tests: fix scripting API tests on 32-bit arch
...
The problem is that on 32-bit arch (like GNU/Hurd), the number 42000000000000
is converted to 42000000000000L in Python, which is causing troubles in other
languages like Perl.
The fix is to use a smaller number. Such large size for function
string_format_size is tested in the C++ test suite anyway.
2019-03-25 00:18:55 +01:00
Sébastien Helleu
b04d8934ee
tests: fix style in CMake file
2019-03-24 13:43:19 +01:00
Sébastien Helleu
96d3a3834c
doc: improve description of CMake option ENABLE_PYTHON3 in user's guide
2019-03-24 09:38:43 +01:00
Sébastien Helleu
429fafd42f
doc: fix typo Gnutls -> GnuTLS in user's guide
2019-03-24 09:38:43 +01:00
Sébastien Helleu
6c41e627cd
doc: fix description of man/doc CMake options in user's guide
2019-03-24 09:38:43 +01:00
Sébastien Helleu
2612adf899
core: add CMake option "ENABLE_CODE_COVERAGE" to compile with code coverage options
...
This option is OFF by default and should be enabled only for tests, to measure
test coverage.
2019-03-24 09:38:43 +01:00
Sébastien Helleu
47c4329404
debian: update changelog
2019-03-23 22:15:18 +01:00
Sébastien Helleu
ecfe6756f8
core: switch from Ubuntu Trusty to Xenial in Travis CI
2019-03-23 22:00:26 +01:00
Sébastien Helleu
e68754aafe
lua: add detection of Lua 5.3 with autotools
2019-03-23 22:00:03 +01:00
Sébastien Helleu
34bf68d38e
tests: remove extra output before/after tests
2019-03-23 20:08:17 +01:00
Sébastien Helleu
ff32112396
irc: fix length of string for SHA-512, SHA-256 and SHA-1 in help on ssl_fingerprint option
2019-03-21 23:36:24 +01:00
Sébastien Helleu
2da148eb55
core: add Haiku as supported platform in README
2019-03-21 22:02:31 +01:00
Nils Görs
21e227020f
core: update German translations
2019-03-19 23:18:33 +01:00
Sébastien Helleu
bb017b2613
irc: display an error with /allchan -current or /allpv -current if the current buffer is not an irc buffer ( closes #1325 )
2019-03-19 20:37:06 +01:00
Sébastien Helleu
766bea3f9e
tests: remove value for first #define in headers
2019-03-19 20:33:30 +01:00
Sébastien Helleu
c4bf528b4e
php: remove value for first #define in headers
2019-03-19 20:33:16 +01:00
Sébastien Helleu
8f79b1c0fc
doc: add missing keys Ctrl+F1 and Ctrl+F2 for buflist (FAQ)
2019-03-19 20:32:27 +01:00
Sébastien Helleu
f6c5061590
irc: fix update of channels modes with arguments when joining a channel ( closes #1324 )
2019-03-18 20:39:42 +01:00
Sébastien Helleu
1ef7a55e72
core: fix typo: Weechat -> WeeChat
2019-03-17 18:34:21 +01:00
Sébastien Helleu
3ee87bcfce
core: fix description of Cygwin "weechat" package
2019-03-17 18:12:54 +01:00
Sébastien Helleu
58f4c37a63
core: fix version numbering scheme in cygport file
2019-03-17 14:40:36 +01:00
Sébastien Helleu
413221bc9e
doc: update German auto-generated file
2019-03-12 22:58:54 +01:00
Nils Görs
840c815bb0
Merge branch 'master' of github.com:weechat/weechat
2019-03-12 22:43:03 +01:00