txlyre

txlyre synced commits to main at txlyre/3x-ui from mirror

3 天之前

txlyre synced commits to main at txlyre/3x-ui from mirror

  • 5b796672e9 Improve telego client robustness and retries Add a createRobustFastHTTPClient helper to configure fasthttp.Client with better timeouts, connection limits, retries and optional SOCKS5 proxy dialing. Validate and sanitize proxy and API server URLs instead of returning early on invalid values, and build telego.Bot options dynamically. Reduce long-polling timeout to detect connection issues faster and adjust update retrieval comments. Implement exponential-backoff retry logic for SendMessage calls to handle transient connection/timeouts and improve delivery reliability; also reduce inter-message delay for better throughput.
  • 3fa0da38c9 Add timeouts and delays to backup sends Add rate-limit friendly delays and context timeouts when sending backups via Telegram. Iterate admin IDs with index to sleep 1s between sends; add 30s context.WithTimeout for each SendDocument call and defer file.Close() for opened files; insert a 500ms pause between sending DB and config files. These changes improve resource cleanup and reduce chance of Telegram rate-limit/timeout failures.
  • 8eb1225734 translate bug fix #3789
  • 查看 3 次提交的內容比對 »

4 天之前

txlyre synced commits to v1.8.8 at txlyre/dtlspipe from mirror

6 天之前

txlyre synced new reference v1.8.8 to txlyre/dtlspipe from mirror

6 天之前

txlyre synced commits to master at txlyre/dtlspipe from mirror

6 天之前

txlyre synced commits to v2.8.10 at txlyre/3x-ui from mirror

1 周之前

txlyre synced new reference v2.8.10 to txlyre/3x-ui from mirror

1 周之前

txlyre synced commits to main at txlyre/3x-ui from mirror

  • e5c0fe3edf bug fix #3785
  • f4057989f5 Require HTTP 200 from curl before using IP Replace simple curl+trim checks with a response+http_code parse to ensure the remote URL returns HTTP 200 and a non-empty body before assigning server_ip. Changes applied to install.sh, update.sh and x-ui.sh: use curl -w to append the status code, extract http_code and ip_result, and only set server_ip when http_code == 200 and ip_result is non-empty. This makes the IP discovery more robust against error pages or partial responses while keeping the existing timeout behavior.
  • 84013b0b3f v2.8.10
  • 511adffc5b Remove allowInsecure Remove the deprecated `allowInsecure`
  • 查看 4 次提交的內容比對 »

1 周之前

txlyre synced commits to v1.8.7 at txlyre/dtlspipe from mirror

1 周之前

txlyre synced new reference v1.8.7 to txlyre/dtlspipe from mirror

1 周之前

txlyre synced commits to v1.8.6 at txlyre/dtlspipe from mirror

1 周之前

txlyre synced new reference v1.8.6 to txlyre/dtlspipe from mirror

1 周之前

txlyre synced commits to master at txlyre/dtlspipe from mirror

1 周之前

txlyre synced commits to main at txlyre/3x-ui from mirror

  • fc6344b840 Fix ipv6 hostname parsing for subscriptions (#3782)

1 周之前

txlyre synced commits to main at txlyre/3x-ui from mirror

1 周之前

txlyre synced commits to main at txlyre/3x-ui from mirror

  • 4a455aa532 Xray Core v26.2.6 and dependency updates Update Xray download URLs to v26.2.6 in the GitHub Actions release workflow and DockerInit script. Bump Go toolchain to 1.25.7 and refresh several module versions (telego, xtls/xray-core, klauspost/compress, pires/go-proxyproto, golang.org/x/arch, golang.org/x/sys, google.golang.org/genproto, etc.). Update go.sum to match the new dependency versions.

1 周之前

txlyre synced commits to main at txlyre/3x-ui from mirror

1 周之前

txlyre synced commits to main at txlyre/3x-ui from mirror

  • d8fb09faae feat: implement 'last IP wins' policy for IP limitation (#3735) - Add timestamp tracking for each client IP address - Sort IPs by connection time (newest first) instead of alphabetically - Automatically disconnect old connections when IP limit exceeded - Keep only the most recent N IPs based on LimitIP setting - Force disconnection via Xray API (RemoveUser + AddUser) - Prevents account sharing while allowing legitimate network switching - Log format: [LIMIT_IP] Email = [email protected] || Disconnecting OLD IP = 1.2.3.4 || Timestamp = 1738521234 This ensures users can seamlessly switch between networks (mobile/WiFi) and the system maintains connections from their most recent IPs only. Fixes account sharing prevention for VPN providers selling per-IP licenses. Co-authored-by: Aung Ye Zaw <[email protected]>

2 周之前

txlyre synced commits to main at txlyre/3x-ui from mirror

  • f87c68ea68 Add workflow to clean old GitHub Actions caches Adds a scheduled GitHub Actions workflow (.github/workflows/cleanup_caches.yml) that runs weekly (and via workflow_dispatch) to delete Actions caches not accessed in the last 3 days. The job uses the gh CLI with the repository token and actions: write permission to list caches, filter by last_accessed_at against a 3-day cutoff, and delete matching cache IDs.
  • 687e8cf1ba [Windows] Use MSYS2 to fix the runtime CGO problem (#3689) * Use MSYS2 to fix the runtime CGO problem * macOS build workflow * Remove macOS build steps and update Windows packaging Removed macOS build steps from the release workflow and updated Windows packaging step. * Rename step to copy and download resources
  • 03f04194f2 Update geofiles according 304 http respond (#3690) * feat: enhance geofile update process with conditional GET and modification time handling * style: improve formatting in UpdateGeofile function
  • 248700a8a3 fix: trim whitespace from comma-separated list values in routing rules (#3734)
  • 查看 4 次提交的內容比對 »

2 周之前

txlyre synced commits to main at txlyre/3x-ui from mirror

2 周之前