aboutsummaryrefslogtreecommitdiff
path: root/xmpp-vala/src/core
Commit message (Expand)AuthorAgeFilesLines
* Fix xml output intendationfiaxh2023-05-131-1/+1
* Improve history sync under loadMarvin W2023-02-071-1/+1
* Add priority for and allow cancellation of outgoing stanzasMarvin W2023-02-073-16/+16
* Collapse most stream releated errors into IOErrorMarvin W2023-02-0710-108/+80
* HTTP: Make LimitInputStream pollable for better async compatibilityMarvin W2022-11-041-1/+1
* Fix crash when using direct TLS + ALPNfiaxh2021-10-151-1/+1
* Fix misc compiler warningsfiaxh2021-10-121-1/+3
* Unify connection debug messagesselurvedu2021-08-092-4/+4
* Merge remote-tracking branch 'origin/feature/calls'fiaxh2021-05-111-2/+2
|\
| * Improve & refactor Jingle base implementationfiaxh2021-03-211-2/+2
* | Fix segfault on bad certificate with multiple xmpp recordsfiaxh2021-04-074-10/+17
|/
* Fix segfault on accept_certificate signal (fixup 81a5505)fiaxh2020-12-314-11/+11
* Allow certificates from unknown CAs from .onion domainsfiaxh2020-12-316-12/+32
* Refactor XmppStream, TLS and connection method logicfiaxh2020-11-207-287/+420
* Improve stream management queuefiaxh2020-07-212-1/+8
* Visually highlight pending messages, improve resendingfiaxh2020-07-161-1/+1
* Add queue and resending to stream managementfiaxh2020-07-152-9/+35
* Don't strip() at XML layerMarvin W2020-06-281-5/+10
* Work-around use after freeMarvin W2020-04-011-1/+1
* Properly check Jids everywhereMarvin W2019-12-231-1/+5
* Add timing to logs, fix issue of silently ignored I/O errorsMarvin W2019-12-223-14/+18
* Don't continue reading after stream was disconnected, make disconnecting asyncfiaxh2019-11-271-9/+14
* Don't attempt DNS SRV lookups in connection fallbackfiaxh2019-11-181-1/+1
* Fix some warningshrxi2019-09-101-2/+0
* Unroll some async methods in stanza readerMarvin W2019-07-141-19/+37
* Do not log long bodiesMarvin W2019-07-141-0/+3
* Fix ANSI color removal for XMPP log on non-tty stderrshrxi2019-06-061-2/+2
* Don't set timeouts on registration connection attemptsfiaxh2019-06-011-1/+4
* Use glib log functionsfiaxh2019-03-151-3/+3
* Fix compiler error (From using uint8[].copy())fiaxh2019-02-041-2/+2
* Improve ping timeouts, add debug output for XmlErrors and ping timeoutsfiaxh2019-01-021-26/+33
* Small connection fixesfiaxh2018-03-101-0/+6
* Move Jid class to xmpp-vala, partially refactor namespaceMarvin W2018-01-287-15/+16
* Fix typos in comments and variable names (#269)linkmauve2018-01-101-1/+1
* Tab completion: Case insensitive, handle spacesfiaxh2018-01-061-1/+1
* Show error on invalid TLS certificatefiaxh2018-01-043-24/+29
* Async service lookup, connect and writefiaxh2017-11-232-22/+48
* Read+(write) stream asyncfiaxh2017-11-163-71/+78
* Fix warningsfiaxh2017-10-312-4/+6
* http-files: max-file-size handlingfiaxh2017-09-261-1/+1
* xmpp-vala: use encoded value when formatting stanza attributesMarvin W2017-08-291-3/+3
* Fix some UI issuesMarvin W2017-08-221-1/+1
* xmpp-vala: Connection fallback without SRV recordsfiaxh2017-08-191-2/+6
* xmpp-vala: catch TLS errors during read()Marvin W2017-08-171-0/+2
* Stream Managementfiaxh2017-08-141-15/+36
* xmpp-vala: improve namespace handling, add some testsMarvin W2017-08-125-30/+74
* SRV records for XMPP over TLSfiaxh2017-08-111-4/+52
* http files: Fix double-free rance-conditionfiaxh2017-08-072-122/+127
* MUC join behaviour + small MUC error changesfiaxh2017-06-132-2/+6
* MUC config form (data forms), MUC room infofiaxh2017-05-302-13/+14