Commit graph

1228 commits

Author SHA1 Message Date
Ivan
bf7f78b602 In PEX we should also look at dropped peers 2024-09-08 14:30:36 +02:00
Igor Katson
cdd21cb5ca
Merge pull request #232 from ikatson/upnp-multicast-multiaddr
UPNP: join all multicast groups from all interfaces (not just the default one picked by the kernel)
2024-09-06 14:55:56 +01:00
Igor Katson
7296ea212f
UPNP: join all multicast groups from all interfaces (not just the default one picked by the kernel) 2024-09-05 22:52:20 +01:00
Igor Katson
0fa24e6861
Mark 7.1.0 2024-09-02 15:11:01 +01:00
Igor Katson
6bf1d9b328
Merge pull request #231 from ikatson/dlna-features
[UPnP / DLNA] Updates for Samsung to work
2024-09-02 13:44:17 +01:00
Igor Katson
86c68052ef
Conditionally insert DLNA headers only if asked for 2024-09-02 13:21:09 +01:00
Igor Katson
f96a9024e1
Remove stub impl of ContentDirectoryBrowseProvider 2024-09-02 13:05:25 +01:00
Igor Katson
0cb34d9bf1
Headers for Samsung TV to work 2024-09-02 13:01:02 +01:00
Igor Katson
242a5c053a
Add Makefile command to debug docker quickly 2024-09-02 12:24:16 +01:00
Igor Katson
ff7924ff78
UPNP: add size attribute 2024-09-02 12:04:50 +01:00
Igor Katson
bf910d39f2
Add some browsemetadata tests 2024-09-02 11:55:26 +01:00
Igor Katson
ecf41de72b
Restore URLs with better filenames 2024-09-02 11:51:08 +01:00
Igor Katson
8d10a8a69c
UPNP: better ID handling + only ASCII in URLs 2024-09-02 11:41:33 +01:00
Igor Katson
65623f2074
Escape XML instead of CDATA. Samsung TVs only understand escapes, but not CDATA. 2024-09-02 11:14:33 +01:00
Igor Katson
79a8451519
Implement parent_id=-1 2024-09-02 11:14:09 +01:00
Igor Katson
8ab3d4d428
container parent default -1 2024-09-02 11:14:09 +01:00
Igor Katson
2d4b467055
Implement BrowseMetadata 2024-09-02 11:13:49 +01:00
Igor Katson
e4670bd6da
Merge pull request #230 from Artrix9095/main
Remove error when adding duplicate torrents
2024-09-01 19:40:11 +01:00
Artrix9095
135a505455 Remove error when adding duplicate torrents 2024-09-01 10:40:17 -07:00
Igor Katson
206bcde06f
Attempting to connect even if we have full torrent (as other clients do, to attempt upload) 2024-08-31 12:56:47 +01:00
Igor Katson
b60ec6d919
peer has full torrent debug message 2024-08-31 12:53:56 +01:00
Igor Katson
b60850946e
Fix: unchoke now sent after Bitfield properly, not before 2024-08-31 12:15:22 +01:00
Igor Katson
3f014ee80a
Sending your ip as part of peer_connection.rs 2024-08-31 12:15:22 +01:00
Igor Katson
e9acbaa9dc
Merged v7.0.1 2024-08-31 12:15:22 +01:00
Igor Katson
e25612b73f
switch ring to aws-lc-rs 2024-08-31 12:15:22 +01:00
Igor Katson
7e40c71852
More granular feature handling 2024-08-31 12:15:22 +01:00
Igor Katson
9a6039f5ee
upnp-serve compiles on its own 2024-08-31 12:15:22 +01:00
Igor Katson
6d364a96ee
Use system static openssl in docker biulds 2024-08-31 12:15:21 +01:00
Igor Katson
0b248a93e7
Merge pull request #229 from Artrix9095/main
Standardized m3u8 formatting
2024-08-29 23:22:28 +01:00
Artrix9095
0b2a11ec5e Standardized m3u8 formatting 2024-08-29 14:58:46 -07:00
Igor Katson
6ca3561230
Fix disable_upload in GUI 2024-08-29 16:59:53 +01:00
Igor Katson
c923df4458
Better docker tags + main building docker 2024-08-29 16:32:22 +01:00
Igor Katson
536bd1fb7f
Merge pull request #228 from ikatson/smarter-fastresume
Smarter fastresume
2024-08-29 16:10:22 +01:00
Igor Katson
0d0ba84ef6
Report progress when validating fastresume data 2024-08-29 15:43:28 +01:00
Igor Katson
9225e126d9
Check SOME fastresume data, dont trust it completely. 2024-08-29 15:43:19 +01:00
Igor Katson
babe470f9a
Add discover example to upnp 2024-08-29 14:19:20 +01:00
Igor Katson
af00713e4d
Merge pull request #227 from ikatson/dev
Various tweaks to peer protocol information
2024-08-29 13:18:24 +01:00
Igor Katson
1d48a5198b
Send client name in extended handshake 2024-08-29 13:08:55 +01:00
Igor Katson
bafd958d0d
make all fields in utpex optional 2024-08-29 13:01:12 +01:00
Igor Katson
0bb1c77456
Decode more peer ids 2024-08-29 12:48:14 +01:00
Igor Katson
d7f3d883f2
Merge pull request #226 from ikatson/connection-manager-stub
[Feature] [UPnP] connection manager stub
2024-08-29 12:29:46 +01:00
Igor Katson
0960a768e6
Implement stubs for actual connection manager methods 2024-08-29 12:23:18 +01:00
Igor Katson
99ffeec323
Implement GetProtocolInfo 2024-08-29 12:06:03 +01:00
Igor Katson
0303cfa084
Fix a bug where upnp subscriptions were not renewed if the headers missed callback and event 2024-08-29 11:57:19 +01:00
Igor Katson
a44acd947b
Handling ConnectionManager subscriptions 2024-08-29 11:57:19 +01:00
Igor Katson
96eb5fec73
ConnectionManager service stub 2024-08-29 11:57:19 +01:00
Igor Katson
15b254c47c
Refactor content_directory into files 2024-08-29 11:57:18 +01:00
Igor Katson
510769886b
Merge pull request #225 from ikatson/desktop-same-workspace
Desktop same workspace
2024-08-29 11:55:31 +01:00
Igor Katson
63c494cca4
updating test workflows 2024-08-29 11:40:05 +01:00
Igor Katson
94bdbad26c
Change desktop/src-tauri/target to just target/ 2024-08-29 11:11:52 +01:00