Sébastien Helleu
|
efc7a588d6
|
core: update copyright dates
|
2021-01-02 21:34:16 +01:00 |
|
Sébastien Helleu
|
30e48336f4
|
irc: remove SASL timeout message displayed by error after successful SASL authentication (closes #1515)
The SASL timer is removed immediately when the SASL authentication is
successful or has failed.
|
2020-10-18 09:35:04 +02:00 |
|
Sébastien Helleu
|
b32f561f77
|
irc: fix again typo in English plural form of "normal"
|
2020-09-12 18:49:42 +02:00 |
|
Sébastien Helleu
|
1745b78b57
|
irc: fix typo in English plural form of "normal" (normals -> normal)
|
2020-09-12 18:08:13 +02:00 |
|
Sébastien Helleu
|
cfd221014c
|
api: add argument "bytes" in function string_dyn_concat
|
2020-08-23 23:27:57 +02:00 |
|
Sébastien Helleu
|
12051a506d
|
irc: add support of UTF8MAPPING, add support of optional server in info "irc_is_nick" (closes #1528)
|
2020-06-20 17:28:28 +02:00 |
|
Sébastien Helleu
|
eba9c31da0
|
irc: fix display of ACCOUNT message when the account name is ":*" (closes #1526)
|
2020-06-15 23:03:58 +02:00 |
|
Sébastien Helleu
|
d0ae0fea49
|
irc: skip semicolon before account name in ACCOUNT message
|
2020-06-15 07:12:06 +02:00 |
|
Max Teufel
|
0027c23b7e
|
irc: display account messages in buffers
|
2020-06-03 07:59:04 +02:00 |
|
Sébastien Helleu
|
4a67c4a1ab
|
irc: do not remove spaces at the end of users messages received (closes #1513)
The regression was introduced in version 2.5 by commit
2b70d71aa1.
|
2020-05-19 20:12:27 +02:00 |
|
Simmo Saan
|
517c4c2903
|
irc: fix realname delimiter color in WHO/WHOX response
|
2020-05-09 19:31:34 +02:00 |
|
Sébastien Helleu
|
03ffd396a4
|
irc: move functions irc_protocol_get_message_tags and irc_protocol_parse_time before protocol callbacks
|
2020-03-28 13:39:48 +01:00 |
|
Sébastien Helleu
|
2efad93220
|
irc: remove empty lines
|
2020-03-28 10:36:10 +01:00 |
|
Sébastien Helleu
|
349251feb1
|
irc: fix typo in description of message 001
|
2020-03-27 22:51:15 +01:00 |
|
Sébastien Helleu
|
0834286843
|
irc: add examples of NOTICE and PRIVMSG messages to channel ops
|
2020-03-27 22:50:52 +01:00 |
|
Sébastien Helleu
|
4033c55fa2
|
irc: add another example of MODE message
|
2020-03-15 07:19:16 +01:00 |
|
Sébastien Helleu
|
5f94636b91
|
irc: rename argument in function irc_protocol_is_numeric_command
|
2020-03-10 19:19:38 +01:00 |
|
Sébastien Helleu
|
2fe27584ff
|
irc: return 0 in function irc_protocol_is_numeric_command if the command is NULL or empty
|
2020-03-10 19:15:59 +01:00 |
|
Sébastien Helleu
|
9904cb6d2e
|
irc: fix crash when receiving a malformed message 352 (who)
Thanks to Stuart Nevans Locke for reporting the issue.
|
2020-02-10 07:37:11 +01:00 |
|
Sébastien Helleu
|
4e2718d234
|
irc: add nick changes in the hotlist (except self nick change)
|
2020-02-01 23:02:55 +01:00 |
|
Sébastien Helleu
|
feb6258910
|
core: update copyright dates
|
2020-01-04 10:41:26 +01:00 |
|
Sébastien Helleu
|
876a0a1609
|
irc: add option irc.look.display_pv_warning_address (closes #892)
If the address of remote nick changes in a private buffer, a warning is
displayed.
|
2019-10-11 20:26:34 +02:00 |
|
Simmo Saan
|
e437613acb
|
irc: add separate options for kick/kill message coloring (closes #683)
Add new options irc.color.message_kick and irc.color.reason_kick to be used
for coloring KICK and KILL messages.
|
2019-09-23 21:22:49 +02:00 |
|
Sébastien Helleu
|
bad8db720e
|
irc: fix parsing of message 346, 348 and 728 when there is a colon before the timestamp (issue #1396)
IRC Messages:
- 346: invite list
- 348: exception list
- 728: quiet list
|
2019-08-24 07:19:01 +02:00 |
|
iwalkalone
|
1e7232b8c2
|
irc: fix parsing of message 367 (banlist) when there is a colon before the timestamp (closes #1396)
|
2019-08-21 08:21:07 +02:00 |
|
Sébastien Helleu
|
5f1b895f27
|
irc: replace calls to strcpy and strcat with a call to snprintf
|
2019-08-10 11:20:43 +02:00 |
|
Sébastien Helleu
|
dfcbb6b058
|
irc: rename variable vars_replaced to command2, remove fallback on *ptr_command
|
2019-08-10 11:16:21 +02:00 |
|
Sébastien Helleu
|
dd133af522
|
Merge remote-tracking branch 'origin/pr/615'
|
2019-08-10 11:12:13 +02:00 |
|
Sébastien Helleu
|
0bf5a5ae9c
|
irc: add variables "user_max_length" and "host_max_length" in server structure (issue #1387)
|
2019-08-04 14:39:58 +02:00 |
|
Sébastien Helleu
|
478ca22054
|
irc: return NULL in function irc_message_get_address_from_host if the received host is NULL
|
2019-08-03 10:53:17 +02:00 |
|
Sébastien Helleu
|
fd592c2323
|
irc: quote NICK command argument sent to the server only if there's a ":" in the nick (closes #1376, issue #1319)
|
2019-07-11 07:08:36 +02:00 |
|
Sébastien Helleu
|
15ce4b2be5
|
irc: return all arguments in the PONG response to a PING (closes #1369)
|
2019-07-04 18:48:46 +02:00 |
|
Sébastien Helleu
|
9178156354
|
api: add argument "strip_items" in function string_split
|
2019-06-15 20:47:14 +02:00 |
|
Sébastien Helleu
|
95cbf3a48b
|
irc: remove capability from cap_list when a client capability is disabled (issue #151)
|
2019-06-15 08:56:48 +02:00 |
|
Sébastien Helleu
|
b6c304ac87
|
irc: fix display of enabled/disabled client capabilities received in command CAP ACK (closes #151)
|
2019-06-15 08:14:22 +02:00 |
|
Sébastien Helleu
|
f6d6f7bac5
|
irc: fix crash when the nick in incoming message is not found in channel
|
2019-05-14 07:25:04 +02:00 |
|
Sébastien Helleu
|
a24817b141
|
irc: rename server variable "nick_host" to "host"
|
2019-05-12 07:46:01 +02:00 |
|
Sébastien Helleu
|
06aa7034fb
|
irc: add variable "nick_host" in server structure
|
2019-05-10 21:59:31 +02:00 |
|
Sébastien Helleu
|
2073408b86
|
irc: fix parsing of MODE command when there are colons after the first mode argument (closes #1296)
|
2019-05-10 19:29:58 +02:00 |
|
Sébastien Helleu
|
3d95217745
|
api: return allocated string in hook_info callback and function info_get
|
2019-04-13 08:42:45 +02:00 |
|
Sébastien Helleu
|
f6c5061590
|
irc: fix update of channels modes with arguments when joining a channel (closes #1324)
|
2019-03-18 20:39:42 +01:00 |
|
Sébastien Helleu
|
2b70d71aa1
|
core: replace argument "keep_eol" by "flags" in function string_split (closes #1322)
|
2019-03-10 18:29:16 +01:00 |
|
Matthew Martin
|
77a9322bbf
|
irc: quote argument to NICK
|
2019-02-28 18:55:26 -06:00 |
|
Sébastien Helleu
|
6e09499163
|
irc: fix crash in parsing of IRC channel modes (issue #1296, closes #1297)
Regression was introduced by commit b38b2abe3b.
|
2019-01-31 21:13:58 +01:00 |
|
Sébastien Helleu
|
b38b2abe3b
|
irc: fix parsing of MODE, 341 (invite) and CHGHOST commands when there are colons (closes #1296)
|
2019-01-29 21:10:49 +01:00 |
|
Sébastien Helleu
|
4fab6dcd05
|
irc: do not use strptime to parse a time as float number (issue #1289)
|
2019-01-13 15:25:22 +01:00 |
|
Sébastien Helleu
|
6343924c16
|
irc: check return code of calls to strptime (issue #1289)
|
2019-01-13 14:46:43 +01:00 |
|
Sébastien Helleu
|
8009094717
|
irc: fix parsing of "time" message tag on FreeBSD (issue #1289)
|
2019-01-11 22:40:06 +01:00 |
|
Sébastien Helleu
|
2b0057239b
|
core: update copyright dates
|
2019-01-01 15:40:51 +01:00 |
|
Sébastien Helleu
|
4034d07d5a
|
core: use https for links in comments
|
2018-12-01 08:21:49 +01:00 |
|