| Commit message (Expand) | Author | Age | Files | Lines |
* | Add change password functionality | fiaxh | 2024-09-21 | 1 | -0/+6 |
* | Discover plugins in Meson build directories | hrxi | 2024-09-15 | 1 | -2/+22 |
* | Add initial message markup (XEP-0394) support | fiaxh | 2024-07-29 | 4 | -36/+134 |
* | Store reply message as sent, with fallback | fiaxh | 2024-07-29 | 5 | -50/+54 |
* | OMEMO: Do not show message for OMEMO messages without payload | Marvin W | 2024-07-19 | 1 | -0/+1 |
* | Self-ping with server-given roomnick (#1594) | Matthew Fennell | 2024-06-28 | 1 | -5/+5 |
* | Redesign and rewrite accounts and settings dialog into a combined one | fiaxh | 2024-06-20 | 2 | -0/+20 |
* | Store requested disco results with computed hash, use for offline determining... | fiaxh | 2024-06-19 | 2 | -14/+32 |
* | Add logic for OMEMO by default setting | fiaxh | 2024-05-26 | 4 | -3/+57 |
* | Support avatar deletion | fiaxh | 2024-05-26 | 1 | -13/+30 |
* | Add WeakTimeout Pattern to Prevent Leaks | Christopher Vollick | 2024-04-28 | 1 | -0/+40 |
* | Calls: Correctly display information in partially encrypted calls | Marvin W | 2024-04-28 | 1 | -3/+3 |
* | Start conversation if closed when receiving an audio or video call (#1485) | eerielili | 2023-10-08 | 3 | -6/+8 |
* | Fix some compiler warnings | fiaxh | 2023-10-07 | 3 | -7/+3 |
* | Rewrite contact details dialog | fiaxh | 2023-09-24 | 2 | -0/+59 |
* | Fix build on some Vala compiler versions | Marvin W | 2023-09-24 | 1 | -0/+5 |
* | fix: Add x node to MUC PM stanza (#1462) | mesonium | 2023-07-29 | 1 | -0/+7 |
* | Fix character counting for fallbacks | fiaxh | 2023-05-01 | 2 | -3/+3 |
* | Code cleanup: Remove left-over usages of mam_earliest_synced | fiaxh | 2023-04-23 | 3 | -29/+1 |
* | Fix crash on NS_URI call when own server has no MAM; drop broken mam:1 "support" | fiaxh | 2023-04-23 | 4 | -13/+13 |
* | Fix empty alias being handled different than none | Marvin W | 2023-04-22 | 1 | -0/+1 |
* | First steps of meson support | hrxi | 2023-03-24 | 2 | -1/+6 |
* | Make members of `Plugins.Registry` public instead of internal | hrxi | 2023-03-24 | 1 | -8/+8 |
* | Fix images from another client in our account not being displayed right away | fiaxh | 2023-03-23 | 1 | -2/+7 |
* | Improve database performance while reconnecting and syncing | Marvin W | 2023-03-21 | 1 | -1/+6 |
* | Improve history sync | Marvin W | 2023-03-21 | 1 | -47/+18 |
* | New Avatar UI | Marvin W | 2023-03-05 | 1 | -15/+63 |
* | Fix typing notifications in groupchats | Marvin W | 2023-03-02 | 1 | -0/+4 |
* | Stop regenerating message menu buttons | fiaxh | 2023-02-16 | 1 | -1/+2 |
* | Remove spell check setting | fiaxh | 2023-02-09 | 1 | -0/+1 |
* | Don't accept corrections from MUC MAM | Marvin W | 2023-02-07 | 1 | -1/+2 |
* | Fix some form entries not updating properly | Marvin W | 2023-02-07 | 1 | -1/+1 |
* | Show "Me" instead of bare jid when no local alias is set | Marvin W | 2023-02-07 | 1 | -8/+1 |
* | Improve history sync under load | Marvin W | 2023-02-07 | 3 | -40/+101 |
* | Deduplicate messages before storing in database | Marvin W | 2023-02-07 | 1 | -66/+70 |
* | Add priority for and allow cancellation of outgoing stanzas | Marvin W | 2023-02-07 | 2 | -12/+12 |
* | Collapse most stream releated errors into IOError | Marvin W | 2023-02-07 | 2 | -7/+7 |
* | Fix placeholder being shown on startup, fix missing vertical line in no-conve... | fiaxh | 2023-01-31 | 1 | -4/+1 |
* | Fix reaction display in private MUCs | Marvin W | 2023-01-31 | 3 | -7/+36 |
* | Fix reading reactions in private groups w/o occupant ids | fiaxh | 2023-01-31 | 1 | -4/+11 |
* | Always display reaction+reply buttons, disable if not possible | fiaxh | 2023-01-30 | 6 | -36/+44 |
* | Fix reactions from MAM getting attributed to the wrong message | fiaxh | 2023-01-25 | 2 | -38/+26 |
* | Fix UI for libadwaita | Marvin W | 2023-01-25 | 1 | -0/+1 |
* | MAM: Fix latest range not being stored in db if it contained a duplicate | fiaxh | 2023-01-17 | 1 | -8/+7 |
* | Add debug outputs to summarize_whitespaces_to_space and don't assert_not_reached | fiaxh | 2023-01-13 | 1 | -0/+5 |
* | Support pinning of conversations (locally) | fiaxh | 2023-01-11 | 2 | -4/+10 |
* | Support replies and reactions to files | fiaxh | 2023-01-11 | 6 | -92/+154 |
* | Replies: Fix fallback bodies with multi-line quotes | fiaxh | 2023-01-08 | 1 | -1/+1 |
* | Reactions: Fix wrong time being stored for outgoing reactions (micro sec teat... | fiaxh | 2023-01-07 | 1 | -9/+8 |
* | Add support for XEP-0461 replies (with fallback) | fiaxh | 2023-01-06 | 10 | -7/+300 |