Migrate to SQLite, enhance APIs, and improve UI features#1870
Merged
Conversation
Use build-tag specific driver selection for sqlite: - keep modernc sqlite on non-mipsle targets - use go-sqlite3 for mipsle builds with cgo - return explicit error when sqlite driver is unavailable Also apply the same driver selection in migration db initialization.
- extend mips driver build tags to cover mips/mips64 variants - update sqlite validation message to mips-family scope - enable CGO only for Linux mips-family targets in binaries workflow - install required mips cross compilers in CI
- route loong64 to sqlite3(cgo) driver branch - install loongarch cross compiler and enable cgo for loong64 in binaries workflow - bump bbolt to v1.4.3 for loong64 compatibility - keep no-cgo cross builds compile-clean for loong64/mips64
…ocol - Add MaxEarlyData and EarlyDataHeaderName fields to WsSettings for WebSocket Early Data support - Add MultiMode, IdleTimeout, HealthCheckTimeout, PermitWithoutStream, InitialWindowsSize fields to GrpcSettings - Add WireGuardSettings and WireGuardPeer structs for WireGuard outbound configuration - Add wireguard to supported import protocol prefixes - Parse and export WebSocket Early Data and gRPC MultiMode parameters in V2Ray server object
…ab in frontend - Add maxEarlyData and earlyDataHeaderName input fields for WebSocket transport in modalServer.vue - Add multiMode switch, idleTimeout, healthCheckTimeout, permitWithoutStream, initialWindowsSize fields for gRPC transport - Add WireGuard protocol tab with 12 configuration fields (name, address, port, keys, etc.) - Update resolveURL/generateURL functions to support new parameters for vless:// and wireguard:// links - Update data model initialization with new fields - Add Chinese and English translations for all new UI labels - Fix backend v2ray.go: add IdleTimeout, HealthCheckTimeout, PermitWithoutStream, InitialWindowsSize parsing in gRPC config generation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.