Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |