aboutsummaryrefslogtreecommitdiff
path: root/xmpp-vala/src/core
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* MUC config form (data forms), MUC room infofiaxh2017-05-302-13/+14
|
* xmpp-vala/core+libdino: concurrency + nullity improvementsMarvin W2017-04-184-124/+159
|
* Add --print-xmpp flag to log detailsMarvin W2017-04-033-21/+199
|
* 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-122-4/+4
|
* 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
|
* Various fixes in vala-xmppMarvin W2017-03-101-6/+64
|
* Outfactor PGP into pgpme-valafiaxh2017-03-101-8/+8
|
* Rename vala-xmpp library to xmpp-valafiaxh2017-03-106-0/+938