Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Allow self-signed .onion file transfer certs (#1149) | Matthew Fennell | 2024-06-29 | 1 | -0/+10 |
| | | | | | | | | | | | | | | | | | | | | | | | | Most Certificate Authorities don't support issuing X.509 certificates for onion sites. However, it can still be useful to provide a certificate over Tor in some circumstances, for instance to tie your alphanumeric Tor address to your site's main identity. Therefore, many Tor services provide self-signed certificates. This is OK, since the onion service itself guarantees that you are connecting to the entity you think you are. Dino already allows self-signed certs when communicating over Tor (see 81a5505). However, the same exception does not exist yet for HTTP uploads and downloads - causing these to fail over Tor. Therefore, in this commit, we add the same exception for uploads/downloads, by passing the host of the upload/download urls to the already existing invalid certificate connection handler. Note that this handler only allows certificates with type TlsCertificateFlags.UNKNOWN_CA. This means the certificate of your server must also include the onion http upload and download URLs in its certificate - otherwise, the file transfer will fail with TlsCertificateFlags.BAD_IDENTITY. | ||||
* | Bind soup session lifetime to File provider/sender lifetime | Marvin W | 2023-03-22 | 1 | -4/+3 |
| | | | | Required since libsoup 3.4. Fixes #1395 | ||||
* | Consider stream readable when EOS is reached. | Marvin W | 2023-03-02 | 1 | -1/+1 |
| | | | | Fixes #1373 | ||||
* | HTTP: Make LimitInputStream pollable for better async compatibility | Marvin W | 2022-11-04 | 1 | -1/+20 |
| | | | | Fixes #1307 | ||||
* | 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 |
| | | | | | Note: ice plugin still depends on libsoup-2.4 and one can't have both in the same process, so this remains disabled by default | ||||
* | Allow cancellation of file transfers | Marvin W | 2022-03-30 | 1 | -5/+44 |
| | |||||
* | Remove ContentFilters | fiaxh | 2021-12-09 | 1 | -9/+4 |
| | | | | fixes #1129 #573 | ||||
* | 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 |
| | | | | fixes #831 | ||||
* | 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 |
| | | | | fixes #479 | ||||
* | Check content_length for null before parsing in http HEAD message response | fiaxh | 2018-11-29 | 1 | -1/+3 |
| | | | | fixes #468 | ||||
* | 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 |
| | | | | Co-authored-by: Thibaut Girka <thib@sitedethib.com> | ||||
* | Restructure (http) file provider flow: Separate download&get_info, download ↵ | fiaxh | 2018-11-27 | 1 | -62/+78 |
| | | | | in provider, move XmppStreamModule into xmpp-vala | ||||
* | 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, ↵ | fiaxh | 2018-01-28 | 1 | -11/+1 |
| | | | | include and use pgp embedded file names | ||||
* | 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 |