255 Commits

Author SHA1 Message Date
5740996436 update dependencies 2026-03-04 13:05:29 +01:00
37f0880f8f Bump Go to 1.26 2026-02-16 01:10:43 +01:00
84013b0b3f v2.8.10 2026-02-11 18:21:43 +01:00
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.
2026-02-09 12:49:32 +01:00
ff128a7275 Xray Core v26.2.2 2026-02-02 17:57:56 +01:00
e35213bc73 Update Xray-core to v26.1.31 and related dependencies
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-02-01 03:30:09 +01:00
20ec863f51 Xray Core v26.1.18 2026-01-18 16:06:19 +01:00
1240e4c962 Update fasthttp to v1.69.0
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-05 18:44:42 +01:00
945fefde12 update dependencies 2026-01-03 05:36:05 +01:00
313a2acbf6 feat: Add WebSocket support for real-time updates and enhance VLESS settings (#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>
2026-01-03 05:26:00 +01:00
0695f677ba update dependencies 2025-12-03 23:45:11 +01:00
784ed39930 update dependencies 2025-11-09 00:56:14 +01:00
2b2ed3349a Xray-core v25.10.15 2025-10-15 11:40:04 +02:00
b578a33518 update dependencies 2025-10-07 13:49:08 +02:00
28a17a80ec feat: add ldap component (#3568)
* add ldap component

* fix: fix russian comments, tls cert verify default true

* feat: remove replaces go mod for local dev
2025-09-28 21:04:54 +02:00
a0c07241c0 minor changes 2025-09-24 11:47:14 +02:00
020bc9d77c v2.8.3 2025-09-21 21:20:45 +02:00
b35d339665 update dependencies 2025-09-20 09:48:54 +02:00
ed96fa090b tgbot: subscription,qrcode, link 2025-09-14 19:51:57 +02:00
dc3b0d218a Xray Core v25.9.11 2025-09-10 14:39:07 +02:00
1e2ff650ad Xray Core v25.9.10 + GO v1.25.1 2025-09-10 08:40:08 +02:00
e5126806d7 xray core v25.9.5 2025-09-07 22:45:20 +02:00
023eb513e4 Xray Core v25.8.29 2025-08-30 10:03:32 +02:00
16f53ce4c2 go v1.25 2025-08-17 12:27:21 +02:00
825d93d95f upgrade telego (#3334) 2025-08-08 20:41:06 +02:00
d064e85ecd update dependencies 2025-08-08 18:56:47 +02:00
267024c43f xray core v25.8.3 2025-08-04 01:28:14 +02:00
f5f4a530cc xray core v25.7.26 2025-07-27 16:54:35 +02:00
761728255c GO v1.24.5 + update dependencies 2025-07-24 15:17:01 +02:00
f3d0b92e4a update dependencies 2025-07-02 11:17:26 +02:00
1b1cbfff42 feat: support .env file (#3013) 2025-05-17 12:33:22 +02:00
ef625c75d8 v2.6.0 2025-05-16 14:26:20 +02:00
182e591c48 Xray-core v25.5.16 2025-05-16 13:05:46 +02:00
7a5a833af3 update dependencies 2025-05-11 13:05:45 +02:00
fe3b1c9b52 chore: implement 2fa auth (#2968)
* 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-05-08 16:20:58 +02:00
3d54e33051 v2.5.8 2025-04-30 11:24:06 +02:00
0306e75c2a update dependencies 2025-04-30 10:51:49 +02:00
8e472838d8 update dependencies 2025-04-11 11:09:43 +02:00
878e0d02cd Xray Core v25.3.31
+update dependencies
2025-04-04 21:20:07 +02:00
b15ea1f74d chore: update Go to v1.24.2 (#2866)
* Go v1.24.2

* Update dependencies
2025-04-04 21:25:48 +07:00
2ffde55f8f v2.5.6 - Happy Nowruz 2025-03-20 10:54:54 +01:00
f408bd7c77 Xray core v2.3.6 + update dependencies 2025-03-10 09:51:31 +01:00
3caace2cb6 update dependencies 2025-03-05 15:40:27 +01:00
0f97eca314 Xray core v25.3.3 2025-03-04 09:54:10 +01:00
018e98a510 Go v1.24.0 2025-02-25 18:43:15 +01:00
e754523689 Xray core v25.2.21 2025-02-22 13:46:15 +01:00
aae0cb37b7 Xray Core v25.1.30 2025-02-03 17:37:01 +01:00
de13729a97 update dependencies 2025-01-28 00:09:12 +01:00
ac9ab828b5 GO v1.23.5 + update dependencies 2025-01-21 23:04:03 +01:00
b6a919218a Xray Core v25.1.1 2025-01-01 18:30:36 +01:00