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 |
|
Sébastien Helleu
|
4712d0bb06
|
core: use https for links to GNU GPL license
|
2018-11-29 23:16:07 +01:00 |
|
Sébastien Helleu
|
eb77c78dad
|
irc: fix uninitialized variables in function irc_protocol_cap_sync
|
2018-10-21 08:53:22 +02:00 |
|
Sébastien Helleu
|
fc63620f1e
|
irc: remove useless test on argc
|
2018-10-01 22:58:13 +02:00 |
|
Sébastien Helleu
|
5b3f2ad466
|
irc: add nick, host and log tags in message displayed in private buffer when the nick comes back on the server (closes #1221)
|
2018-07-11 07:36:11 +02:00 |
|
Sébastien Helleu
|
6292896021
|
irc: add channel color in message 354 with missing parameters (issue #1212)
|
2018-06-24 09:46:29 +02:00 |
|
Sébastien Helleu
|
db690fbf91
|
irc: do not display message 354 with missing parameters if there's an automatic check of WHOX on the channel (issue #1212)
|
2018-06-24 08:29:10 +02:00 |
|
Sébastien Helleu
|
a5962cf7f5
|
irc: display message 354 (WHOX) received with missing parameters (closes #1212)
|
2018-06-23 22:17:18 +02:00 |
|