Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Move sos-server to it's own crate (#460)
* Refactor to server crate. * Move binary file to sos-server crate. * Update doc comments. * Remove sos-server binary from the sos crate. * Update doc comments. * Remove server module from the sos-net crate. * Remove obsolete convert command module. * Add AGPL license file, update README. * Include AGPL license file. * Use shared sos-protocol crate. * Move protocol files up a level. * Fix search feature in sos-protocol. Was causing the tests to fail. * Remove obsolete test-utils feature. * Tidy features and dependencies. * Flatten structure in sos-net crate. * Update Dockerfile. * Flatten structure in server crate. * Tweak doc comment. * Move sos binary to crate. * Bump minor version. * Completely remove the device feature. Multiple devices are intrinsic to much of the logic so trying to put device support behind a feature flag was too cumbersome. * Fixing handling of files feature. * Improving feature handling. * Fix handling of files feature. * Bump patch version. * Add release plz workflow. * Update .gitignore. * Using release-plz changelogs.
- Loading branch information