| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | service/database: use WAL mode + safe PRAGMA synchronous setting | eta | 2020-10-06 | 1 | -6/+3 |
* | Fix runtime critical | fiaxh | 2020-09-19 | 1 | -1/+3 |
* | Fix runtime criticals related to jingle file transfer | fiaxh | 2020-09-19 | 1 | -1/+5 |
* | Compatibility with Vala 0.50.0 | Marvin W | 2020-09-17 | 1 | -1/+1 |
* | Display placeholder avatar while loading | Marvin W | 2020-09-12 | 1 | -2/+44 |
* | Improve message resending | fiaxh | 2020-09-10 | 1 | -1/+2 |
* | Fix message duplication in MUC PMs | fiaxh | 2020-09-07 | 2 | -2/+2 |
* | Cleanup | fiaxh | 2020-09-07 | 1 | -1/+2 |
* | Fix initial file encryption displaying | fiaxh | 2020-09-07 | 2 | -9/+21 |
* | Don't clear MAM id times on stream negotiated | fiaxh | 2020-09-02 | 1 | -1/+2 |
* | Implement MUC self ping | fiaxh | 2020-08-31 | 2 | -2/+48 |
* | Don't create a second message object for each typing notification | fiaxh | 2020-07-22 | 3 | -5/+14 |
* | Visually highlight pending messages, improve resending | fiaxh | 2020-07-16 | 3 | -7/+27 |
* | Only query entity caps when we need them | fiaxh | 2020-07-16 | 4 | -36/+185 |
* | Add queue and resending to stream management | fiaxh | 2020-07-15 | 2 | -1/+5 |
* | Fix unread bubbles having wrong color on startup | fiaxh | 2020-07-15 | 1 | -1/+0 |
* | Show bubble containing the number of unread messages in the conversation list... | codedust | 2020-07-06 | 1 | -5/+13 |
* | Don't strip() at XML layer | Marvin W | 2020-06-28 | 1 | -1/+3 |
* | fixup Fetch avatars only when they are used | fiaxh | 2020-06-23 | 1 | -1/+1 |
* | Recreate avatar database table, fixes unique constraint | fiaxh | 2020-06-11 | 1 | -2/+10 |
* | Use sqlite UPSERT | fiaxh | 2020-06-10 | 3 | -9/+21 |
* | Fetch avatars only when they are used | fiaxh | 2020-06-10 | 3 | -107/+131 |
* | Fix runtime critical | fiaxh | 2020-06-03 | 1 | -1/+1 |
* | Fix cyclic references => let objects be freed | fiaxh | 2020-06-03 | 1 | -15/+6 |
* | Code cleanup | fiaxh | 2020-06-03 | 1 | -10/+0 |
* | Fix compiler warnings | fiaxh | 2020-06-03 | 4 | -12/+10 |
* | Store last read content item for conversations | fiaxh | 2020-06-03 | 9 | -57/+99 |
* | Check if server supports uid | fiaxh | 2020-06-03 | 1 | -3/+12 |
* | Store current resource for sent message (if server didn't give us the resourc... | fiaxh | 2020-05-24 | 1 | -0/+6 |
* | Fix crash in clear_all_chat_states (it removed an entry from a HashMap while ... | fiaxh | 2020-05-21 | 1 | -1/+2 |
* | Handle incoming own read marker in private MUCs | fiaxh | 2020-04-28 | 3 | -42/+59 |
* | Fix nick change in MUC, update bookmark accordingly; remove unused code | fiaxh | 2020-04-26 | 3 | -55/+32 |
* | xmpp-vala: Use more async | fiaxh | 2020-04-24 | 1 | -1/+1 |
* | 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 request_inf... | fiaxh | 2020-04-24 | 2 | -10/+8 |
* | voice handling in moderated groups (#788) | Anmol | 2020-04-22 | 3 | -1/+35 |
* | Add file upload preview | fiaxh | 2020-04-22 | 2 | -2/+21 |
* | Remove features from service discovery module when detaching module from stream | fiaxh | 2020-04-21 | 1 | -1/+1 |
* | 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 |
* | 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 |
* | 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 |