| Commit message (Expand) | Author | Age | Files | Lines |
* | HTTP: Make LimitInputStream pollable for better async compatibility | Marvin W | 2022-11-04 | 1 | -1/+20 |
* | Automatically select appropriate libsoup version | Marvin W | 2022-11-03 | 1 | -2/+2 |
* | Prepare http-files plugin for libsoup-3 support | Marvin W | 2022-04-09 | 1 | -20/+27 |
* | Allow cancellation of file transfers | Marvin W | 2022-03-30 | 1 | -5/+44 |
* | Remove ContentFilters | fiaxh | 2021-12-09 | 1 | -9/+4 |
* | Don't remove characters after '#' in filename | fiaxh | 2021-06-07 | 1 | -1/+2 |
* | Use WeakMap for message caching | fiaxh | 2020-11-14 | 1 | -2/+2 |
* | Fix initial file encryption displaying | fiaxh | 2020-09-07 | 1 | -0/+4 |
* | Fix file receival in groupchat pmsx | Marvin W | 2020-01-09 | 1 | -2/+2 |
* | Don't allow newlines in URLs, also clean up on http file transfer detection | Marvin W | 2019-12-26 | 1 | -11/+7 |
* | Fix specified size for encrypted file uploads | fiaxh | 2019-08-21 | 1 | -6/+10 |
* | Refactor file receive/send interfaces and UI | fiaxh | 2019-07-18 | 1 | -56/+78 |
* | Fix a couple of typos and double imports | hrxi | 2019-06-01 | 1 | -1/+1 |
* | Remove Message.stanza field | fiaxh | 2019-05-26 | 1 | -1/+1 |
* | Use regex literals, fixes some compiler warnings | fiaxh | 2019-03-14 | 1 | -1/+1 |
* | Make file read/write async | fiaxh | 2019-02-14 | 1 | -2/+2 |
* | Check FileTransfer's mime_type for null (unknown) when handeling it | fiaxh | 2018-12-31 | 1 | -1/+0 |
* | Check content_length for null before parsing in http HEAD message response | fiaxh | 2018-11-29 | 1 | -1/+3 |
* | Fix aesgcm http file up/download bugs | fiaxh | 2018-11-27 | 1 | -5/+7 |
* | Implement aesgcm encrypted file upload | fiaxh | 2018-11-27 | 1 | -5/+0 |
* | FileProvider for aesgcm links | fiaxh | 2018-11-27 | 1 | -2/+1 |
* | Restructure (http) file provider flow: Separate download&get_info, download i... | fiaxh | 2018-11-27 | 1 | -62/+78 |
* | Add `hidden` column to content_item table | fiaxh | 2018-08-31 | 1 | -2/+8 |
* | sort file transfers into correct conversation | bobufa | 2018-08-13 | 1 | -1/+1 |
* | Small fixes | fiaxh | 2018-01-30 | 1 | -4/+2 |
* | Only display transferred images, display file names, open in system viewer, i... | fiaxh | 2018-01-28 | 1 | -11/+1 |
* | Pipeline for incoming messages in libdino | fiaxh | 2018-01-28 | 1 | -12/+38 |
* | Move Jid class to xmpp-vala, partially refactor namespace | Marvin W | 2018-01-28 | 1 | -0/+1 |
* | Restore window state (size, maximized, position) | fiaxh | 2017-12-31 | 1 | -22/+24 |
* | Fallback display for all file types | fiaxh | 2017-12-13 | 1 | -6/+19 |
* | http-files: async file download | fiaxh | 2017-11-27 | 1 | -29/+32 |
* | Disconnect stanza listeners from pipeline | fiaxh | 2017-11-22 | 1 | -1/+1 |
* | Fix warnings | fiaxh | 2017-10-31 | 1 | -2/+6 |
* | PGP encrypted file transfers | fiaxh | 2017-10-22 | 1 | -1/+1 |
* | Handle file uploading in libdino & main, have http upload as provider | fiaxh | 2017-10-21 | 1 | -35/+1 |
* | http-files: max-file-size handling | fiaxh | 2017-09-26 | 1 | -4/+5 |
* | Download & inline display images | fiaxh | 2017-08-31 | 1 | -0/+106 |