mirror of
https://github.com/unrealircd/unrealircd.git
synced 2026-06-26 07:36:38 +02:00
f437593b8d
When connecting, use slightly different wording (and use it consistently): "Trying to activate link with server xyz" When the connection is lost before synced: "Unable to link with server xyz" When the connection is lost after fully synced (eg: minutes later): "Lost server link to xyz" Important small changes (other than text): * Log ERRORs from remote servers to the log (previously only shown to ircops) * Some link errors could have been previously suppressed due to old code assuming other parts of the code would send or log the error (this would be the case for an error when calling SSL/TLS write functions) * More?