Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | | | | fixes #495 | ||||
* | 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 |
| | | | | Also show "Me" when no local alias is set instead of JID | ||||
* | 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 |
| | | | | fixes #658 | ||||
* | 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 |
| | | | | real_jid on get messages | ||||
* | 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 |
| | | | | | | | | | | | This is still disabled by default until prioritization is implemented; otherwise this could be preferred to HTTP uploads. File sending only works via Jingle In-Band-Bytestreams right now, more transports are going to be implemented. To test this, uncomment the line with `JingleFileTransfer` in libdino/src/application.vala. | ||||
* | 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 |
| | | | | fixes #520 | ||||
* | Restructure (http) file provider flow: Separate download&get_info, download ↵ | fiaxh | 2018-11-27 | 1 | -1/+7 |
| | | | | in provider, move XmppStreamModule into xmpp-vala | ||||
* | 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 ↵ | bobufa | 2018-08-13 | 2 | -2/+2 |
| | | | | column | ||||
* | refactor conversation item management (accumulate them in libdino) | bobufa | 2018-08-13 | 1 | -2/+18 |
| | |||||
* | Move notification sounds (canberra dependency) into plugin, introduce ↵ | fiaxh | 2018-03-05 | 2 | -14/+0 |
| | | | | libdino/NotificationEvents | ||||
* | Implement notification sounds | Rahix | 2018-02-17 | 2 | -0/+14 |
| | | | | | | Add a new setting to toggle notification sounds on or off. Plays the systems default instant messaging message sound (message-new-instant) whenever a notification is shown if toggled on. | ||||
* | Only display transferred images, display file names, open in system viewer, ↵ | fiaxh | 2018-01-28 | 1 | -2/+4 |
| | | | | include and use pgp embedded file names | ||||
* | Visually highlight mentions in MUCs | fiaxh | 2018-01-28 | 1 | -1/+6 |
| | | | | fixes #267 | ||||
* | 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 |
| | | | Thanks `codespell`! | ||||
* | Restore window state (size, maximized, position) | fiaxh | 2017-12-31 | 1 | -0/+61 |
| | |||||
* | Rename resources to have a reverse DNS prefix | fiaxh | 2017-12-03 | 1 | -1/+1 |
| | |||||
* | ConversationView: Date separator | fiaxh | 2017-12-01 | 1 | -1/+1 |
| | |||||
* | Keep MUC join dialog open until joined, show errors | fiaxh | 2017-10-31 | 1 | -1/+8 |
| | |||||
* | PGP encrypted file transfers | fiaxh | 2017-10-22 | 1 | -0/+9 |
| | |||||
* | Use utc time everywhere | fiaxh | 2017-08-31 | 3 | -5/+5 |
| | |||||
* | Download & inline display images | fiaxh | 2017-08-31 | 1 | -0/+120 |
| | |||||
* | "Default" per-contact settings (change UI) | fiaxh | 2017-08-25 | 1 | -3/+5 |
| | |||||
* | Show nicks in MUCs, real jid in individual occupant menu | fiaxh | 2017-08-25 | 1 | -12/+23 |
| | |||||
* | Move settings from GSettings to own db | fiaxh | 2017-08-22 | 2 | -3/+61 |
| | |||||
* | Message Archive Management | fiaxh | 2017-08-17 | 1 | -1/+6 |
| | |||||
* | Stream Management | fiaxh | 2017-08-14 | 1 | -4/+4 |
| | |||||
* | SRV records for XMPP over TLS | fiaxh | 2017-08-11 | 1 | -5/+7 |
| | |||||
* | Set jid handle in ContactDetails, use LabelHybrids more, remove edit from ↵ | fiaxh | 2017-06-17 | 1 | -2/+2 |
| | | | | StartConversation | ||||
* | Notifications + typing notifications + message marker settings per conversation | fiaxh | 2017-05-30 | 1 | -1/+43 |
| | |||||
* | fixup bcb9690 (Roster versioning) | fiaxh | 2017-05-24 | 1 | -0/+5 |
| | |||||
* | qlite/libdino: optimize db access | Marvin W | 2017-04-26 | 1 | -7/+1 |
| | |||||
* | xmpp-vala/core+libdino: concurrency + nullity improvements | Marvin W | 2017-04-18 | 1 | -1/+1 |
| | |||||
* | Application menu fallback button | fiaxh | 2017-04-04 | 1 | -2/+3 |
| | |||||
* | MessageStorage/Processor, correctly resolve conversations (fixup 22adbd3) | fiaxh | 2017-04-04 | 1 | -0/+5 |
| |