aboutsummaryrefslogtreecommitdiff
path: root/xmpp-vala/src/core/xmpp_stream.vala
Commit message (Collapse)AuthorAgeFilesLines
* Fix some compiler warningsfiaxh2023-10-071-2/+2
|
* Improve history sync under loadMarvin W2023-02-071-1/+1
|
* Add priority for and allow cancellation of outgoing stanzasMarvin W2023-02-071-2/+2
|
* Collapse most stream releated errors into IOErrorMarvin W2023-02-071-16/+8
|
* Allow certificates from unknown CAs from .onion domainsfiaxh2020-12-311-1/+5
| | | | | | 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-287/+65
| | | | fixes #534
* Improve stream management queuefiaxh2020-07-211-1/+5
|
* Visually highlight pending messages, improve resendingfiaxh2020-07-161-1/+1
|
* Add queue and resending to stream managementfiaxh2020-07-151-9/+19
|
* Properly check Jids everywhereMarvin W2019-12-231-1/+5
|
* Add timing to logs, fix issue of silently ignored I/O errorsMarvin W2019-12-221-6/+9
|
* Don't continue reading after stream was disconnected, make disconnecting asyncfiaxh2019-11-271-9/+14
| | | | fixes #636
* Don't attempt DNS SRV lookups in connection fallbackfiaxh2019-11-181-1/+1
|
* Don't set timeouts on registration connection attemptsfiaxh2019-06-011-1/+4
|
* Use glib log functionsfiaxh2019-03-151-3/+3
|
* Small connection fixesfiaxh2018-03-101-0/+6
|
* Move Jid class to xmpp-vala, partially refactor namespaceMarvin W2018-01-281-9/+9
|
* Tab completion: Case insensitive, handle spacesfiaxh2018-01-061-1/+1
|
* Show error on invalid TLS certificatefiaxh2018-01-041-20/+23
|
* Async service lookup, connect and writefiaxh2017-11-231-12/+16
|
* Read+(write) stream asyncfiaxh2017-11-161-11/+15
|
* Fix warningsfiaxh2017-10-311-2/+6
|
* http-files: max-file-size handlingfiaxh2017-09-261-1/+1
|
* xmpp-vala: Connection fallback without SRV recordsfiaxh2017-08-191-2/+6
|
* Stream Managementfiaxh2017-08-141-15/+36
|
* xmpp-vala: improve namespace handling, add some testsMarvin W2017-08-121-1/+1
|
* SRV records for XMPP over TLSfiaxh2017-08-111-4/+52
|
* http files: Fix double-free rance-conditionfiaxh2017-08-071-122/+0
| | | | ... and move classes around
* xmpp-vala/core+libdino: concurrency + nullity improvementsMarvin W2017-04-181-21/+28
|
* Add --print-xmpp flag to log detailsMarvin W2017-04-031-9/+138
|
* Select conversation on startup, placeholder for "No conversation selected", ↵fiaxh2017-03-201-4/+4
| | | | start services before UI
* Add typed identity to manager modules and stream flagsfiaxh2017-03-201-4/+25
|
* Split OMEMO plug-in into files, various fixesMarvin W2017-03-121-1/+1
|
* Use typed identity in module managerMarvin W2017-03-101-3/+5
|
* Add typed identity to stream modulesMarvin W2017-03-101-2/+17
|
* Initial plugin systemMarvin W2017-03-101-1/+1
|
* Outfactor PGP into pgpme-valafiaxh2017-03-101-8/+8
|
* Rename vala-xmpp library to xmpp-valafiaxh2017-03-101-0/+245