| Commit message (Expand) | Author | Age | Files | Lines |
* | Code cleanup: Remove left-over usages of mam_earliest_synced | fiaxh | 2023-04-23 | 1 | -5/+0 |
* | Remove spell check setting | fiaxh | 2023-02-09 | 1 | -0/+1 |
* | Fix some form entries not updating properly | Marvin W | 2023-02-07 | 1 | -1/+1 |
* | Support pinning of conversations (locally) | fiaxh | 2023-01-11 | 1 | -2/+7 |
* | Add support for XEP-0461 replies (with fallback) | fiaxh | 2023-01-06 | 1 | -0/+37 |
* | Rewrite MAM logic and add MUC MAM | fiaxh | 2022-10-10 | 1 | -1/+8 |
* | Port from GTK3 to GTK4 | fiaxh | 2022-07-27 | 1 | -3/+7 |
* | Allow cancellation of file transfers | Marvin W | 2022-03-30 | 1 | -0/+1 |
* | Replace invalid UTF-8 with U+FFFD | Marvin W | 2022-01-05 | 1 | -1/+5 |
* | Add 'unknown' encryption state for establishing calls | fiaxh | 2022-01-04 | 1 | -0/+1 |
* | UI + libdino: Improve MUJI calls from MUC | fiaxh | 2021-12-23 | 1 | -5/+4 |
* | Add calls in private MUCs via a MUJI MUC | fiaxh | 2021-12-18 | 1 | -5/+8 |
* | Improve call details dialog + small multi-party call fixes | fiaxh | 2021-11-15 | 1 | -1/+1 |
* | Add multiparty call support to libdino and xmpp-vala | fiaxh | 2021-11-10 | 1 | -9/+39 |
* | Display message delivery error, color text using theme colors | fiaxh | 2021-08-17 | 1 | -1/+4 |
* | Fix file traversal issue on incoming file transfers | fiaxh | 2021-06-07 | 1 | -1/+12 |
* | Display+store call encryption info | fiaxh | 2021-04-09 | 2 | -1/+8 |
* | Use outgoing JMI if contact has supporting device | fiaxh | 2021-04-01 | 1 | -0/+2 |
* | Add support for unencrypted RTP calls to libdino | fiaxh | 2021-03-21 | 1 | -0/+126 |
* | Make spell checking a setting, store language per conversation | fiaxh | 2021-01-21 | 1 | -0/+13 |
* | Fix message duplication in MUC PMs | fiaxh | 2020-09-07 | 1 | -1/+1 |
* | Visually highlight pending messages, improve resending | fiaxh | 2020-07-16 | 1 | -0/+1 |
* | Add queue and resending to stream management | fiaxh | 2020-07-15 | 1 | -1/+2 |
* | Use sqlite UPSERT | fiaxh | 2020-06-10 | 2 | -6/+18 |
* | Store last read content item for conversations | fiaxh | 2020-06-03 | 1 | -0/+12 |
* | Add support for last message correction | fiaxh | 2020-04-03 | 1 | -0/+3 |
* | Correctly display names in groupchat pms | Marvin W | 2020-01-09 | 2 | -3/+11 |
* | Properly check Jids everywhere | Marvin W | 2019-12-23 | 4 | -12/+24 |
* | Add (partial) support for unique stanza ids (XEP-0359) | fiaxh | 2019-12-18 | 1 | -1/+6 |
* | Don't require window object in notifications | fiaxh | 2019-11-26 | 1 | -5/+0 |
* | Check window width and hight before (re)storing them | fiaxh | 2019-11-26 | 1 | -56/+0 |
* | Optimizations: Database indices, cache id-Jid instead of id-jid_string, join ... | fiaxh | 2019-08-02 | 3 | -5/+4 |
* | Refactor file receive/send interfaces and UI | fiaxh | 2019-07-18 | 1 | -6/+16 |
* | Implement file sending via Jingle | hrxi | 2019-07-09 | 1 | -0/+1 |
* | Don't change type of a conversation | fiaxh | 2019-06-01 | 1 | -1/+1 |
* | Remove Message.stanza field | fiaxh | 2019-05-26 | 2 | -9/+12 |
* | Make file read/write async | fiaxh | 2019-02-14 | 1 | -1/+0 |
* | Fix runtime criticals (and compiler warnings) | fiaxh | 2019-02-13 | 1 | -1/+3 |
* | Restructure (http) file provider flow: Separate download&get_info, download i... | fiaxh | 2018-11-27 | 1 | -1/+7 |
* | Split login jid/password into two steps with checks | fiaxh | 2018-11-16 | 1 | -0/+2 |
* | Fix runtime criticals | fiaxh | 2018-09-16 | 1 | -2/+5 |
* | fix local_time field of message and file_transfer being loaded from time db c... | bobufa | 2018-08-13 | 2 | -2/+2 |
* | refactor conversation item management (accumulate them in libdino) | bobufa | 2018-08-13 | 1 | -2/+18 |
* | Move notification sounds (canberra dependency) into plugin, introduce libdino... | fiaxh | 2018-03-05 | 2 | -14/+0 |
* | Implement notification sounds | Rahix | 2018-02-17 | 2 | -0/+14 |
* | Only display transferred images, display file names, open in system viewer, i... | fiaxh | 2018-01-28 | 1 | -2/+4 |
* | Visually highlight mentions in MUCs | fiaxh | 2018-01-28 | 1 | -1/+6 |
* | Fix certain Slack specific issues (using host-based workarounds) | Marvin W | 2018-01-28 | 1 | -0/+2 |
* | Move Jid class to xmpp-vala, partially refactor namespace | Marvin W | 2018-01-28 | 5 | -107/+25 |
* | Fix typos in comments and variable names (#269) | linkmauve | 2018-01-10 | 2 | -2/+2 |