aboutsummaryrefslogtreecommitdiff
path: root/libdino/src/service
Commit message (Expand)AuthorAgeFilesLines
* Add support for last message correctionfiaxh2020-04-036-7/+226
* Store entity identity info, use it in conversation list tooltipsfiaxh2020-03-295-32/+153
* Fix+optimize contact-to-avatar storage and loadingfiaxh2020-03-102-53/+51
* Fix messages to self being duplicatedfiaxh2020-03-091-4/+12
* Update live whether encryption is possible in MUC (lock icon visible)fiaxh2020-03-081-3/+3
* Make message sending async and set unsent on errorfiaxh2020-03-051-29/+37
* Improve MUC message resendingfiaxh2020-03-034-28/+42
* Enable secure_delete PRAGMA on SQLite databases (#370)Alexander Krotov2020-02-211-0/+3
* Preserve unchanged conference data (name) in bookmarksfiaxh2020-02-201-19/+4
* Only distinguish between typing or not (incoming)fiaxh2020-02-203-32/+63
* Correctly set direction in file transfers in MUCsfiaxh2020-02-201-1/+2
* Don't assume Jingle to be available in MUCsfiaxh2020-02-111-2/+3
* Don't process message markers on MUC messagesfiaxh2020-01-271-1/+5
* Fix some compiler warningsMarvin W2020-01-221-5/+5
* Deactivate MUC conversations with non-autojoin bookmarksfiaxh2020-01-171-23/+23
* Fix ConversationRow closing if animations are disabledfiaxh2020-01-172-0/+7
* Correctly display names in groupchat pmsMarvin W2020-01-093-4/+4
* Fix auto-joining bookmark without nickfiaxh2020-01-082-3/+3
* Store MUC passwords in bookmarkfiaxh2019-12-241-20/+17
* Only cache fully normalized Jids for reverse lookupfiaxh2019-12-241-1/+5
* Don't show own typing notifications (other devices)fiaxh2019-12-241-0/+3
* Display correct name on outgoing file transfers in groupsMarvin W2019-12-233-8/+34
* Properly check Jids everywhereMarvin W2019-12-237-43/+117
* Don't go through ConnectionManager for initial connection attemptfiaxh2019-12-232-18/+41
* Add timing to logs, fix issue of silently ignored I/O errorsMarvin W2019-12-221-2/+1
* Trim ms from local_time when creating messagesfiaxh2019-12-191-3/+5
* Refactor MAM catchup. Fetch from latest to earliest message.fiaxh2019-12-184-90/+330
* Add (partial) support for unique stanza ids (XEP-0359)fiaxh2019-12-182-9/+43
* Fix chat marker sendingfiaxh2019-12-161-1/+1
* Only send new room config if something was changedfiaxh2019-12-161-5/+8
* Don't continue reading after stream was disconnected, make disconnecting asyncfiaxh2019-11-273-14/+21
* Add support for HTTP Upload headersWiktor Kwapisiewicz2019-11-191-0/+1
* Don't attempt DNS SRV lookups in connection fallbackfiaxh2019-11-181-1/+1
* Open new connection to send filled-in registration formfiaxh2019-11-181-3/+38
* Parse presence delivery errors when joining MUCfiaxh2019-11-171-5/+6
* Don't attempt jingle file transfers in MUCsfiaxh2019-11-172-0/+5
* Don't send delivery recipts or chat states for own messagesfiaxh2019-10-221-2/+11
* Base avatars and names on conversation, not JID.Marvin W2019-10-183-12/+22
* Use log during IBRMarvin W2019-10-181-0/+2
* Fix critical warning in roster manager when account gets offlineMarvin W2019-10-181-0/+2
* Rework no-open-conversation placeholderfiaxh2019-10-011-0/+1
* Add Bookmarks2 implementation, introduce bookmarks interfacesfiaxh2019-09-292-60/+86
* Improve conversation unread status detectionfiaxh2019-09-292-0/+39
* Add JET supportMarvin W2019-09-163-67/+142
* fixup Fix some warningsfiaxh2019-09-101-4/+2
* Fix some warningshrxi2019-09-101-32/+42
* Do not mark abstract class contstuctors publicRandy Barlow2019-09-011-1/+1
* Fix message type of chat state notificationfiaxh2019-08-301-1/+1
* Merge pull request #592 from hrxi/gsoc_1Marvin W2019-08-293-5/+9
|\
| * Add support for Jingle SOCKS5 bytestreams (XEP-0260)hrxi2019-08-051-0/+2