Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Only distinguish between typing or not (incoming) | fiaxh | 2020-02-20 | 1 | -0/+3 |
| | | | | fixes #739 | ||||
* | Correctly display names in groupchat pms | Marvin W | 2020-01-09 | 1 | -1/+1 |
| | | | | Also show "Me" when no local alias is set instead of JID | ||||
* | 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 |
| | | | | 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 | 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 |
| | | | | real_jid on get messages | ||||
* | 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 |
| | | | | Fixes #473 | ||||
* | Fix property with custom get+set to not have a default value (compiler error ↵ | fiaxh | 2018-09-04 | 1 | -1/+1 |
| | | | | | | with vala 0.41) Fix encryption icon not being shown right away | ||||
* | 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 |
| | | | | fixes #117 | ||||
* | Only notify on last MAM message, only if not read | fiaxh | 2018-03-06 | 1 | -1/+4 |
| | | | | fixes #293 | ||||
* | 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, ↵ | fiaxh | 2018-01-28 | 1 | -2/+7 |
| | | | | include and use pgp embedded file names | ||||
* | 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 |
| | | | | fixes #166 | ||||
* | Offline messages for MUCs | fiaxh | 2017-10-22 | 1 | -11/+11 |
| | | | | fixes #187 | ||||
* | 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 |
| | | | | | | - don't send first request for timestamp -60 - only open conversation for messages within last 24h - always show latest message in conversation tabs | ||||
* | 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 |
| | |||||
* | Muc Invite + Kick | fiaxh | 2017-06-11 | 1 | -1/+1 |
| | |||||
* | Application menu fallback button | fiaxh | 2017-04-04 | 1 | -1/+0 |
| | |||||
* | MessageStorage/Processor, correctly resolve conversations (fixup 22adbd3) | fiaxh | 2017-04-04 | 1 | -0/+189 |