9 Commits

Author SHA1 Message Date
zonyitoo
1008eeec1d feat(local-http): support HTTP Basic auth (#1994) 2025-12-19 03:26:17 +08:00
Aaron Chen
aa9156a794 fix: bump msrv to 1.88 (#2054) 2025-12-09 02:19:35 +08:00
zonyitoo
45cc770ef4 ssservice genkey, helper for generate encryption key 2022-10-17 22:29:35 +08:00
Shun Sakai
f57d50659f Change the return type of the main function
Since Rust 1.61.0, the `main` function can return a type that
implements the `Termination` trait.
By this, the `main` function can return custom exit codes, so use this.
2022-06-13 11:26:50 +08:00
John
12eadcdd39 remove deprecated code for clap 3.1.0 (#774) 2022-02-25 10:46:18 +08:00
zonyitoo
66e192e894 fix(ssservice): fixed command line option when running as symlink of ssserver/ssmanager 2022-02-21 22:02:02 +08:00
zonyitoo
9ef0b31f91 upgrade clap to v3.0 2022-01-05 20:12:53 +08:00
zonyitoo
89d9e66338 ssservice support symlinked by sslocal, ssserver, ssmanager 2021-11-27 17:36:16 +08:00
zonyitoo
486e1d7279 Local, Server & Manager unified binary ssservice
- fixes #698
- Refactored shadowsocks-rust crate structure. Common code are put into
a separated library
2021-11-27 17:36:16 +08:00