aboutsummaryrefslogtreecommitdiff
path: root/libdino/src/service/connection_manager.vala
Commit message (Collapse)AuthorAgeFilesLines
* Read+(write) stream asyncfiaxh2017-11-161-32/+19
|
* Replace deprecated function usagesfiaxh2017-11-161-3/+1
|
* Go offline before quiting applicationfiaxh2017-10-311-5/+20
| | | | fixes #141
* Fix warningsfiaxh2017-10-311-1/+0
|
* Remove new from struct initialisation, as it is deprecated (#180)linkmauve2017-10-231-2/+2
| | | | | | * Remove new from struct initialisation, as it is deprecated. * Use Map.has_key instead of Map.contains, as it is deprecated.
* http-files: max-file-size handlingfiaxh2017-09-261-1/+1
|
* Use utc time everywherefiaxh2017-08-311-1/+1
|
* connection: keep-alive pings, act upon connection change (VPN)fiaxh2017-08-251-7/+47
|
* Stream Managementfiaxh2017-08-141-1/+1
|
* Get rid of manual storage objects for delegatesfiaxh2017-06-131-19/+8
|
* Show account status (incl errors) in ManageAccounts.Dialogfiaxh2017-04-101-41/+88
|
* Add --print-xmpp flag to log detailsMarvin W2017-04-031-1/+2
|
* Add typed identity to manager modules and stream flagsfiaxh2017-03-201-1/+1
|
* Fix account repeated disconnect/connect issuesMarvin W2017-03-131-4/+7
|
* Use typed identity in stream modulesfiaxh2017-03-111-2/+2
|
* Initial plugin systemMarvin W2017-03-101-0/+222