aboutsummaryrefslogtreecommitdiff
path: root/libdino/src/service
Commit message (Expand)AuthorAgeFilesLines
* fix non-adjacent messages being shown before/after hitbobufa2018-08-131-12/+19
* add suggestions/auto-complete for search filtersbobufa2018-08-131-4/+155
* improve sidebar UIbobufa2018-08-133-14/+30
* add search filter expressionsbobufa2018-08-131-17/+68
* accumulate conversation content in meta db tablebobufa2018-08-135-253/+304
* initial search logic / displaybobufa2018-08-132-0/+55
* load+display later messages when scrolling downbobufa2018-08-134-32/+60
* refactor conversation item management (accumulate them in libdino)bobufa2018-08-133-21/+272
* enable fts for the body of messagesbobufa2018-08-131-1/+5
* Fix MUC messages from others being marked as readfiaxh2018-08-061-2/+2
* Support MUC avatarsfiaxh2018-07-311-5/+14
* Fire signal on subscription approvalfiaxh2018-07-301-0/+4
* Fix empty display names, fix update contact roster namefiaxh2018-05-101-3/+3
* small fixesfiaxh2018-04-171-19/+32
* Do not mark messages as read if they are only marked as receivedThibaut Girka2018-03-221-0/+1
* Small connection fixesfiaxh2018-03-102-42/+36
* Only assume UUID to be unique for one counterpart+account when deduplicatingfiaxh2018-03-102-7/+17
* Recognize own MUC messages from other devicefiaxh2018-03-102-8/+16
* Handle multiple chat state notifications per bare jidfiaxh2018-03-102-11/+22
* Only notify on last MAM message, only if not readfiaxh2018-03-065-23/+68
* Move notification sounds (canberra dependency) into plugin, introduce libdino...fiaxh2018-03-051-0/+53
* Small fixesfiaxh2018-01-303-4/+4
* Make slack workarounds use in-pipelinefiaxh2018-01-281-18/+29
* Only display transferred images, display file names, open in system viewer, i...fiaxh2018-01-282-4/+8
* Visually highlight mentions in MUCsfiaxh2018-01-282-10/+11
* Pipeline for incoming messages in libdinofiaxh2018-01-285-79/+220
* Small fixes to MucManagerMarvin W2018-01-281-4/+9
* Fix certain Slack specific issues (using host-based workarounds)Marvin W2018-01-282-3/+34
* Move Jid class to xmpp-vala, partially refactor namespaceMarvin W2018-01-2813-232/+199
* Fix typos in comments and variable names (#269)linkmauve2018-01-101-2/+2
* Move to GNetworkMonitor (#236)Mathieu Bridon2018-01-091-20/+20
* Add support for setting a new Affiliation in a muc (#266)David Plassmann2018-01-091-0/+5
* Show error on invalid TLS certificatefiaxh2018-01-041-12/+24
* Place time+encryption+read directly right of namefiaxh2017-12-311-4/+3
* Clear chat states on own/contact disconnectfiaxh2017-12-301-0/+2
* Show subscription request in conversation summaryfiaxh2017-12-301-5/+20
* Load messages for conversation view from cachefiaxh2017-12-131-6/+22
* Match message with previously arrived markerfiaxh2017-12-053-15/+30
* ConversationView: Split merged messages when an in-between one is addedfiaxh2017-11-221-1/+10
* Update translationsTranslations2017-11-181-5/+7
* Fix unit tests using async + read message markerfiaxh2017-11-171-7/+1
* Read+(write) stream asyncfiaxh2017-11-161-32/+19
* Replace deprecated function usagesfiaxh2017-11-162-3/+2
* Go offline before quiting applicationfiaxh2017-10-311-5/+20
* Fix warningsfiaxh2017-10-313-18/+23
* Move DatabaseError handling into Qlitefiaxh2017-10-311-1/+1
* Keep MUC join dialog open until joined, show errorsfiaxh2017-10-311-5/+7
* Blocking setting in Contact Detailsfiaxh2017-10-311-0/+44
* xmpp-vala: Add support for XEP-0191: Blocking CommandEmmanuel Gil Peyrot2017-10-311-0/+1
* Remove new from struct initialisation, as it is deprecated (#180)linkmauve2017-10-231-2/+2