Sébastien Helleu
0fb88527ce
irc: implement IRCv3.2 SASL authentication, add command /auth ( closes #413 )
2021-06-25 11:15:22 +02:00
Sébastien Helleu
7a0020f067
irc: fix comment on TAGMSG callback function (issue #1654 )
2021-06-25 10:41:27 +02:00
Sébastien Helleu
f662ca9398
doc: update German auto-generated files
2021-06-25 10:37:32 +02:00
Nils Görs
8f19798834
core: update German translations
2021-06-25 09:30:14 +02:00
Sébastien Helleu
22a7e18842
irc: add support of capability "message-tags" ( closes #1654 )
2021-06-24 21:04:52 +02:00
Sébastien Helleu
51123b755d
core: add missing source files for gettext
2021-06-24 21:02:13 +02:00
Sébastien Helleu
b1cf12700d
irc: add keys/values with tags in output of irc_message_parse_to_hashtable (issue #1654 )
...
Key is "tag_xxx" (where "xxx" is the name of tag) and value is the unescaped
tag value.
2021-06-24 21:02:03 +02:00
Sébastien Helleu
8ea1ee06e5
irc: add support of TAGMSG messages (issue #1654 )
2021-06-24 21:01:22 +02:00
Sébastien Helleu
23c46c3f2b
irc: escape/unescape IRC message tags values (issue #1654 )
...
Spec: https://ircv3.net/specs/extensions/message-tags#escaping-values
2021-06-24 20:59:21 +02:00
Sébastien Helleu
b3b4ef648b
core: fix use of uninitialized hash when call to weecrypto_hmac fails
2021-06-23 20:46:53 +02:00
Sébastien Helleu
60b9e36ae2
core: fix function string_match with joker in the string if multiple words matched in input string
...
Before fix:
string_match("script.color.text_description", "*script*color*", 0) => 0
After fix:
string_match("script.color.text_description", "*script*color*", 0) => 1
2021-06-22 21:54:16 +02:00
Sébastien Helleu
3d3cdf3884
tests: fix modifier name in comment
2021-06-21 19:58:53 +02:00
Sébastien Helleu
e04cc87f60
irc: set notify level to "private" for received WALLOPS
2021-06-21 19:57:54 +02:00
Sébastien Helleu
f2d1acb899
core: fix chapter name in release notes
2021-06-20 08:53:45 +02:00
Sébastien Helleu
1fb2fcbbd4
doc: update German auto-generated file
2021-06-19 18:46:45 +02:00
Nils Görs
296f795ff3
core: update German translations
2021-06-19 18:43:06 +02:00
Sébastien Helleu
ef318cb70c
irc: enable all capabilities by default (supported by both server and WeeChat) ( closes #320 )
...
Capabilities can be excluded with the format: "*,!account-*,!extended-join".
2021-06-19 18:22:49 +02:00
Sébastien Helleu
947f73bd50
irc: add option irc.look.display_account_message (issue #320 )
2021-06-19 18:14:38 +02:00
Sébastien Helleu
5a89825669
irc: add option irc.look.display_extended_join (issue #320 )
2021-06-19 18:12:22 +02:00
Sébastien Helleu
eb2a42c99e
doc: update German auto-generated file
2021-06-19 18:10:15 +02:00
Nils Görs
60d4489b5e
core: update German translations
2021-06-18 08:36:21 +02:00
Sébastien Helleu
2225ac4e56
core: add option "certs" in command /debug
2021-06-17 21:51:18 +02:00
Sébastien Helleu
fa785e8668
doc: update German auto-generated files
2021-06-17 21:48:39 +02:00
Sébastien Helleu
0ceccb9798
tests: fix tests on signal_search_number
2021-06-16 12:34:30 +02:00
Sébastien Helleu
0b7e4977be
core: fix build on macOS ( closes #1662 )
2021-06-16 12:34:14 +02:00
Sébastien Helleu
bfa0b4376c
core: add build on macOS in CI
2021-06-16 12:32:06 +02:00
Nils Görs
70c1a002e3
doc: update German documentation
2021-06-16 10:50:21 +02:00
Nils Görs
e4b6db5de2
core: update German translations
2021-06-16 10:42:27 +02:00
Sébastien Helleu
e8cdda318f
irc: drop support of DH-BLOWFISH and DH-AES SASL mechanisms ( closes #175 )
2021-06-15 21:49:45 +02:00
Sébastien Helleu
51740eb21e
doc: keep previous msgids of translated messages in .po files
2021-06-15 20:34:25 +02:00
Sébastien Helleu
936e2fddaf
core: update ChangeLog
2021-06-15 18:56:46 +02:00
Sébastien Helleu
70b66c4f6b
irc: add command /setname, add support of message and capability "setname" ( closes #1653 )
2021-06-15 18:56:41 +02:00
Sébastien Helleu
0525922ee4
irc: always set realname in nicks even when extended-join capability is not enabled (issue #1653 )
2021-06-15 18:50:22 +02:00
Sébastien Helleu
b8baee1c06
irc: add support of FAIL/WARN/NOTE messages (issue #1653 )
...
Spec: https://ircv3.net/specs/extensions/standard-replies
2021-06-15 18:49:49 +02:00
Sébastien Helleu
88edc19149
doc: update user's guide translations (issue #1642 )
2021-06-14 21:39:27 +02:00
Giuseppe Bilotta
f6a4841dab
doc: ref the layout, buffer and window sections and commands
...
Add some references between the Screen layout and Buffers and windows
sections, linking also to the appropriate commands.
This should make it easier to discover the `/layout` command and its
relevance to the windows and buffer management.
(Small contribution to GitHub issue #1641 )
2021-06-14 21:38:45 +02:00
Sébastien Helleu
19e41eb28a
core: add contributor (issue #1655 )
2021-06-13 16:30:24 +02:00
eevan78
31b22fec09
doc: add Serbian translations
2021-06-13 16:28:33 +02:00
Krzysztof Korościk
1624b0ba97
doc: updated polish translation
2021-06-13 14:59:07 +02:00
Krzysztof Korościk
9fe937a7fd
po: updated polish translation
2021-06-13 14:41:02 +02:00
Sébastien Helleu
f6d1991833
Version 3.3-dev
2021-06-13 09:51:42 +02:00
Sébastien Helleu
70c09f1f5a
Version 3.2
v3.2
2021-06-13 09:28:25 +02:00
Sébastien Helleu
1adf6927e5
irc: fix translation of SASL errors
2021-06-13 09:16:09 +02:00
Sébastien Helleu
de6575dd32
doc: update Polish auto-generated files
2021-06-10 21:28:15 +02:00
Krzysztof Korościk
4b3785ad1e
po: updated polish translation
2021-06-10 00:18:03 +02:00
Sébastien Helleu
2a71d79b37
doc: update German auto-generated file
2021-06-07 07:13:54 +02:00
Nils Görs
5775e9cd10
core: update German translations
2021-06-05 23:09:34 +02:00
Sébastien Helleu
7dd3b0016c
Version 3.2-rc1
v3.2-rc1
2021-06-04 21:30:54 +02:00
Sébastien Helleu
f8872c415b
doc: add IRC SASL SCRAM mechanisms in user's guide (issue #1628 )
2021-06-01 21:29:55 +02:00
Sébastien Helleu
8c57e8abd3
irc: add comments about parameter sasl_error (issue #1628 )
2021-06-01 21:17:13 +02:00