Commit Graph

7 Commits

Author SHA1 Message Date
de85bf848d fix(core): Fix crash when no negotiator matches
Fixes .

Also removes the `allowPlainAuth` attribute of `ConnectionSettings` as
users who want to disable SASL PLAIN can just not register the
negotiator or extend it.
2023-03-18 14:54:39 +01:00
1bd61076ea feat: Improve the API provided by the DiscoManager
Fixes .
2023-01-27 16:26:01 +01:00
bff4a6f707 feat: Rework how the ReconnectionPolicy system works 2023-01-27 00:14:44 +01:00
473f8e4bb6 tests: Fix tests 2023-01-07 18:40:36 +01:00
2e3472d88f feat: Rework how the negotiator system works
We can now return what exactly made a connection attempt fail.
2022-11-19 21:48:28 +01:00
d5493a185a feat: Remove Moxxy specific strings 2022-11-09 16:52:59 +01:00
c850924dd3 tests: Add back tests 2022-11-08 20:44:41 +01:00