Sébastien Helleu
59ba378eec
tests: add missing space after name of function
2019-08-04 14:39:58 +02:00
Sébastien Helleu
0bf5a5ae9c
irc: add variables "user_max_length" and "host_max_length" in server structure (issue #1387 )
2019-08-04 14:39:58 +02:00
Sébastien Helleu
4fa62a83f1
tests: add unit tests on IRC functions irc_message_split* (issue #1387 )
2019-08-04 14:39:58 +02:00
Sébastien Helleu
067f237ec3
tests: add unit tests on IRC function irc_message_convert_charset
2019-08-04 14:04:45 +02:00
Sébastien Helleu
fbc022a77a
core: return NULL immediately if string is NULL in function hook_modifier_exec
2019-08-04 13:30:53 +02:00
Sébastien Helleu
c46255b1d0
tests: add unit tests on IRC functions irc_message_parse and irc_message_parse_to_hashtable
2019-08-03 13:57:50 +02:00
Sébastien Helleu
d79e0cbd31
tests: add unit tests on IRC function irc_message_replace_vars
2019-08-03 11:34:42 +02:00
Sébastien Helleu
28d79d0c93
tests: add unit tests on IRC functions irc_message_get_{nick,address}_from_host
2019-08-03 11:30:35 +02:00
Sébastien Helleu
478ca22054
irc: return NULL in function irc_message_get_address_from_host if the received host is NULL
2019-08-03 10:53:17 +02:00
Sébastien Helleu
1f52101a41
doc: update German auto-generated files
2019-08-03 10:52:58 +02:00
Sébastien Helleu
9be225b201
core: fix description of changes on Python build in release notes
...
There's no fallback on the other Python version:
- with no option: build with Python 3 only
- with option ENABLE_PYTHON2: build with Python 2 only.
2019-08-03 08:31:57 +02:00
weechatter
07878046d2
doc: update German documentation
2019-08-01 18:45:49 +02:00
Sébastien Helleu
2e07121457
core: update ChangeLog (issue #1384 )
2019-07-31 22:55:40 +02:00
Sébastien Helleu
f8b8669d2e
Merge pull request #1384 from l2dy/memory
...
core: fix memory leak in case of error
2019-07-31 22:51:12 +02:00
Sébastien Helleu
f3426f4388
doc: update note on Python recommended version in user's guide
2019-07-31 22:42:38 +02:00
Sébastien Helleu
ad64fd16e1
core: update ChangeLog (issue #1382 )
2019-07-31 22:17:28 +02:00
Sébastien Helleu
99bb662bc5
core: add contributor in AUTHORS.adoc
2019-07-31 22:16:42 +02:00
Sébastien Helleu
8bc5725278
core: remove obsolete checks of old Python version in configure, properly set Python version (issue #1382 )
2019-07-31 21:53:16 +02:00
Sébastien Helleu
8897e04c0d
core: fix help on python to build with Python 2 (issue #1382 )
2019-07-31 21:24:36 +02:00
Eli Schwartz
4744c3fa41
work around broken travis environment variables
...
See: https://github.com/travis-ci/travis-ci/issues/5301
2019-07-31 20:46:02 +02:00
Eli Schwartz
ad7d16a5b3
build: use pkg-config to properly link python
...
fixes incorrect (non)detection of libpython3.Ym.so due to PEP 3149 since
python's officially exported build flags know how to correctly link to
python.
2019-07-31 20:45:59 +02:00
weechatter
b8d69307ee
core: update German translations
2019-07-30 22:56:52 +02:00
Sébastien Helleu
015ec85f10
core: add some missing default keys in /help cursor
2019-07-29 22:49:29 +02:00
Zero King
acbf021330
core: fix memory leak in case of error
2019-07-27 18:51:29 +00:00
Sébastien Helleu
93cd05bdd8
core: fix French translations on IRC ignores
2019-07-24 18:46:25 +02:00
Sébastien Helleu
5eeb98e40c
buflist: use existing variable buflist_hdata_buffer to check buffer pointers in infolist "buflist"
2019-07-13 22:16:25 +02:00
Sébastien Helleu
f6bc6fec2e
doc: add function "register" in the plugin API reference
2019-07-11 21:12:33 +02:00
Sébastien Helleu
c463b84421
doc: add Python prototype for function window_get_string (plugin API reference)
2019-07-11 20:51:52 +02:00
Sébastien Helleu
6461aefcae
doc: fix return value of function window_get_string (plugin API reference)
2019-07-11 20:51:48 +02:00
Sébastien Helleu
643376fc1d
core: update translations (issue #1375 )
2019-07-11 07:30:01 +02:00
Sébastien Helleu
26c0b1270f
core: update ChangeLog (issue #1375 )
2019-07-11 07:29:56 +02:00
Sébastien Helleu
ccaf99ff40
buflist: check validity of buffer pointers in info "buflist" (issue #1375 )
2019-07-11 07:29:54 +02:00
Simmo Saan
0fdf2c13a5
buflist: add infolist "buflist" (issue #1375 )
2019-07-11 07:29:46 +02:00
Sébastien Helleu
fd592c2323
irc: quote NICK command argument sent to the server only if there's a ":" in the nick ( closes #1376 , issue #1319 )
2019-07-11 07:08:36 +02:00
Sébastien Helleu
82a92bd4e9
irc: add unit tests on ignore functions
2019-07-10 19:20:09 +02:00
Sébastien Helleu
162ca1fade
irc: split function irc_ignore_check into three functions
2019-07-10 19:19:35 +02:00
Sébastien Helleu
e56c7e8c9b
debian: disable Javascript plugin on Debian Buster/Bullseye ( closes #1374 )
2019-07-08 18:29:50 +02:00
Sébastien Helleu
5e9efeb2e3
debian: switch from Lua 5.1 to 5.3 in Debian build
2019-07-07 14:14:37 +02:00
Sébastien Helleu
965173ded5
doc: fix typos in examples of function hook_process_hashtable (plugin API reference)
2019-07-06 20:39:02 +02:00
Sébastien Helleu
768c0d9acc
core: move line from "New features" to "Bug fixes" in ChangeLog
2019-07-05 08:43:29 +02:00
Sébastien Helleu
15ce4b2be5
irc: return all arguments in the PONG response to a PING ( closes #1369 )
2019-07-04 18:48:46 +02:00
Sébastien Helleu
789fa972f8
core: add Python 3 in release notes
2019-07-01 22:16:23 +02:00
Sébastien Helleu
179b00b4a3
doc: update auto-generated files with hdata
2019-07-01 22:09:58 +02:00
Sébastien Helleu
45fc8f1012
doc: rename option ENABLE_PYTHON3 to ENABLE_PYTHON2 in user's guide
2019-07-01 22:04:02 +02:00
Sébastien Helleu
c99dd0f611
core: remove pyenv in Travis CI
2019-07-01 21:28:33 +02:00
Sébastien Helleu
ab81128a7a
core: compile with Python 3 by default
...
The CMake option ENABLE_PYTHON3 is renamed to ENABLE_PYTHON2, to use Python 2
first then fallback on Python 3.
In the same way, the configure option --enable-python3 is renamed to
--enable-python2, to use Python 2 first then fallback on Python 3.
2019-07-01 21:28:33 +02:00
Sébastien Helleu
f9b6f359dd
doc: update chapter on colors in user's guide (issue #1343 , issue #1345 )
2019-06-28 20:58:00 +02:00
Sébastien Helleu
a9a1066e63
core: update ChangeLog ( closes #1343 , closes #1345 )
2019-06-28 20:47:07 +02:00
Sébastien Helleu
d540ea91ae
Merge remote-tracking branch 'origin/pr/1345'
2019-06-28 20:43:21 +02:00
Sébastien Helleu
b1ab2a0c50
doc: add description of arguments sent to the weechat_plugin_init plugin function (plugin API reference)
2019-06-26 21:20:01 +02:00