Commit Graph

4 Commits

Author SHA1 Message Date
5a03d9e1f1 feat: remove unused plugin version comparison and types, refactor proxy server to support authentication
- Deleted version comparison logic from `pkg/plugin/sign/version.go`.
- Removed unused types and constants from `pkg/plugin/types.go`.
- Updated `pkg/protocol/message.go` to remove plugin-related message types.
- Enhanced `pkg/proxy/http.go` and `pkg/proxy/socks5.go` to include username/password authentication for HTTP and SOCKS5 proxies.
- Modified `pkg/proxy/server.go` to pass authentication parameters to server constructors.
- Added new API endpoint to generate installation commands with a token for clients.
- Created database functions to manage installation tokens in `internal/server/db/install_token.go`.
- Implemented the installation command generation logic in `internal/server/router/handler/install.go`.
- Updated web frontend to support installation command generation and display in `web/src/views/ClientsView.vue`.
2026-03-17 23:16:30 +08:00
6de57a284d update md files 2026-01-03 13:36:07 +08:00
Flik
4623a7f031 add plugins
All checks were successful
Build Multi-Platform Binaries / build (push) Successful in 11m9s
2025-12-26 11:24:23 +08:00
Flik
d56fdafc1e update md files
All checks were successful
Build Multi-Platform Binaries / build (push) Successful in 11m8s
2025-12-26 00:08:28 +08:00