| Commit message (Expand) | Author | Age | Files | Lines |
* | Don't crash on MAM id-time hickup | fiaxh | 2020-10-27 | 1 | -33/+47 |
* | Improve message resending | fiaxh | 2020-09-10 | 1 | -1/+2 |
* | Fix message duplication in MUC PMs | fiaxh | 2020-09-07 | 1 | -1/+1 |
* | Don't clear MAM id times on stream negotiated | fiaxh | 2020-09-02 | 1 | -1/+2 |
* | Don't create a second message object for each typing notification | fiaxh | 2020-07-22 | 1 | -1/+1 |
* | Visually highlight pending messages, improve resending | fiaxh | 2020-07-16 | 1 | -6/+22 |
* | Only query entity caps when we need them | fiaxh | 2020-07-16 | 1 | -5/+5 |
* | Add queue and resending to stream management | fiaxh | 2020-07-15 | 1 | -0/+3 |
* | Don't strip() at XML layer | Marvin W | 2020-06-28 | 1 | -1/+3 |
* | 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 |
* | Handle entity hash in server features node, make ServiceDiscovery request_inf... | fiaxh | 2020-04-24 | 1 | -10/+6 |
* | Add keyboard shortcut (up key) to activate last message correction | fiaxh | 2020-04-05 | 1 | -1/+1 |
* | Add support for last message correction | fiaxh | 2020-04-03 | 1 | -0/+21 |
* | Fix messages to self being duplicated | fiaxh | 2020-03-09 | 1 | -4/+12 |
* | Make message sending async and set unsent on error | fiaxh | 2020-03-05 | 1 | -29/+37 |
* | Improve MUC message resending | fiaxh | 2020-03-03 | 1 | -7/+27 |
* | Only distinguish between typing or not (incoming) | fiaxh | 2020-02-20 | 1 | -0/+3 |
* | Correctly display names in groupchat pms | Marvin W | 2020-01-09 | 1 | -1/+1 |
* | Properly check Jids everywhere | Marvin W | 2019-12-23 | 1 | -1/+1 |
* | 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 |
* | Refactor MAM catchup. Fetch from latest to earliest message. | fiaxh | 2019-12-18 | 1 | -19/+294 |
* | Add (partial) support for unique stanza ids (XEP-0359) | fiaxh | 2019-12-18 | 1 | -7/+32 |
* | Optimizations: Database indices, cache id-Jid instead of id-jid_string, join ... | fiaxh | 2019-08-02 | 1 | -2/+2 |
* | Remove Message.stanza field | fiaxh | 2019-05-26 | 1 | -2/+0 |
* | Remove Slack message handling | fiaxh | 2019-02-17 | 1 | -29/+0 |
* | Do not ignore encrypted messages without a body tag | Thibaut Girka | 2019-02-17 | 1 | -3/+14 |
* | Fix property with custom get+set to not have a default value (compiler error ... | fiaxh | 2018-09-04 | 1 | -1/+1 |
* | Only assume UUID to be unique for one counterpart+account when deduplicating | fiaxh | 2018-03-10 | 1 | -1/+1 |
* | Recognize own MUC messages from other device | fiaxh | 2018-03-10 | 1 | -5/+9 |
* | Handle multiple chat state notifications per bare jid | fiaxh | 2018-03-10 | 1 | -2/+2 |
* | Only notify on last MAM message, only if not read | fiaxh | 2018-03-06 | 1 | -1/+4 |
* | Small fixes | fiaxh | 2018-01-30 | 1 | -1/+1 |
* | Make slack workarounds use in-pipeline | fiaxh | 2018-01-28 | 1 | -18/+29 |
* | Only display transferred images, display file names, open in system viewer, i... | fiaxh | 2018-01-28 | 1 | -2/+7 |
* | Pipeline for incoming messages in libdino | fiaxh | 2018-01-28 | 1 | -43/+113 |
* | Fix certain Slack specific issues (using host-based workarounds) | Marvin W | 2018-01-28 | 1 | -0/+18 |
* | Move Jid class to xmpp-vala, partially refactor namespace | Marvin W | 2018-01-28 | 1 | -25/+24 |
* | Match message with previously arrived marker | fiaxh | 2017-12-05 | 1 | -8/+5 |
* | Add oob tag to http-upload messages | fiaxh | 2017-10-22 | 1 | -3/+2 |
* | Offline messages for MUCs | fiaxh | 2017-10-22 | 1 | -11/+11 |
* | Use utc time everywhere | fiaxh | 2017-08-31 | 1 | -3/+3 |
* | Download & inline display images | fiaxh | 2017-08-31 | 1 | -1/+1 |
* | Show nicks in MUCs, real jid in individual occupant menu | fiaxh | 2017-08-25 | 1 | -1/+6 |
* | Move settings from GSettings to own db | fiaxh | 2017-08-22 | 1 | -1/+0 |
* | MAM fixes | fiaxh | 2017-08-19 | 1 | -6/+13 |
* | libdino: do not process message twice | Marvin W | 2017-08-17 | 1 | -3/+2 |
* | Message Archive Management | fiaxh | 2017-08-17 | 1 | -3/+18 |
* | Get rid of manual storage objects for delegates | fiaxh | 2017-06-13 | 1 | -10/+8 |