1
1
Fork 0
mirror of https://github.com/mjl-/mox.git synced 2025-03-21 01:22:31 +03:00
mox/metrics
Mechiel Lukkien c7315cb72d
handle scram errors more gracefully, not aborting the connection
for some errors during the scram authentication protocol, we would treat some
errors that a client connection could induce as server errors, printing a stack
trace and aborting the connection.

this change recognizes those errors and sends regular "authentication failed"
or "protocol error" error messages to the client.

for issue  by wneessen, thanks for reporting
2024-10-03 15:18:09 +02:00
..
auth.go handle scram errors more gracefully, not aborting the connection 2024-10-03 15:18:09 +02:00
panic.go add a webapi and webhooks for a simple http/json-based api 2024-04-15 21:49:02 +02:00