aboutsummaryrefslogtreecommitdiff
path: root/libdino/src/service
Commit message (Expand)AuthorAgeFilesLines
* Fix nick change in MUC, update bookmark accordingly; remove unused codefiaxh2020-04-263-55/+32
* xmpp-vala: Use more asyncfiaxh2020-04-241-1/+1
* Fix runtime critical from read marker sending (fixup 3a8fef7)fiaxh2020-04-241-1/+1
* Handle entity hash in server features node, make ServiceDiscovery request_inf...fiaxh2020-04-242-10/+8
* voice handling in moderated groups (#788)Anmol2020-04-222-0/+32
* Add file upload previewfiaxh2020-04-222-2/+21
* Remove features from service discovery module when detaching module from streamfiaxh2020-04-211-1/+1
* Improve message read markers for MUCsfiaxh2020-04-211-5/+10
* Update last_activity before received_file signal to keep UI in sync (#811)kmq2020-04-181-1/+1
* Handle unknown own MUC jid betterfiaxh2020-04-142-9/+17
* Last message correction fixesfiaxh2020-04-061-0/+3
* Add keyboard shortcut (up key) to activate last message correctionfiaxh2020-04-052-2/+10
* 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