Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | 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 | 6 | -7/+226 | |
| | ||||||
* | Store entity identity info, use it in conversation list tooltips | fiaxh | 2020-03-29 | 5 | -32/+153 | |
| | ||||||
* | 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 | |
| | ||||||
* | 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 | 3 | -32/+63 | |
| | | | | 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 some compiler warnings | Marvin W | 2020-01-22 | 1 | -5/+5 | |
| | ||||||
* | 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 | 3 | -4/+4 | |
| | | | | 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 | 7 | -43/+117 | |
| | ||||||
* | 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 | 2 | -9/+43 | |
| | ||||||
* | 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 | 3 | -14/+21 | |
| | | | | fixes #636 | |||||
* | 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 | |||||
* | Parse presence delivery errors when joining MUC | fiaxh | 2019-11-17 | 1 | -5/+6 | |
| | | | | fixes #224 | |||||
* | Don't attempt jingle file transfers in MUCs | fiaxh | 2019-11-17 | 2 | -0/+5 | |
| | ||||||
* | Don't send delivery recipts or chat states for own messages | fiaxh | 2019-10-22 | 1 | -2/+11 | |
| | | | | fixes #631 | |||||
* | Base avatars and names on conversation, not JID. | Marvin W | 2019-10-18 | 3 | -12/+22 | |
| | | | | Fixes #598 | |||||
* | Use log during IBR | Marvin W | 2019-10-18 | 1 | -0/+2 | |
| | ||||||
* | Fix critical warning in roster manager when account gets offline | Marvin W | 2019-10-18 | 1 | -0/+2 | |
| | ||||||
* | Rework no-open-conversation placeholder | fiaxh | 2019-10-01 | 1 | -0/+1 | |
| | ||||||
* | Add Bookmarks2 implementation, introduce bookmarks interfaces | fiaxh | 2019-09-29 | 2 | -60/+86 | |
| | ||||||
* | Improve conversation unread status detection | fiaxh | 2019-09-29 | 2 | -0/+39 | |
| | ||||||
* | Add JET support | Marvin W | 2019-09-16 | 3 | -67/+142 | |
| | ||||||
* | fixup Fix some warnings | fiaxh | 2019-09-10 | 1 | -4/+2 | |
| | ||||||
* | Fix some warnings | hrxi | 2019-09-10 | 1 | -32/+42 | |
| | | | | | | Instances of `RegexError` are just asserted as `assert_not_reached` as they cannot really fail except for allocation failure if the given regex is valid. | |||||
* | Do not mark abstract class contstuctors public | Randy Barlow | 2019-09-01 | 1 | -1/+1 | |
| | | | | | | | | | | | | | Starting with Vala 0.45.1, it is an error to mark abstract class constructors public[0,1]. This commit removes three such declarations. fixes #609 [0] https://gitlab.gnome.org/GNOME/vala/raw/master/NEWS [1] https://gitlab.gnome.org/GNOME/vala/issues/766 Signed-off-by: Randy Barlow <randy@electronsweatshop.com> |