aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | only allow OMEMO in members only MUCsSamuel Hand2018-07-181-1/+1
| * | | | Send OMEMO messages in MUCs to offline membersSamuel Hand2018-07-171-4/+3
| * | | | Properly check if a MUC is viable for sending OMEMO messagesSamuel Hand2018-07-171-2/+14
| * | | | Enable encryption in MUCsSamuel Hand2018-07-113-47/+113
| * | | | Notify on a new own deviceSamuel Hand2018-07-113-0/+40
| * | | | Enable key management for own keysSamuel Hand2018-07-097-185/+90
| * | | | Merge branch 'master' into omemo-trust-uiSamuel Hand2018-07-0756-832/+1095
| |\ \ \ \
| * | | | | More database migration, update defaults and indexesSamuel Hand2018-07-064-11/+15
| * | | | | Add a toggle switch for key managementSamuel Hand2018-07-043-3/+51
| * | | | | Fix a bug where notifications wouldn't display upon a new device being addedSamuel Hand2018-07-041-2/+2
| * | | | | More cleanup and database modificationsMarvin W2018-06-2613-56/+176
| * | | | | Database migration and code cleanupSamuel Hand2018-06-195-82/+46
| * | | | | Disable debug mode for the omemo pluginSamuel Hand2018-06-111-1/+1
| * | | | | Add trust management utilities to the omemo pluginSamuel Hand2018-06-1112-48/+539
| * | | | | Properly handle the case where the recipients device list hasn't been fetchedSamuel Hand2018-06-081-2/+2
| * | | | | remove bundle requests so session creation doesn't failSamuel Hand2018-06-031-0/+1
* | | | | | Fix hide/show correct ContentItemsfiaxh2018-11-091-6/+17
* | | | | | Use ContentItems for NotificationEventsfiaxh2018-11-074-23/+51
* | | | | | Use ContentItems in ConversationSelector, Chat/Groupchat(Pm)Row -> Conversati...fiaxh2018-11-049-154/+119
* | | | | | fixup 1e54a44fiaxh2018-11-022-6/+10
* | | | | | Display room name in conversation selector and conversation titlebarcodedust2018-11-026-16/+42
* | | | | | Fix messages never being notified from servers without MAM (#432)PapsOu2018-10-241-1/+2
* | | | | | Update translationsTranslations2018-10-2366-1163/+2099
* | | | | | Display bold/italic/monospace message formating, improve message-to-markup pa...fiaxh2018-10-232-35/+58
* | | | | | Use Account's equals_func for Gee.List<Account>fiaxh2018-09-211-1/+1
* | | | | | Use Label instead of TextView for message displayfiaxh2018-09-2110-234/+94
* | | | | | Fix runtime criticalsfiaxh2018-09-162-10/+19
* | | | | | Notification on TLS error/wrong password, log TLS cert issues, don't make acc...fiaxh2018-09-155-11/+34
* | | | | | Fix presence subscription notification displayingfiaxh2018-09-121-0/+9
* | | | | | Remove newlines from displayed MUC topicsfiaxh2018-09-121-1/+4
* | | | | | Update translationsTranslations2018-09-0761-867/+3274
* | | | | | Fix property with custom get+set to not have a default value (compiler error ...fiaxh2018-09-042-2/+1
* | | | | | Fix parsing of multiple --(enable|disable)-plugin options (#350)Alexander Krotov2018-09-031-2/+2
* | | | | | Fix sent messages sometimes being displayed twicefiaxh2018-09-023-8/+5
* | | | | | Render avatar to image surfaceMarvin W2018-09-011-14/+43
* | | | | | Initial implementation of SCRAM-SHA-1Marvin W2018-09-013-50/+161
* | | | | | Add `hidden` column to content_item tablefiaxh2018-08-316-50/+97
* | | | | | Merge pull request #415 from bobufa/message-searchfiaxh2018-08-3152-823/+2145
|\ \ \ \ \ \
| * | | | | | rename content db table -> content_itembobufa2018-08-132-4/+4
| * | | | | | sort file transfers into correct conversationbobufa2018-08-134-12/+15
| * | | | | | fix non-adjacent messages being shown before/after hitbobufa2018-08-131-12/+19
| * | | | | | add suggestions/auto-complete for search filtersbobufa2018-08-138-130/+410
| * | | | | | fix closing sidebar on click outsidebobufa2018-08-131-2/+3
| * | | | | | add button that scrolls to the bottom of the conversationbobufa2018-08-133-11/+56
| * | | | | | fix wrong conversation being prefilledbobufa2018-08-131-3/+3
| * | | | | | fix message filter in conversation view for first messagebobufa2018-08-131-8/+13
| * | | | | | filter out messages outside the range of displayed messagesbobufa2018-08-131-11/+23
| * | | | | | hide search bar when clicking outside of it, only reset search entry on conve...bobufa2018-08-133-37/+39
| * | | | | | improve sidebar UIbobufa2018-08-1312-121/+341
| * | | | | | add search filter expressionsbobufa2018-08-133-19/+81