aboutsummaryrefslogtreecommitdiff
path: root/libdino/src/service/blocking_manager.vala
Commit message (Collapse)AuthorAgeFilesLines
* Check XmppStream against nullXavier Del Campo Romero2023-10-091-6/+10
| | | | | Most of the calls to stream_interactor.get_stream(account) were already doing null checks, but there were still some missing.
* Fix compiler warnings ('passing argument .. from incompatible pointer type') ↵fiaxh2021-10-121-2/+2
| | | | by passing (non)const argument
* Move Jid class to xmpp-vala, partially refactor namespaceMarvin W2018-01-281-4/+4
|
* Blocking setting in Contact Detailsfiaxh2017-10-311-0/+44