aboutsummaryrefslogtreecommitdiff
path: root/libdino/src/service/registration.vala
Commit message (Collapse)AuthorAgeFilesLines
* Fix segfault on accept_certificate signal (fixup 81a5505)fiaxh2020-12-311-4/+4
|
* Show invalid certificate screen also when registering accountfiaxh2020-12-311-5/+17
|
* Allow certificates from unknown CAs from .onion domainsfiaxh2020-12-311-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 logicfiaxh2020-11-201-45/+60
| | | | fixes #534
* Fix unread bubbles having wrong color on startupfiaxh2020-07-151-1/+0
|
* Fix auto-joining bookmark without nickfiaxh2020-01-081-1/+1
|
* Don't go through ConnectionManager for initial connection attemptfiaxh2019-12-231-17/+40
|
* Don't continue reading after stream was disconnected, make disconnecting asyncfiaxh2019-11-271-3/+3
| | | | fixes #636
* Open new connection to send filled-in registration formfiaxh2019-11-181-3/+38
| | | | fixes #644
* Use log during IBRMarvin W2019-10-181-0/+2
|
* Don't set timeouts on registration connection attemptsfiaxh2019-06-011-7/+18
|
* Split login jid/password into two steps with checksfiaxh2018-11-161-1/+85
|
* In-Band Registrationfiaxh2018-08-221-0/+42