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
|
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
|
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
|
22a7e18842
|
irc: add support of capability "message-tags" (closes #1654)
|
2021-06-24 21:04:52 +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
|
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
|
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
|
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
|
efc7a588d6
|
core: update copyright dates
|
2021-01-02 21:34:16 +01:00 |
|
Sébastien Helleu
|
1c5e5824e7
|
tests: run callback when resetting options in tests
|
2020-10-03 14:40:59 +02:00 |
|
Sébastien Helleu
|
e41eeaf203
|
tests: add tests on IRC command ACCOUNT with colon before the account name
|
2020-06-16 08:07:55 +02:00 |
|
Sébastien Helleu
|
c59f812c74
|
tests: add tests on function irc_protocol_cb_353 with option irc.look.color_nicks_in_names set to on
|
2020-03-31 21:16:09 +02:00 |
|
Sébastien Helleu
|
8738196b68
|
tests: add tests on remaining IRC protocol functions and callbacks
|
2020-03-28 16:06:45 +01:00 |
|
Sébastien Helleu
|
f072eb8d78
|
tests: add tests on function irc_protocol_get_message_tags
|
2020-03-28 13:40:39 +01:00 |
|
Sébastien Helleu
|
4245641767
|
tests: add tests on function irc_protocol_cb_ping
|
2020-03-26 23:05:34 +01:00 |
|
Sébastien Helleu
|
b82a887f2a
|
tests: add tests on function irc_protocol_cb_part
|
2020-03-25 20:48:54 +01:00 |
|
Sébastien Helleu
|
cecbad1803
|
tests: add test with no arguments for AWAY command
|
2020-03-24 16:58:11 +01:00 |
|
Sébastien Helleu
|
9fac350b3f
|
tests: add tests on IRC protocol functions with not enough arguments
|
2020-03-24 16:56:57 +01:00 |
|
Sébastien Helleu
|
5c1dfcbe5b
|
tests: add tests on functions irc_protocol_cb_mode and irc_protocol_cb_nick
|
2020-03-19 23:01:59 +01:00 |
|
Sébastien Helleu
|
b45d461c3a
|
tests: add tests on functions irc_protocol_cb_kick and irc_protocol_cb_kill
|
2020-03-18 22:27:15 +01:00 |
|
Sébastien Helleu
|
a709dd05a6
|
tests: add tests on function irc_protocol_cb_join
|
2020-03-17 20:54:07 +01:00 |
|
Sébastien Helleu
|
332a4adc26
|
tests: add tests on function irc_protocol_cb_chghost
|
2020-03-16 20:49:50 +01:00 |
|
Sébastien Helleu
|
851d1fb00a
|
tests: rename function run_cmd_server to server_recv
|
2020-03-15 07:19:16 +01:00 |
|
Sébastien Helleu
|
9545d37ab0
|
tests: add tests on IRC protocol functions and some callbacks
Functions tested:
* irc_protocol_is_numeric_command
* irc_protocol_log_level_for_command
* irc_protocol_tags
* irc_protocol_nick_address
* irc_protocol_cb_account
* irc_protocol_cb_away
* irc_protocol_cb_001
* irc_protocol_cb_005
|
2020-03-11 20:53:49 +01:00 |
|
Sébastien Helleu
|
feb6258910
|
core: update copyright dates
|
2020-01-04 10:41:26 +01:00 |
|
Sébastien Helleu
|
34a6fce134
|
tests: add tests on function irc_protocol_parse_time
|
2019-01-13 14:47:35 +01:00 |
|