aboutsummaryrefslogtreecommitdiff
path: root/libdino/src/service
Commit message (Expand)AuthorAgeFilesLines
* Ensure avatars are not loaded multiple timesMarvin W2019-07-092-1/+11
* Fix runtime criticalsfiaxh2019-06-221-3/+5
* Merge pull request #570 from hrxi/pr_typosfiaxh2019-06-062-7/+7
|\
| * Fix a couple of typos and double importshrxi2019-06-012-7/+7
* | Don't set timeouts on registration connection attemptsfiaxh2019-06-011-7/+18
* | Don't change type of a conversationfiaxh2019-06-012-19/+45
* | Remove invalid MUC avatarsfiaxh2019-06-011-13/+15
|/
* Fix notifications for servers without MAM using StreamFlag as availability in...fiaxh2019-05-261-1/+9
* Remove Message.stanza fieldfiaxh2019-05-265-37/+37
* Revert "Fix notifications for servers without MAM"fiaxh2019-05-211-6/+1
* Enable sending chat state notifications in private roomsfiaxh2019-05-163-3/+19
* Disable notification on file in "mention only" groupchatRahix2019-05-161-0/+2
* Fix notifications for servers without MAMRahix2019-05-161-1/+6
* Process read marker from other devices for MUCs to adjust read-up-to statefiaxh2019-05-111-0/+14
* Fix compilation with older pixbuf vapi filesfiaxh2019-04-271-1/+1
* Remove avatars with missmatch between supposed and actual sha1 hash on load, ...fiaxh2019-04-242-15/+53
* Don't move opened conversation to the top of the list, scroll along with sele...fiaxh2019-04-241-2/+2
* Ensure image data is kept until avatars are written to filefiaxh2019-04-241-2/+2
* Fix received mark for own OMEMO encrypted MUC messagesfiaxh2019-03-161-7/+5
* Use glib log functionsfiaxh2019-03-152-40/+28
* Use regex literals, fixes some compiler warningsfiaxh2019-03-142-2/+2
* Remove Slack message handlingfiaxh2019-02-171-29/+0
* Have ChatInteraction MessageListener (read-up-to) run only for non-empty mess...fiaxh2019-02-171-1/+1
* Do not ignore encrypted messages without a body tagThibaut Girka2019-02-172-4/+15
* Make file read/write asyncfiaxh2019-02-142-8/+8
* Fix runtime criticals (and compiler warnings)fiaxh2019-02-131-1/+1
* Improve ping timeouts, add debug output for XmlErrors and ping timeoutsfiaxh2019-01-022-2/+6
* display groups w/o name by list of membersDaniel Gultsch2018-12-281-0/+27
* Fix aesgcm http file up/download bugsfiaxh2018-11-271-9/+16
* Implement aesgcm encrypted file uploadfiaxh2018-11-271-1/+1
* Restructure (http) file provider flow: Separate download&get_info, download i...fiaxh2018-11-272-9/+16
* Fix muc avatars sometimes not showing split tiles for occupantsfiaxh2018-11-251-5/+0
* Always use Account.hash(equals)_func for HashMap+ArrayListfiaxh2018-11-242-2/+2
* Fix TLS error notification wrongly appearingfiaxh2018-11-211-5/+3
* Split login jid/password into two steps with checksfiaxh2018-11-163-7/+91
* Hide OMEMO messages from untrusted sourcesMarvin W2018-11-101-0/+5
* Merge PR #413 "Improvements to the OMEMO plugin"Marvin W2018-11-101-0/+5
|\
| * Merge branch 'master' into omemo-mucSamuel Hand2018-08-111-2/+2
| |\
| * | Fix mutual subscription detectionSamuel Hand2018-08-102-4/+5
| * | Fix bug where OMEMO not avaiable with a newly added contactSamuel Hand2018-08-051-0/+4
* | | Fix hide/show correct ContentItemsfiaxh2018-11-091-6/+17
* | | Use ContentItems for NotificationEventsfiaxh2018-11-071-17/+29
* | | Use ContentItems in ConversationSelector, Chat/Groupchat(Pm)Row -> Conversati...fiaxh2018-11-041-1/+9
* | | Display room name in conversation selector and conversation titlebarcodedust2018-11-021-1/+5
* | | Fix messages never being notified from servers without MAM (#432)PapsOu2018-10-241-1/+2
* | | Use Account's equals_func for Gee.List<Account>fiaxh2018-09-211-1/+1
* | | Use Label instead of TextView for message displayfiaxh2018-09-211-2/+1
* | | Fix runtime criticalsfiaxh2018-09-161-8/+14
* | | Notification on TLS error/wrong password, log TLS cert issues, don't make acc...fiaxh2018-09-151-0/+2
* | | Fix property with custom get+set to not have a default value (compiler error ...fiaxh2018-09-041-1/+1