spacedrive/crates
Oscar Beaumont 519b1b6c46
Fix P2P not working for libraries (#2031)
* P2P Debug route

* Remove legacy peer to peer pairing process

* Fix error typo

* Sync instances with cloud

* Upgrade deps + extended instance data

* Create instance with extended metadata

* Auto sync instances

* Actually `.await`

* bruh

* sync library info

* this isn't gonna work

* only sleep cloud receiver when no more messages (#1985)

* [ENG-1567] Fix renaming (#1986)

fix rename

* only sleep cloud receiver when no more messages

* use in memory instances during cloud receive (#1995)

* use in memory instances during cloud receive

* is_empty

---------

Co-authored-by: nikec <43032218+niikeec@users.noreply.github.com>

* fix type error

* wip

* make mdns mdns better

* rebuild state

* Add hooks + listeners + discovered state

* Split into crates

* wip fixing core + wip merging Spacetime into `sd-p2p2`

* `SmartLockGuard` + `Listener`

* Make `sd-core` compile

* Reenable all operation receivers

* Fix all broken code within `sd-core`

* minor fixes found in review

* Bring in `libp2p` + restructure `sd-p2p` for the gazillion-th time

* whoops

* Compile no matter the (runtime) cost

* fixing merge issues

* wip

* a

* b

* C

* Handle port betterer

* c

* Migrate node config

* a

* no crash on startup

* wip

* a

* jdfhskjfsg

* a

* fix discovery

* a bunch of fixes

* getting Spacedrop working

* I don't get why it no worky

* debug example

* a

* wip

* wip

* removing logging from stream impl

* wip: shit is fucked

* Redo quic integration  + Spacedrop working

* Fix shutdown - deadlocks + shutdown peers

* Add Prisma migrations

* Fix shutdown

* a

* fix

* cleanup

* The lord clippy hath spoken

* disable P2P settings for now

---------

Co-authored-by: Brendan Allan <brendonovich@outlook.com>
Co-authored-by: nikec <43032218+niikeec@users.noreply.github.com>
2024-02-21 08:13:40 +00:00
..
actors separate cloud sync into sd-core-cloud-sync (#2025) 2024-01-31 08:16:54 +00:00
ai Bump version to 0.2.4 (#2080) 2024-02-14 07:40:01 +00:00
cache Implement Hash, PartialEq, and Eq for CacheNode (#1964) 2024-01-21 01:28:06 +00:00
cloud-api Fix P2P not working for libraries (#2031) 2024-02-21 08:13:40 +00:00
crypto [ENG-1479] AI Prototype (#1845) 2023-12-19 09:28:57 +00:00
deps-generator [ENG-1511] Library Screens (#1903) 2024-01-16 12:15:03 +00:00
fda [ENG-1479] AI Prototype (#1845) 2023-12-19 09:28:57 +00:00
ffmpeg [ENG-1479] AI Prototype (#1845) 2023-12-19 09:28:57 +00:00
file-ext [ENG-1511] Library Screens (#1903) 2024-01-16 12:15:03 +00:00
file-path-helper More sync support for file paths + saved searches (#2067) 2024-02-09 08:17:04 +00:00
images [ENG-1479] AI Prototype (#1845) 2023-12-19 09:28:57 +00:00
media-metadata [ENG-1479] AI Prototype (#1845) 2023-12-19 09:28:57 +00:00
p2p-block Fix P2P not working for libraries (#2031) 2024-02-21 08:13:40 +00:00
p2p-proto Fix P2P not working for libraries (#2031) 2024-02-21 08:13:40 +00:00
p2p-tunnel Fix P2P not working for libraries (#2031) 2024-02-21 08:13:40 +00:00
p2p2 Fix P2P not working for libraries (#2031) 2024-02-21 08:13:40 +00:00
prisma [ENG-1479] AI Prototype (#1845) 2023-12-19 09:28:57 +00:00
prisma-cli [ENG-1479] AI Prototype (#1845) 2023-12-19 09:28:57 +00:00
sync [ENG-1488] Cloud sync message compression (#1922) 2024-01-09 10:21:23 +00:00
sync-generator [ENG-1595] Fix some problems with the AI system (#2063) 2024-02-12 17:45:17 +00:00
utils [ENG-1479] AI Prototype (#1845) 2023-12-19 09:28:57 +00:00