Changeset 761 in code for trunk/irc.go


Ignore:
Timestamp:
Dec 10, 2021, 9:46:41 AM (3 years ago)
Author:
contact
Message:

Handle upstream multi-line SASL

References: https://todo.sr.ht/~emersion/soju/173

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/irc.go

    r684 r761  
    2626        maxMessageLength = 512
    2727        maxMessageParams = 15
     28        maxSASLLength    = 400
    2829)
    2930
Note: See TracChangeset for help on using the changeset viewer.