aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Fix date separatorsfiaxh2019-05-263-10/+15
|
* signal-protocol: Fix incorrect free()fiaxh2019-05-261-1/+1
| | | | fixes #562
* Fix notifications for servers without MAM using StreamFlag as availability ↵fiaxh2019-05-261-1/+9
| | | | indicator
* Remove Message.stanza fieldfiaxh2019-05-269-48/+51
|
* Revert "Fix notifications for servers without MAM"fiaxh2019-05-211-6/+1
| | | | This reverts commit 80b946c85c9235deb5471cdc4f0d561a4fb5a3bb.
* Check presence for empty show node, assume as onlinefiaxh2019-05-211-1/+4
|
* Enable sending chat state notifications in private roomsfiaxh2019-05-167-12/+53
|
* Merge pull request #560 from Rahix/fix-notificationsfiaxh2019-05-161-1/+8
|\ | | | | Fix notifications
| * Disable notification on file in "mention only" groupchatRahix2019-05-161-0/+2
| | | | | | | | Signed-off-by: Rahix <rahix@rahix.de>
| * Fix notifications for servers without MAMRahix2019-05-161-1/+6
|/ | | | | | | | This commit re-adds the change from 4ad07fe: Fix messages never being notified from servers without MAM (#432) Signed-off-by: Rahix <rahix@rahix.de>
* Process read marker from other devices for MUCs to adjust read-up-to statefiaxh2019-05-112-1/+14
|
* Fix when /affiliate cmd doesn't get enough args (#557)Aearil2019-04-291-2/+6
| | | | | | Added array bounds checking to /affiliate command parsing. Maybe some user feedback when using the different commands would be useful.
* 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-246-60/+108
| | | | make loading async
* Don't move opened conversation to the top of the list, scroll along with ↵fiaxh2019-04-247-7/+8
| | | | | | selected conversation fixes #544
* Ensure image data is kept until avatars are written to filefiaxh2019-04-244-8/+8
|
* Order MUC occupants tab completion by most recent message sentfiaxh2019-04-161-3/+22
| | | | fixes #401
* Forward KeyEvent (and change focus) on key press in conversation view (not ↵fiaxh2019-04-152-1/+15
| | | | | | | chat input) fixes #28 fixes #513
* Fix segfault in nick completion for non-connected MUCsfiaxh2019-04-141-1/+1
| | | | Co-authored-by: Roberto Santalla <roobre@roobre.es>
* Clean up ConversationTitlebarfiaxh2019-04-149-107/+78
|
* Only use UI data for active converations cycling, clean up ConversationSelectorfiaxh2019-04-148-77/+50
|
* Allow to cycle active conversations with Ctrl+(Shift)+TabRoberto Santalla2019-04-122-0/+19
| | | | Closes #400, Closes #142, related to #145
* Update Polish translation (#542)Sebastian Krzyszkowiak2019-04-121-35/+38
|
* Add headerbar button tooltips, don't remove relieffiaxh2019-03-186-3/+9
|
* Update translationsTranslations2019-03-1665-630/+537
|
* Fix received mark for own OMEMO encrypted MUC messagesfiaxh2019-03-161-7/+5
|
* Use glib log functionsfiaxh2019-03-1516-64/+52
|
* Fix OMEMO new device notifications appearing in wrong contextfiaxh2019-03-141-6/+11
|
* Use regex literals, fixes some compiler warningsfiaxh2019-03-147-7/+7
|
* Entity capabilities: Check c node for ver attributefiaxh2019-03-141-1/+2
| | | | fixes #530
* Fix topic displaying issuesfiaxh2019-03-142-3/+4
| | | | fixes #393
* Slight conversation selector design changesfiaxh2019-03-141-4/+7
|
* Wait for account to be persisted before creating omemo_db.identity entryfiaxh2019-03-141-2/+7
| | | | fixes #128
* Add non-CSD alternative for more windowsfiaxh2019-03-148-9/+17
|
* Move GCM tag into per-device-encrypted area to be compatible with current ↵Marvin W2019-03-071-3/+8
| | | | OMEMO version, fixes #514
* Remove deprecated --thread valac optionfiaxh2019-02-201-1/+1
|
* Check for eme tag before adding fallback text for empty-body OMEMO messagesfiaxh2019-02-202-1/+11
|
* Remove Slack message handlingfiaxh2019-02-171-29/+0
|
* Have ChatInteraction MessageListener (read-up-to) run only for non-empty ↵fiaxh2019-02-171-1/+1
| | | | messages
* Add fallback text when a known to be OMEMO-encrypted message failed to decryptThibaut Girka2019-02-171-0/+1
|
* Do not ignore encrypted messages without a body tagThibaut Girka2019-02-172-4/+15
| | | | Fixes #473
* Update TranslationsTranslations2019-02-1468-1052/+2072
|
* Make file read/write asyncfiaxh2019-02-146-17/+16
|
* Fix runtime criticals (and compiler warnings)fiaxh2019-02-136-6/+6
| | | | fixes #520
* Respect EXIF orientation tagfiaxh2019-02-131-4/+12
| | | | fixes #522
* Do not use signal_protocol_internal.hMarvin W2019-02-124-5/+8
|
* Add keyboard shortcuts: CTRL+T (Start Conversation), CTRL+G (Join Channel)fiaxh2019-02-051-0/+2
|
* Move app menu into window, make conversation details dialog directly ↵fiaxh2019-02-0519-306/+566
| | | | accessible, no-CSD option for main window
* Fix compiler error (From using uint8[].copy())fiaxh2019-02-041-2/+2
|
* Improve FileFilter for avatar selectionfiaxh2019-01-301-6/+5
| | | | fixes #512