Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix runtime critical from read marker sending (fixup 3a8fef7) | fiaxh | 2020-04-24 | 1 | -1/+1 |
| | |||||
* | Handle entity hash in server features node, make ServiceDiscovery ↵ | fiaxh | 2020-04-24 | 2 | -10/+8 |
| | | | | request_info/items async, add caching has_entity_feature | ||||
* | voice handling in moderated groups (#788) | Anmol | 2020-04-22 | 3 | -1/+35 |
| | |||||
* | Add file upload preview | fiaxh | 2020-04-22 | 2 | -2/+21 |
| | | | | fixes #756 | ||||
* | Remove features from service discovery module when detaching module from stream | fiaxh | 2020-04-21 | 1 | -1/+1 |
| | | | | | fixes #179 fixes #812 | ||||
* | Improve message read markers for MUCs | fiaxh | 2020-04-21 | 1 | -5/+10 |
| | |||||
* | Update last_activity before received_file signal to keep UI in sync (#811) | kmq | 2020-04-18 | 1 | -1/+1 |
| | | | | | Fixes #791 where a signal to update the UI is sent to late when sending files, resulting in an out of sync conversations list. | ||||
* | Handle unknown own MUC jid better | fiaxh | 2020-04-14 | 2 | -9/+17 |
| | |||||
* | Last message correction fixes | fiaxh | 2020-04-06 | 1 | -0/+3 |
| | |||||
* | Add keyboard shortcut (up key) to activate last message correction | fiaxh | 2020-04-05 | 2 | -2/+10 |
| | |||||
* | Add support for last message correction | fiaxh | 2020-04-03 | 9 | -11/+241 |
| | |||||
* | Store entity identity info, use it in conversation list tooltips | fiaxh | 2020-03-29 | 6 | -32/+154 |
| | |||||
* | Visually mark OMEMO messages from a trusted device as trusted | fiaxh | 2020-03-29 | 1 | -0/+1 |
| | |||||
* | Fix+optimize contact-to-avatar storage and loading | fiaxh | 2020-03-10 | 2 | -53/+51 |
| | |||||
* | Fix messages to self being duplicated | fiaxh | 2020-03-09 | 1 | -4/+12 |
| | | | | fixes #591 | ||||
* | Update live whether encryption is possible in MUC (lock icon visible) | fiaxh | 2020-03-08 | 1 | -3/+3 |
| | |||||
* | Make message sending async and set unsent on error | fiaxh | 2020-03-05 | 1 | -29/+37 |
| | |||||
* | Improve MUC message resending | fiaxh | 2020-03-03 | 4 | -28/+42 |
| | |||||
* | Move widget insertion logic from ConversationTitlebar to controller | fiaxh | 2020-02-22 | 1 | -7/+1 |
| | |||||
* | Enable secure_delete PRAGMA on SQLite databases (#370) | Alexander Krotov | 2020-02-21 | 1 | -0/+3 |
| | | | | It is especially important for OMEMO database, as it stores *ephemeral* keys | ||||
* | Preserve unchanged conference data (name) in bookmarks | fiaxh | 2020-02-20 | 1 | -19/+4 |
| | | | | fixes #748 | ||||
* | Only distinguish between typing or not (incoming) | fiaxh | 2020-02-20 | 4 | -34/+65 |
| | | | | fixes #739 | ||||
* | Correctly set direction in file transfers in MUCs | fiaxh | 2020-02-20 | 1 | -1/+2 |
| | |||||
* | Don't assume Jingle to be available in MUCs | fiaxh | 2020-02-11 | 1 | -2/+3 |
| | |||||
* | Don't process message markers on MUC messages | fiaxh | 2020-01-27 | 1 | -1/+5 |
| | |||||
* | Fix invalid header creation for date separators | Marvin W | 2020-01-22 | 1 | -2/+2 |
| | |||||
* | Fix some compiler warnings | Marvin W | 2020-01-22 | 2 | -10/+10 |
| | |||||
* | Deactivate MUC conversations with non-autojoin bookmarks | fiaxh | 2020-01-17 | 1 | -23/+23 |
| | |||||
* | Fix ConversationRow closing if animations are disabled | fiaxh | 2020-01-17 | 2 | -0/+7 |
| | |||||
* | Correctly display names in groupchat pms | Marvin W | 2020-01-09 | 5 | -7/+15 |
| | | | | Also show "Me" when no local alias is set instead of JID | ||||
* | Fix auto-joining bookmark without nick | fiaxh | 2020-01-08 | 2 | -3/+3 |
| | |||||
* | Store MUC passwords in bookmark | fiaxh | 2019-12-24 | 1 | -20/+17 |
| | | | | fixes #470 | ||||
* | Only cache fully normalized Jids for reverse lookup | fiaxh | 2019-12-24 | 1 | -1/+5 |
| | |||||
* | Don't show own typing notifications (other devices) | fiaxh | 2019-12-24 | 1 | -0/+3 |
| | | | | fixes #669 | ||||
* | Display correct name on outgoing file transfers in groups | Marvin W | 2019-12-23 | 3 | -8/+34 |
| | | | | Fixes #248, #643 | ||||
* | Properly check Jids everywhere | Marvin W | 2019-12-23 | 12 | -56/+148 |
| | |||||
* | Don't go through ConnectionManager for initial connection attempt | fiaxh | 2019-12-23 | 2 | -18/+41 |
| | |||||
* | Add timing to logs, fix issue of silently ignored I/O errors | Marvin W | 2019-12-22 | 1 | -2/+1 |
| | |||||
* | Trim ms from local_time when creating messages | fiaxh | 2019-12-19 | 1 | -3/+5 |
| | | | | Mss are striped when storing in db. Comparing messages with and without ms might lead to wrong orderings. Related: Message duplication in UI when scrolling up. | ||||
* | Refactor MAM catchup. Fetch from latest to earliest message. | fiaxh | 2019-12-18 | 4 | -90/+330 |
| | |||||
* | Add (partial) support for unique stanza ids (XEP-0359) | fiaxh | 2019-12-18 | 3 | -10/+49 |
| | |||||
* | Add version and adjust some cmake | Marvin W | 2019-12-18 | 1 | -2/+6 |
| | |||||
* | Fix chat marker sending | fiaxh | 2019-12-16 | 1 | -1/+1 |
| | |||||
* | Only send new room config if something was changed | fiaxh | 2019-12-16 | 1 | -5/+8 |
| | | | | fixes #675 | ||||
* | Don't continue reading after stream was disconnected, make disconnecting async | fiaxh | 2019-11-27 | 4 | -15/+22 |
| | | | | fixes #636 | ||||
* | Don't require window object in notifications | fiaxh | 2019-11-26 | 1 | -5/+0 |
| | | | | fixes #658 | ||||
* | Check window width and hight before (re)storing them | fiaxh | 2019-11-26 | 2 | -57/+1 |
| | |||||
* | Add support for HTTP Upload headers | Wiktor Kwapisiewicz | 2019-11-19 | 1 | -0/+1 |
| | | | | | | | | | | | Some services use Authorization header [0] to pass upload credential data. This avoids the token being exposed in server logs and is allowed by XEP-0363 since version 0.5.0. This change adds support for headers allowed in XEP-0363: Authorization, Expires and Cookie. [0]: https://xmpp.org/extensions/xep-0363.html#request | ||||
* | Don't attempt DNS SRV lookups in connection fallback | fiaxh | 2019-11-18 | 1 | -1/+1 |
| | |||||
* | Open new connection to send filled-in registration form | fiaxh | 2019-11-18 | 1 | -3/+38 |
| | | | | fixes #644 |