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

Open
opened 2024-03-09 18:02:45 +00: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 18:02:48 +00:00
Sweetbread removed the
Reviewed
Confirmed
label 2024-03-09 18:05:05 +00:00
Sweetbread added the Category/Applications label 2024-03-10 19:52:19 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: KolibriOS/kolibrios#12