aboutsummaryrefslogtreecommitdiff
path: root/xmpp-vala/src/core
Commit message (Collapse)AuthorAgeFilesLines
* Fix build on some Vala compiler versionsMarvin W2023-09-241-0/+10
| | | | See https://gitlab.gnome.org/GNOME/vala/-/issues/1474 and https://gitlab.gnome.org/GNOME/vala/-/issues/1478
* 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
| | | | Fixes #1307
* 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
| | | | | | | | Co-authored-by: Marvin W <git@larma.de>
* | Fix segfault on bad certificate with multiple xmpp recordsfiaxh2021-04-074-10/+17
|/ | | | Co-authored-by: Marvin W <git@larma.de>
* 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
| | | | | | 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-207-287/+420
| | | | fixes #534
* 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
| | | | Upstream: https://gitlab.gnome.org/GNOME/vala/-/issues/751
* 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
| | | | fixes #636
* Don't attempt DNS SRV lookups in connection fallbackfiaxh2019-11-181-1/+1
|
* Fix some warningshrxi2019-09-101-2/+0
| | | | | | Instances of `RegexError` are just asserted as `assert_not_reached` as they cannot really fail except for allocation failure if the given regex is valid.
* 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
| | | Thanks `codespell`!
* 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
| | | | fixes #140
* 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
| | | | ... and move classes around
* MUC join behaviour + small MUC error changesfiaxh2017-06-132-2/+6
|