Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/MHSanaei/3x-ui.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/go.mod
AgeCommit message (Collapse)Author
2026-03-04update dependenciesMHSanaei
2026-02-16Bump Go to 1.26MHSanaei
2026-02-11v2.8.10v2.8.10MHSanaei
2026-02-09Xray Core v26.2.6 and dependency updatesMHSanaei
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.
2026-02-02Xray Core v26.2.2MHSanaei
2026-02-01Update Xray-core to v26.1.31 and related dependenciesMHSanaei
Bump Xray-core version to v26.1.31 in build scripts and server logic. Update Go dependencies including gopsutil, bytedance/sonic, circl, miekg/dns, go-proxyproto, sagernet/sing, and others to their latest versions. Adjust version check in GetXrayVersions to require at least v26.1.31.
2026-01-18Xray Core v26.1.18MHSanaei
2026-01-05Update fasthttp to v1.69.0MHSanaei
Bump github.com/valyala/fasthttp from v1.68.0 to v1.69.0 in go.mod and go.sum to use the latest version.
2026-01-03update dependenciesMHSanaei
2026-01-03feat: Add WebSocket support for real-time updates and enhance VLESS settings ↵lolka1333
(#3605) * feat: add support for trusted X-Forwarded-For and testseed parameters in VLESS settings * chore: update Xray Core version to 25.12.8 in release workflow * chore: update Xray Core version to 25.12.8 in Docker initialization script * chore: bump version to 2.8.6 and add watcher for security changes in inbound modal * refactor: remove default and random seed buttons from outbound form * refactor: update VLESS form to rename 'Test Seed' to 'Vision Seed' and change button functionality for seed generation * refactor: enhance TLS settings form layout with improved button styling and spacing * feat: integrate WebSocket support for real-time updates on inbounds and Xray service status * chore: downgrade version to 2.8.5 * refactor: translate comments to English * fix: ensure testseed is initialized correctly for VLESS protocol and improve client handling in inbound modal * refactor: simplify VLESS divider condition by removing unnecessary flow checks * fix: add fallback date formatting for cases when IntlUtil is not available * refactor: simplify WebSocket message handling by removing batching and ensuring individual message delivery * refactor: disable WebSocket notifications in inbound and index HTML files * refactor: enhance VLESS testseed initialization and button functionality in inbound modal * fix: * refactor: ensure proper WebSocket URL construction by normalizing basePath * fix: * fix: * fix: * refactor: update testseed methods for improved reactivity and binding in VLESS form * logger info to debug --------- Co-authored-by: lolka1333 <test123@gmail.com>
2025-12-04update dependenciesMHSanaei
2025-11-09update dependenciesmhsanaei
2025-10-15Xray-core v25.10.15mhsanaei
2025-10-07update dependenciesmhsanaei
2025-09-28feat: add ldap component (#3568)konstpic
* add ldap component * fix: fix russian comments, tls cert verify default true * feat: remove replaces go mod for local dev
2025-09-24minor changesmhsanaei
2025-09-21v2.8.3v2.8.3mhsanaei
2025-09-20update dependenciesmhsanaei
2025-09-19go package correction v2mhsanaei
2025-09-19go package correctionmhsanaei
2025-09-16CPU History, CPU Utilizationmhsanaei
2025-09-14tgbot: subscription,qrcode, linkmhsanaei
2025-09-10Xray Core v25.9.11mhsanaei
2025-09-10Xray Core v25.9.10 + GO v1.25.1mhsanaei
2025-09-07xray core v25.9.5mhsanaei
2025-08-30Xray Core v25.8.29mhsanaei
2025-08-17go v1.25mhsanaei
2025-08-08upgrade telego (#3334)Alireza Ahmadi
2025-08-08update dependenciesmhsanaei
2025-08-04xray core v25.8.3mhsanaei
2025-07-27xray core v25.7.26mhsanaei
2025-07-24GO v1.24.5 + update dependenciesmhsanaei
2025-07-02update dependenciesmhsanaei
2025-05-17feat: support .env file (#3013)Ali Golzar
2025-05-16v2.6.0v2.6.0mhsanaei
2025-05-16Xray-core v25.5.16mhsanaei
2025-05-11update dependenciesmhsanaei
2025-05-08chore: implement 2fa auth (#2968)Shishkevich D.
* chore: implement 2fa auth from #2786 * chore: format code * chore: replace two factor token input with qr-code * chore: requesting confirmation of setting/removing two-factor authentication otpauth library was taken from cdnjs * chore: revert changes in `ClipboardManager` don't need it. * chore: removing twoFactor prop in settings page * chore: remove `twoFactorQr` object in `mounted` function
2025-04-30v2.5.8v2.5.8mhsanaei
2025-04-30update dependenciesmhsanaei
2025-04-11update dependenciesmhsanaei
2025-04-04Xray Core v25.3.31mhsanaei
+update dependencies
2025-04-04chore: update Go to v1.24.2 (#2866)Pk-web6936
* Go v1.24.2 * Update dependencies
2025-03-26Add Admin-Controlled Client Management to Telegram Bot (#2788)nistootsin
* Add feature to add clients to inbound: - Implement buttons for adding new clients - Handle client addition process (submission remains to be completed) - Support for multiple languages * update the go.mod * feat: complete submission process for adding a client to inbounds * - Add client variables: client_method, client_sh_password, client_tr_password - Exclude specific inbound protocols (HTTP, WireGuard, Socks, DOKODEMO) from addclient inline button * - customize the add client message and json for each protocol * - handle password input rather than id for shadow and trojan protocols * - remove add_client_as_enable button in bot * restructrure the add client bot feature * update all files in web/translation/ * Refactoring * - add traffic button to add client bot feature * - fix a mistake in the email prompt message * - add expire data button to add client telegram process. * Refactroring * remove refresh button in add client * - delete message after cancel * - uptimize the process of adding client by deleting main message on getting text inputs.
2025-03-20v2.5.6 - Happy Nowruzv2.5.6mhsanaei
2025-03-10Xray core v2.3.6 + update dependenciesmhsanaei
2025-03-05update dependenciesmhsanaei
2025-03-04Xray core v25.3.3mhsanaei
2025-02-25Go v1.24.0mhsanaei
2025-02-22Xray core v25.2.21mhsanaei