IRCC 0.36 crashes while trying to send a CTCP message to another user #12

Open
opened 2024-03-09 19:02:45 +01:00 by Sweetbread · 0 comments
Owner

Steps to reproduce:

  1. /server IPADDRESS ---> connect to a IRC server (I am using a locally-hosted InspIRCd)
  2. /join #general ---> join a #general channel
  3. send a normal message ---> everything is fine
  4. send a private message ( /msg kolibri_user2 hello ) ---> everything is fine
  5. send a ctcp message ( /ctcp kolibri_user2 hello ) ---> IRCC client crashes
    There was not such a problem before, so maybe this bug somehow caused by the recent CRLF changes
    P.S. btw I wonder why after the "; end of CTCP message" we are also using "0x1" to terminate it prior to "0x0a0d"

floppy121

**Steps to reproduce:** 1) /server IPADDRESS ---> connect to a IRC server (I am using a locally-hosted InspIRCd) 2) /join #general ---> join a #general channel 3) send a normal message ---> everything is fine 4) send a private message ( /msg kolibri_user2 hello ) ---> everything is fine 5) send a ctcp message ( /ctcp kolibri_user2 hello ) ---> IRCC client crashes There was not such a problem before, so maybe this bug somehow caused by the recent CRLF changes P.S. btw I wonder why after the "; end of CTCP message" we are also using "0x1" to terminate it prior to "0x0a0d" --- *floppy121*
Sweetbread added the
Priority
Low
Reviewed
Confirmed
Kind
Bug
IRCC
labels 2024-03-09 19:02:48 +01:00
Sweetbread removed the
Reviewed
Confirmed
label 2024-03-09 19:05:05 +01:00
Sweetbread added the
Category/Applications
label 2024-03-10 20:52:19 +01:00
Sign in to join this conversation.
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: KolibriOS/kolibrios#12
No description provided.