Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add change password functionality | fiaxh | 2024-09-21 | 1 | -0/+6 |
| | | | | Co-authored-by: Stanislav Malishevskiy <stanislav.malishevskiy@gmail.com> | ||||
* | Fix segfault on accept_certificate signal (fixup 81a5505) | fiaxh | 2020-12-31 | 1 | -4/+4 |
| | |||||
* | Show invalid certificate screen also when registering account | fiaxh | 2020-12-31 | 1 | -5/+17 |
| | |||||
* | Allow certificates from unknown CAs from .onion domains | fiaxh | 2020-12-31 | 1 | -4/+12 |
| | | | | | | 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 | -45/+60 |
| | | | | fixes #534 | ||||
* | Fix unread bubbles having wrong color on startup | fiaxh | 2020-07-15 | 1 | -1/+0 |
| | |||||
* | Fix auto-joining bookmark without nick | fiaxh | 2020-01-08 | 1 | -1/+1 |
| | |||||
* | Don't go through ConnectionManager for initial connection attempt | fiaxh | 2019-12-23 | 1 | -17/+40 |
| | |||||
* | Don't continue reading after stream was disconnected, make disconnecting async | fiaxh | 2019-11-27 | 1 | -3/+3 |
| | | | | fixes #636 | ||||
* | Open new connection to send filled-in registration form | fiaxh | 2019-11-18 | 1 | -3/+38 |
| | | | | fixes #644 | ||||
* | Use log during IBR | Marvin W | 2019-10-18 | 1 | -0/+2 |
| | |||||
* | Don't set timeouts on registration connection attempts | fiaxh | 2019-06-01 | 1 | -7/+18 |
| | |||||
* | Split login jid/password into two steps with checks | fiaxh | 2018-11-16 | 1 | -1/+85 |
| | |||||
* | In-Band Registration | fiaxh | 2018-08-22 | 1 | -0/+42 |