Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Collapse most stream releated errors into IOError | Marvin W | 2023-02-07 | 1 | -3/+3 |
| | |||||
* | Fix segfault on bad certificate with multiple xmpp records | fiaxh | 2021-04-07 | 1 | -2/+3 |
| | | | | Co-authored-by: Marvin W <git@larma.de> | ||||
* | Fix segfault on accept_certificate signal (fixup 81a5505) | fiaxh | 2020-12-31 | 1 | -3/+3 |
| | |||||
* | Allow certificates from unknown CAs from .onion domains | fiaxh | 2020-12-31 | 1 | -4/+4 |
| | | | | | | It's barely possible for .onion servers to provide a non-self-signed cert. But that's fine because encryption is provided independently though TOR. see #958 | ||||
* | Refactor XmppStream, TLS and connection method logic | fiaxh | 2020-11-20 | 1 | -0/+89 |
fixes #534 |