Sébastien Helleu
|
56edeba7fc
|
irc: use parsed command parameters in "cap" command callback
|
2021-10-17 21:28:31 +02:00 |
|
Sébastien Helleu
|
15392e4a81
|
irc: use parsed command parameters in "away" command callback
|
2021-10-17 21:28:31 +02:00 |
|
Sébastien Helleu
|
cb856a7f3a
|
irc: use parsed command parameters in "authenticate" command callback
|
2021-10-17 21:28:31 +02:00 |
|
Sébastien Helleu
|
69c457287d
|
irc: use parsed command parameters in "account" command callback
|
2021-10-17 21:28:31 +02:00 |
|
Sébastien Helleu
|
5458382bb8
|
irc: fix typo in a comment
|
2021-10-17 21:28:31 +02:00 |
|
Sébastien Helleu
|
849105ebd6
|
irc: replace "message" by "command" in description of functions
|
2021-10-17 21:28:31 +02:00 |
|
Sébastien Helleu
|
cbc4073815
|
irc: send parsed parameters to IRC command callbacks
|
2021-10-17 21:28:30 +02:00 |
|
Sébastien Helleu
|
c4b4d80936
|
irc: parse and return command parameters in message parser
|
2021-10-17 21:28:30 +02:00 |
|
Sébastien Helleu
|
f0898eae64
|
doc: update Serbian auto-generated file
|
2021-10-17 21:27:41 +02:00 |
|
Ivan Pešić
|
9378a7572b
|
core: Update Serbian translation
|
2021-10-17 21:26:20 +02:00 |
|
Sébastien Helleu
|
3cd97b5131
|
tests: add missing include of string.h
|
2021-10-14 21:08:28 +02:00 |
|
Sébastien Helleu
|
d8b8bf5a84
|
tests: check displayed message/error for all simulated IRC commands received
|
2021-10-14 21:00:47 +02:00 |
|
Sébastien Helleu
|
238c17bd0e
|
irc: display command in lower case when there is a parsing error
|
2021-10-14 20:39:23 +02:00 |
|
Sébastien Helleu
|
1206e9e5c3
|
tests: fix typo in comment
|
2021-10-14 20:38:16 +02:00 |
|
Sébastien Helleu
|
f3b4336bc4
|
irc: do not display message with "(null)" for 973/974/975 command received if pos_mode is NULL
|
2021-10-14 20:37:32 +02:00 |
|
Sébastien Helleu
|
55df7805c2
|
irc: display a single error message when parsing of a command failed
|
2021-10-13 18:45:36 +02:00 |
|
Sébastien Helleu
|
9102e4f552
|
irc: display a single error message when a command is not found
|
2021-10-13 18:45:14 +02:00 |
|
Sébastien Helleu
|
57ad90c3c0
|
irc: do not display message with "(null)" for numeric command received if pos_args is NULL
|
2021-10-13 18:42:47 +02:00 |
|
Sébastien Helleu
|
ed9104fbea
|
irc: fix parsing of CAP message when there is no prefix (closes #1707)
|
2021-10-09 11:27:51 +02:00 |
|
Sébastien Helleu
|
68a3aca643
|
plugins: use a different plugin priority for each scripting language
|
2021-10-02 20:50:35 +02:00 |
|
Sébastien Helleu
|
6fe354439c
|
doc: update German auto-generated file
|
2021-10-02 20:41:09 +02:00 |
|
Nils Görs
|
63b93a8147
|
core: update German translations
|
2021-10-02 19:49:38 +02:00 |
|
Sébastien Helleu
|
ad5fa7c99f
|
core: add command /toggle
|
2021-10-01 22:55:38 +02:00 |
|
Sébastien Helleu
|
9548a4cf74
|
core: check that option is not NULL in function config_file_option_value_to_string
|
2021-09-27 23:23:01 +02:00 |
|
Sébastien Helleu
|
301f0942c6
|
core: fix search of option when the section is not given
|
2021-09-27 22:35:14 +02:00 |
|
Sébastien Helleu
|
fb57ad147e
|
core: check that option_name is not NULL in config file functions
|
2021-09-27 22:02:22 +02:00 |
|
Nils Görs
|
3ee2f40fb3
|
core: update German translations
|
2021-09-26 20:25:20 +02:00 |
|
Sébastien Helleu
|
edd1971ae8
|
irc: fix parsing of TAGMSG message when there is a colon before the channel
This fixes the display of typing notifications on some IRC servers like
inspircd.
|
2021-09-21 20:41:18 +02:00 |
|
Sébastien Helleu
|
a6826af796
|
core: add creation of user variables in evaluated expressions with ${define:name,value}
|
2021-09-20 21:15:28 +02:00 |
|
Jan Palus
|
bd21b25bad
|
typing: correct typo in CMake option description
|
2021-09-19 14:58:07 +02:00 |
|
Sébastien Helleu
|
48a4a043b7
|
Version 3.4-dev
|
2021-09-19 12:23:06 +02:00 |
|
Sébastien Helleu
|
3b9217e460
|
Version 3.3
v3.3
|
2021-09-19 10:14:18 +02:00 |
|
Sébastien Helleu
|
eaacd805ae
|
php: add missing header files in autotools build
|
2021-09-19 09:54:01 +02:00 |
|
Sébastien Helleu
|
e9d303c4fa
|
debian: update changelog
|
2021-09-18 10:33:04 +02:00 |
|
Sébastien Helleu
|
fb1bf569a9
|
debian: bump Standards-Version to 4.6.0.1
|
2021-09-18 10:32:39 +02:00 |
|
Sébastien Helleu
|
e00937875d
|
Version 3.3-rc1
v3.3-rc1
|
2021-09-11 09:20:58 +02:00 |
|
a1346054
|
5dbf24d179
|
docs: trim excess whitespace
|
2021-09-11 00:17:36 +02:00 |
|
a1346054
|
9d7cac2396
|
build: fix shellcheck warnings
|
2021-09-11 00:17:36 +02:00 |
|
a1346054
|
04977fa9da
|
legal: use license file from gnu.org
Downloaded from:
https://www.gnu.org/licenses/gpl-3.0.txt
|
2021-09-11 00:17:36 +02:00 |
|
Sébastien Helleu
|
4aa2b86ee2
|
doc: update German auto-generated file
|
2021-09-10 23:07:23 +02:00 |
|
Sébastien Helleu
|
f3fc1f5f85
|
core: remove empty line displayed in output of /plugin list <name>
|
2021-09-10 23:06:05 +02:00 |
|
Nils Görs
|
a7d3f9d4e8
|
core: update German translations
|
2021-09-10 09:59:14 +02:00 |
|
Sébastien Helleu
|
91d32be93c
|
core: add options "-o", "-ol", "-i" and "-il" in command "/plugin list"
|
2021-09-09 21:32:58 +02:00 |
|
Sébastien Helleu
|
a76eedcd1f
|
core: replace deprecated cmake command "exec_program" by "execute_process"
This fixes a compilation issue on Debian Sid with the latest version of
debianutils (5.4-3), where the "which" command is now deprecated.
|
2021-09-08 20:46:44 +02:00 |
|
Sébastien Helleu
|
7742b48098
|
doc: update German auto-generated file
|
2021-09-07 21:40:01 +02:00 |
|
Nils Görs
|
4d0245711d
|
core: update German translations
|
2021-09-07 09:42:30 +02:00 |
|
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 |
|