Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | First steps of meson support | hrxi | 2023-03-24 | 1 | -1/+0 |
| | | | | | | | Basic configuration of qlite, xmpp-vala, the Dino library and the Dino application are supported. There's no support for the plugins. This e.g. enables using the Vala language server. | ||||
* | Fix placeholder being shown on startup, fix missing vertical line in ↵ | fiaxh | 2023-01-31 | 1 | -4/+1 |
| | | | | no-conversations placeholder | ||||
* | Add support for XEP-0461 replies (with fallback) | fiaxh | 2023-01-06 | 1 | -0/+2 |
| | |||||
* | Add support for reactions | fiaxh | 2022-10-11 | 1 | -0/+1 |
| | |||||
* | Fix Version handling, add function to retrieve short version without git commit | Marvin W | 2022-03-30 | 1 | -0/+6 |
| | |||||
* | Add support for unencrypted RTP calls to libdino | fiaxh | 2021-03-21 | 1 | -0/+2 |
| | | | | Co-authored-by: Marvin W <git@larma.de> | ||||
* | Add cache for file transfers | fiaxh | 2021-02-17 | 1 | -0/+1 |
| | |||||
* | Store last read content item for conversations | fiaxh | 2020-06-03 | 1 | -1/+1 |
| | | | | fixes #495 | ||||
* | Add support for last message correction | fiaxh | 2020-04-03 | 1 | -0/+1 |
| | |||||
* | Store entity identity info, use it in conversation list tooltips | fiaxh | 2020-03-29 | 1 | -0/+1 |
| | |||||
* | Only distinguish between typing or not (incoming) | fiaxh | 2020-02-20 | 1 | -2/+2 |
| | | | | fixes #739 | ||||
* | Properly check Jids everywhere | Marvin W | 2019-12-23 | 1 | -1/+7 |
| | |||||
* | Add version and adjust some cmake | Marvin W | 2019-12-18 | 1 | -2/+6 |
| | |||||
* | Don't continue reading after stream was disconnected, make disconnecting async | fiaxh | 2019-11-27 | 1 | -1/+1 |
| | | | | fixes #636 | ||||
* | Use log during IBR | Marvin W | 2019-10-18 | 1 | -1/+1 |
| | |||||
* | Allow to run Dino as background service | Marvin W | 2019-10-18 | 1 | -0/+2 |
| | |||||
* | Refactor file receive/send interfaces and UI | fiaxh | 2019-07-18 | 1 | -1/+0 |
| | |||||
* | Add file receiving via Jingle | hrxi | 2019-07-09 | 1 | -1/+1 |
| | | | | | This currently follows the same rules as HTTP file download for accepting files. | ||||
* | 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. | ||||
* | Remove invalid MUC avatars | fiaxh | 2019-06-01 | 1 | -2/+2 |
| | |||||
* | Split login jid/password into two steps with checks | fiaxh | 2018-11-16 | 1 | -2/+3 |
| | |||||
* | Use ContentItems for NotificationEvents | fiaxh | 2018-11-07 | 1 | -1/+1 |
| | |||||
* | accumulate conversation content in meta db table | bobufa | 2018-08-13 | 1 | -1/+1 |
| | |||||
* | initial search logic / display | bobufa | 2018-08-13 | 1 | -0/+1 |
| | |||||
* | refactor conversation item management (accumulate them in libdino) | bobufa | 2018-08-13 | 1 | -0/+1 |
| | |||||
* | Small connection fixes | fiaxh | 2018-03-10 | 1 | -1/+1 |
| | |||||
* | Move notification sounds (canberra dependency) into plugin, introduce ↵ | fiaxh | 2018-03-05 | 1 | -0/+1 |
| | | | | libdino/NotificationEvents | ||||
* | Show subscription request in conversation summary | fiaxh | 2017-12-30 | 1 | -0/+13 |
| | |||||
* | Async service lookup, connect and write | fiaxh | 2017-11-23 | 1 | -1/+4 |
| | |||||
* | Go offline before quiting application | fiaxh | 2017-10-31 | 1 | -0/+3 |
| | | | | fixes #141 | ||||
* | Blocking setting in Contact Details | fiaxh | 2017-10-31 | 1 | -0/+1 |
| | |||||
* | Download & inline display images | fiaxh | 2017-08-31 | 1 | -0/+1 |
| | |||||
* | Handle xmpp ?join and ?message uris | fiaxh | 2017-08-25 | 1 | -14/+14 |
| | |||||
* | Use single process, accept xmpp:-URIs as program argument | Marvin W | 2017-08-25 | 1 | -0/+36 |
| | |||||
* | Move settings from GSettings to own db | fiaxh | 2017-08-22 | 1 | -0/+6 |
| | |||||
* | libdino: remove dependency to GTK+ (all GTK+ code is in main+plugins) | Marvin W | 2017-08-17 | 1 | -8/+6 |
| | |||||
* | Roster versioning | fiaxh | 2017-05-22 | 1 | -1/+1 |
| | |||||
* | Gettext support | fiaxh | 2017-04-10 | 1 | -0/+1 |
| | |||||
* | MessageStorage/Processor, correctly resolve conversations (fixup 22adbd3) | fiaxh | 2017-04-04 | 1 | -1/+2 |
| | |||||
* | Add --print-xmpp flag to log details | Marvin W | 2017-04-03 | 1 | -5/+9 |
| | |||||
* | Fix -Werror=format-security issues | Marvin W | 2017-03-30 | 1 | -1/+1 |
| | |||||
* | Select conversation on startup, placeholder for "No conversation selected", ↵ | fiaxh | 2017-03-20 | 1 | -0/+18 |
| | | | | start services before UI | ||||
* | Move storage into user directory and fix plugin search path | Marvin W | 2017-03-12 | 1 | -2/+15 |
| | |||||
* | Move PGP support into plugin | fiaxh | 2017-03-12 | 1 | -1/+0 |
| | |||||
* | Move UI code into main dir | Marvin W | 2017-03-11 | 1 | -89/+0 |
| | |||||
* | Improve Plugin API (allow to move encryption into plugin) | Marvin W | 2017-03-11 | 1 | -0/+115 |