Sébastien Helleu
7d1b557627
core: fix indentation in examples of /help eval
2021-09-06 22:39:29 +02:00
Sébastien Helleu
5b3929b321
api: add split of string and shell arguments in evaluation of expressions
...
Split of string: ${split:number,separators,flags,xxx}
Split of shell arguments: ${split_shell:number,xxx}
2021-09-06 13:32:04 +02:00
Sébastien Helleu
8852e9fd0c
core: add CVE id in ChangeLog
2021-09-05 20:54:14 +02:00
Sébastien Helleu
d5b68e6b75
core: update ChangeLog ( closes #1599 )
2021-09-05 09:31:43 +02:00
Ivan Pešić
2446e5814f
core: update Serbian translations
2021-09-04 22:01:41 +02:00
Sébastien Helleu
885b470d51
lua: add detection of Lua 5.4
2021-09-04 19:46:14 +02:00
Sébastien Helleu
97b809d164
core: add version 3.2.1
2021-09-04 16:28:04 +02:00
Sébastien Helleu
97bdd51112
relay: fix crash when decoding a malformed websocket frame
2021-09-04 15:55:37 +02:00
Nils Görs
75b9ba03a1
core: update German translations
2021-09-03 15:00:09 +02:00
Sébastien Helleu
5fb7ebdfce
irc: fix send of empty JOIN when connecting to a server with only parted channels ( closes #1638 )
2021-09-03 13:43:07 +02:00
Sébastien Helleu
6fc6166cfe
core: update translations
2021-08-31 22:39:17 +02:00
Sébastien Helleu
12be3b8c33
core: add options in command /input and new keys to remove/restore buffers in hotlist
...
New options in command /input:
- hotlist_remove_buffer
- hotlist_restore_buffer
- hotlist_restore_all
New keys:
- alt+h, alt+c: clear the whole hotlist (former key: alt+h)
- alt+h, alt+m: mark the current buffer as read by removing it from the hotlist
- alt+h, alt+r: restore latest hotlist removed in the current buffer
- alt+h, alt+shift+R: restore latest hotlist removed in all buffers
2021-08-31 22:32:38 +02:00
Sébastien Helleu
5b5626a82b
doc: fix typo in French plugin API reference
2021-08-30 13:54:28 +02:00
Sébastien Helleu
968d17b806
core: update ChangeLog ( closes #1689 )
2021-08-29 10:54:51 +02:00
Sébastien Helleu
2de272ee6c
api: add "${re:repl_index}" to get the index of replacement in function string_eval_expression
2021-08-29 10:40:52 +02:00
Sébastien Helleu
009a2889e3
core: ensure python stub is up-to-date in CI
2021-08-16 22:59:32 +02:00
Sébastien Helleu
86e3c672bb
doc: write python stub on standard output
2021-08-16 22:59:07 +02:00
Sébastien Helleu
254c1a3e8b
doc: update German auto-generated file
2021-08-13 21:08:40 +02:00
Nils Görs
fa3cd3dd08
core: update German translations
2021-08-13 09:14:50 +02:00
Sébastien Helleu
89b28e362c
irc: add option "-parted" in command /allchan ( closes #1685 )
2021-08-12 18:15:16 +02:00
Sébastien Helleu
cf27302dac
core: add terminal and color info in output of /debug color
2021-08-11 18:49:22 +02:00
Sébastien Helleu
da8b7a85bb
doc: update German auto-generated file
2021-08-10 20:37:50 +02:00
Nils Görs
964d3e54d1
core: update German translations
2021-08-10 14:55:21 +02:00
Sébastien Helleu
960b633517
core: switch to PHP 8.0 in CI
2021-08-08 18:56:16 +02:00
Sébastien Helleu
addd80e7b7
doc: update auto-generated files with hdata
2021-08-08 18:44:05 +02:00
Sébastien Helleu
8e676edd1a
irc: save CLIENTTAGDENY from message 005 in server, do not send typing messages if "typing" client tag is denied
2021-08-08 18:37:15 +02:00
Sébastien Helleu
415ea95eb4
core: update ChangeLog (issue #1668 )
2021-08-08 09:03:22 +02:00
Adam Saponara
ede09a843c
php: add ifdef for zend_file_handle.filename
2021-08-08 09:00:24 +02:00
Adam Saponara
5442612bc9
php: fix PHP 8+ build
2021-08-08 09:00:24 +02:00
Sébastien Helleu
2b12b4077a
php: add detection of PHP 8.0, fix compilation errors
2021-08-08 09:00:24 +02:00
Sébastien Helleu
61c3169068
core: add contributor (issue #1656 )
2021-08-07 11:20:08 +02:00
Sébastien Helleu
5b48eef4fe
core: update ChangeLog (issue #1656 )
2021-08-07 11:19:51 +02:00
Sébastien Helleu
9b75118b83
debian: add Spanish FAQ in Debian packaging
2021-08-07 11:15:28 +02:00
Sébastien Helleu
def564c5af
doc: add build of Spanish FAQ
2021-08-07 11:15:28 +02:00
Victorhck
57ea636fd6
doc: add Spanish version of the FAQ
2021-08-07 11:15:28 +02:00
Victorhck
84d8120060
doc: fix typo in FAQ
2021-08-07 10:56:56 +02:00
Sébastien Helleu
20866a0457
core: fix decoding of attributes in basic ANSI colors ( closes #1678 )
2021-08-06 20:33:31 +02:00
Sébastien Helleu
79d50837c9
irc: fix read out of bounds in case of malformed AUTHENTICATE message (issue #1679 )
2021-08-03 20:01:15 +02:00
Sébastien Helleu
791b910a77
irc: fix SASL authentication when AUTHENTICATE message is received with a server name ( closes #1679 )
2021-08-03 19:58:13 +02:00
Sébastien Helleu
d89c4f559c
api: add random integer number in evaluation of expressions with "random:min,max"
2021-08-03 19:46:41 +02:00
Nils Görs
0be4020b68
core: update German translations
2021-08-03 18:30:47 +02:00
Sébastien Helleu
72a9b87c1c
irc: display a different message for setname applied on self and other nicks ( closes #1676 )
2021-08-01 10:30:06 +02:00
Nils Görs
88d59de940
doc: update German documentation
2021-07-12 09:51:27 +02:00
Sébastien Helleu
6ff46776a4
doc: rename secured data name in IRC server example (user's guide)
2021-07-11 21:56:28 +02:00
Sébastien Helleu
77d96fec23
doc: fix columns width in user's guide
2021-07-10 20:08:36 +02:00
Sébastien Helleu
9404097756
doc: add chapters on IRC servers, channels, private messages (user's guide)
2021-07-10 18:35:57 +02:00
Sébastien Helleu
a16616637a
irc: remove unneeded message about Diffie-Hellman shared secret exchange during SSL connection to server ( closes #857 )
2021-07-10 16:02:19 +02:00
Sébastien Helleu
2b1582c816
core: add lint with bandit in CI
2021-07-09 23:56:24 +02:00
Sébastien Helleu
efea27bb24
relay: remove dead assignment
2021-07-08 23:02:50 +02:00
Sébastien Helleu
6052c1a5c0
doc: update German auto-generated file
2021-07-04 20:50:41 +02:00