Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Refactor file receive/send interfaces and UI | fiaxh | 2019-07-18 | 1 | -45/+253 |
| | |||||
* | Address pull requests comments, fix a few TODOs | hrxi | 2019-07-12 | 1 | -1/+1 |
| | |||||
* | Add file receiving via Jingle | hrxi | 2019-07-09 | 1 | -2/+4 |
| | | | | | 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. | ||||
* | Fix a couple of typos and double imports | hrxi | 2019-06-01 | 1 | -6/+6 |
| | |||||
* | Make file read/write async | fiaxh | 2019-02-14 | 1 | -6/+6 |
| | |||||
* | Improve ping timeouts, add debug output for XmlErrors and ping timeouts | fiaxh | 2019-01-02 | 1 | -1/+1 |
| | |||||
* | Fix aesgcm http file up/download bugs | fiaxh | 2018-11-27 | 1 | -9/+16 |
| | |||||
* | Implement aesgcm encrypted file upload | fiaxh | 2018-11-27 | 1 | -1/+1 |
| | |||||
* | Restructure (http) file provider flow: Separate download&get_info, download ↵ | fiaxh | 2018-11-27 | 1 | -9/+15 |
| | | | | in provider, move XmppStreamModule into xmpp-vala | ||||
* | sort file transfers into correct conversation | bobufa | 2018-08-13 | 1 | -5/+5 |
| | |||||
* | load+display later messages when scrolling down | bobufa | 2018-08-13 | 1 | -17/+7 |
| | |||||
* | refactor conversation item management (accumulate them in libdino) | bobufa | 2018-08-13 | 1 | -5/+32 |
| | |||||
* | Only display transferred images, display file names, open in system viewer, ↵ | fiaxh | 2018-01-28 | 1 | -2/+1 |
| | | | | include and use pgp embedded file names | ||||
* | Fix warnings | fiaxh | 2017-10-31 | 1 | -16/+20 |
| | |||||
* | PGP encrypted file transfers | fiaxh | 2017-10-22 | 1 | -8/+37 |
| | |||||
* | Handle file uploading in libdino & main, have http upload as provider | fiaxh | 2017-10-21 | 1 | -20/+89 |
| | |||||
* | Download & inline display images | fiaxh | 2017-08-31 | 1 | -0/+74 |