Sébastien Helleu
95cf2aa956
doc: update auto-generated files with commands
2022-04-23 22:10:12 +02:00
Sébastien Helleu
dc367a83f6
core: add missing options "dirs" and "hooks" in description of /debug command arguments
2022-04-23 19:13:16 +02:00
Sébastien Helleu
2a2428902b
trigger: check that buffer notify is not "none" to run command of default trigger beep
2022-04-23 14:15:41 +02:00
Sébastien Helleu
51ed9ec93e
core: add case conversion in evaluation of expressions ( closes #1778 )
2022-04-18 13:46:16 +02:00
Nils Görs
46033a7ee9
doc: update German documentation
2022-04-18 10:58:35 +02:00
Sébastien Helleu
a2e43a732e
core: update ChangeLog ( closes #1700 )
2022-04-18 09:55:55 +02:00
Sébastien Helleu
674f52bf58
core: add bar item "spacer"
2022-04-18 09:52:01 +02:00
Sébastien Helleu
0af960dbde
core: use dynamic string functions to build bar window content
2022-04-17 09:20:46 +02:00
Sébastien Helleu
07b54a9932
buflist: fix memory leak when reading config and changing option buflist.look.sort
2022-04-16 20:24:24 +02:00
Sébastien Helleu
9fceaa465d
doc/user: add install of binary package with brew on macOS
2022-04-09 19:36:11 +02:00
Ivan Pešić
94555e043c
doc: Update Serbian translation
2022-04-09 10:45:27 +02:00
Sébastien Helleu
f02b172716
core: add CVE id in ChangeLog
2022-04-03 21:13:05 +02:00
Sébastien Helleu
9b1184e180
ci: install package ruby-pygments.rb
2022-03-30 21:54:36 +02:00
Sébastien Helleu
f39553152f
relay: fix save of channels when JOIN/PART are received from an IRC relay client ( closes #1771 )
2022-03-30 21:41:14 +02:00
Sébastien Helleu
89f49040f3
debian: add dependency on ruby-pygments.rb
2022-03-29 21:02:42 +02:00
Sébastien Helleu
95d0b89d1d
doc/user: add chapter on containers
2022-03-28 23:18:44 +02:00
Sébastien Helleu
01f9bcbaba
core: fix bad window size on startup with some terminals like kitty ( closes #1769 )
2022-03-27 17:19:39 +02:00
Sébastien Helleu
6fb6fad7e9
Version 3.6-dev
2022-03-27 16:04:59 +02:00
Sébastien Helleu
0e6497612c
Version 3.5
v3.5
2022-03-27 15:13:48 +02:00
Sébastien Helleu
a794bf39bb
debian: update changelog
2022-03-27 09:49:50 +02:00
Sébastien Helleu
5f543f26cc
core: update .mailmap
2022-03-24 21:04:21 +01:00
Sébastien Helleu
0d8ced6c32
doc: use unicode symbol for greater-than or equal to
2022-03-23 21:12:02 +01:00
Sébastien Helleu
db28e2133d
doc: update Serbian auto-generated files
2022-03-22 21:18:32 +01:00
Ivan Pešić
bab175f5b4
core: update Serbian translation
2022-03-22 21:18:03 +01:00
Ivan Pešić
d3b42fae83
doc: update Serbian translations
2022-03-22 21:18:03 +01:00
Sébastien Helleu
ef41998179
core: use unicode symbol for greater-than or equal to in ChangeLog
2022-03-21 23:02:35 +01:00
Sébastien Helleu
05e65cdd31
Version 3.5-rc1
v3.5-rc1
2022-03-20 18:11:25 +01:00
Sébastien Helleu
872ff1cc6d
irc: fix memory leak in command /autojoin addraw when channels are missing
2022-03-19 10:17:32 +01:00
Sébastien Helleu
8123cb3e0b
irc: ensure old_autojoin and ptr_autojoin are not NULL before comparing them
2022-03-19 10:15:16 +01:00
Sébastien Helleu
15e11ecc0c
core: fix line too long
2022-03-17 21:17:34 +01:00
Trygve Aaberge
827db6dc31
core: Fix regex for constants in the Python stub generator
...
In Python raw strings, newlines can't be escaped with a backslash. If
you do that, both the backslash and the newline become part of the
string. This meant that the regex for constants both started and ended
with a newline which caused every other constant to be skipped.
2022-03-17 21:16:45 +01:00
Sébastien Helleu
44e0414970
core: add version 3.4.1
2022-03-14 08:39:24 +01:00
Sébastien Helleu
9a19cc5d59
core: update latest stable version to 3.4.1
2022-03-14 08:35:24 +01:00
Nils Görs
3289bd2882
doc: update German documentation
2022-03-13 22:41:26 +01:00
Sébastien Helleu
6e75f93e1f
doc/user: translate FreeBSD installation instructions (issue #1760 )
2022-03-13 20:40:32 +01:00
Mateusz Piotrowski
13482b38d0
Add FreeBSD installation instructions
2022-03-13 20:38:57 +01:00
Sébastien Helleu
6004139098
core: set again TLS verification functions after GnuTLS options are changed ( closes #1763 )
...
When changing the options weechat.network.gnutls_ca_system or
weechat.network.gnutls_ca_user, the GnuTLS credentials are freed then allocated
again, but the verification function used to check the certificate on
connection is not set again.
As a consequence, any TLS connection is made without checking the certificate.
This regression was introduced in version 3.2, when the options were changed to
automatically load system certificates without having to give the path, and to
let user give an extra custom path with certificates.
2022-03-13 18:04:07 +01:00
Sébastien Helleu
116f533e0d
doc: update German auto-generated files
2022-03-13 14:07:56 +01:00
Sébastien Helleu
c943d3507f
python: add function buffer_new_props in Python stub file
2022-03-13 14:07:22 +01:00
Sébastien Helleu
869279e9b6
tests: add tests on function gui_buffer_match_list
2022-03-13 14:03:23 +01:00
Sébastien Helleu
947ca33c14
tests: add tests on function gui_buffer_valid
2022-03-13 14:03:14 +01:00
Sébastien Helleu
44ec7e8cfa
tests: add tests on functions gui_buffer_search_type and gui_buffer_search_notify
2022-03-13 13:49:18 +01:00
Sébastien Helleu
4629b17173
tests: add tests on functions gui_buffer_new and gui_buffer_new_props
2022-03-13 13:29:50 +01:00
Sébastien Helleu
e5e3a9d2da
api: add function buffer_new_props ( closes #1759 )
2022-03-13 10:35:29 +01:00
Sébastien Helleu
fbbed9fbf7
core: add function gui_buffer_new_props (issue #1759 )
...
This function allows to create a buffer and set properties via a hashtable,
before the signal "buffer_opened" is sent.
2022-03-13 10:35:29 +01:00
Sébastien Helleu
310b4dd2a0
tests: close xfer buffer after receiving some files
2022-03-13 10:34:56 +01:00
Sébastien Helleu
55f1655064
dev/scripting: fix typo
2022-03-12 20:50:25 +01:00
Sébastien Helleu
55aa40e087
doc/dev: add file test-irc-tag.cpp
2022-03-12 16:47:14 +01:00
Sébastien Helleu
68f395d433
doc/dev: add file irc-typing.c
2022-03-12 16:41:52 +01:00
Sébastien Helleu
22a36665e3
doc/dev: add file test-logger-backlog.cpp
2022-03-12 16:38:58 +01:00