Skip to content

Update newlines and AUTH compatibility

  • Changes from requiring \n to the more ambiguous 'newline', allowing for both \r\n and \n. Using standard Java library tools, both should be handled automatically.
  • Added note about not sending WRONGKEY to clients that do not support it, and to send ALREADYLOGGEDIN instead.

Merge request reports