Skip to content
Snippets Groups Projects
Commit a63bf4d4 authored by cyan's avatar cyan
Browse files

* searchbyserver() split out into two functions, correcting the bug which

  would cause a server with a wildcard C:Line to continue to attempt to
  connect to its uplink even after a connection was established.
* When connecting to another server, it was possible that the IRCd would
  send its PASS/SERVER command pair again in error.  This would generate
  warning messages on the receiving server side stating "Refusing to comply
  with supposedly bogus SERVER command."
* When a channel was both +k and +l, the IRCd would incorrectly interpret
  the incoming SJOIN message for that channel.  (i.e. +kl 1 1 would return
  +k 11)
* The IRCd now crunches modes on an incoming SJOIN message.
parent a4ffd8e0
Branches
Tags
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment