aboutsummaryrefslogtreecommitdiff
path: root/libdino
Commit message (Expand)AuthorAgeFilesLines
* 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
* Move widget insertion logic from ConversationTitlebar to controllerfiaxh2020-02-221-7/+1
* 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-204-34/+65
* 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 invalid header creation for date separatorsMarvin W2020-01-221-2/+2
* Fix some compiler warningsMarvin W2020-01-222-10/+10
* 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-095-7/+15
* 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-2312-56/+148
* 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-183-10/+49
* Add version and adjust some cmakeMarvin W2019-12-181-2/+6
* 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-274-15/+22
* Don't require window object in notificationsfiaxh2019-11-261-5/+0
* Check window width and hight before (re)storing themfiaxh2019-11-262-57/+1
* 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-182-1/+3
* Fix critical warning in roster manager when account gets offlineMarvin W2019-10-181-0/+2
* Allow to run Dino as background serviceMarvin W2019-10-181-0/+2
* Rework no-open-conversation placeholderfiaxh2019-10-012-0/+2
* 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