aboutsummaryrefslogtreecommitdiff
path: root/xmpp-vala/src/util.vala
Commit message (Collapse)AuthorAgeFilesLines
* Collapse most stream releated errors into IOErrorMarvin W2023-02-071-8/+0
|
* Support replies and reactions to filesfiaxh2023-01-111-0/+8
|
* fixup Fix some warningsfiaxh2019-09-101-22/+12
|
* Fix some warningshrxi2019-09-101-0/+50
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.