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
AgeCommit message (Collapse)Author
2025-03-10fix: protocol checking during random uuidv4 generation v2.5.5Shishkevich D.
fixes the https://github.com/MHSanaei/3x-ui/issues/2750 issue
2025-03-10v2.5.5mhsanaei
2025-03-10Xray log: show failed on error log levelmhsanaei
2025-03-10bug fix - xray logmhsanaei
2025-03-10Xray core v2.3.6 + update dependenciesmhsanaei
2025-03-09fix: generating shortIds for vless reality (#2745)Shishkevich D.
2025-03-09chore: remove unused variableShishkevich D.
2025-03-09chore: refactoring `RandomUtil` classShishkevich D.
now we use window.crypto.getRandomValues to generate random values.
2025-03-09chore: use `crypto.randomUUID()` for generating UUIDv4Shishkevich D.
2025-03-09chore: use Base64 library for generating SS passwordShishkevich D.
2025-03-09fix: modals styleShishkevich D.
2025-03-09Revert "chore: add missing params for grpc stream settings (outbound)"Shishkevich D.
This reverts commit 1c59afe031da71ca857c52efaed76a53b040f8d5.
2025-03-09Revert "chore: add new grpc params for outbound (#2744)"Shishkevich D.
This reverts commit c49ec9a74cf1c407cbe872355f1e2ac03a8e3080.
2025-03-09chore: add `dns` type for kcp protocol Shishkevich D.
see https://xtls.github.io/config/transports/mkcp.html#headerobject
2025-03-09chore: add missing params for grpc stream settings (outbound)Shishkevich D.
2025-03-09chore: add new grpc params for outbound (#2744)Shishkevich D.
2025-03-09tgbot - restartmhsanaei
change restart force to restart
2025-03-08minor changesmhsanaei
2025-03-08Code refactoring (#2739)Shishkevich D.
* refactor: switching to the use of typed props * refactor: `password-input` -> `a-password-input` * fix: qr modal copy error
2025-03-08chore: pretty `backup` and `xray version` modal (#2737)Shishkevich D.
* chore: pretty `backup & restore` modal * chore: pretty `xray version` modal * fix: new `xray version` modal style
2025-03-08fix: base64 encoding on vmess/shadowsocks inbounds (#2736)Shishkevich D.
2025-03-08refactor: move language manager to utils (#2735)Shishkevich D.
2025-03-07chore: add empty screens for empty data (balancers, reverses, dns)Shishkevich D.
2025-03-07chore: add empty screens for empty data (balancers, reverses, dns)Shishkevich D.
cleaned up some of the margins & paddings
2025-03-07Merge pull request #2732 from shishkevichd/refactor/refactor-1Sanaei
Code refactoring
2025-03-07refactor: merging all util functions into classesShishkevich D.
2025-03-07refactor: move copy function to utils.jsShishkevich D.
2025-03-07refactor: delete `base64js`Shishkevich D.
instead of base64 library you can use built-in JS functions `btoa()` and `atob()`
2025-03-06refactor: delete `clipboardjs` (#2727)Shishkevich D.
text copying can be done without using additional libraries
2025-03-06Change the cpu usage interval from second to minute (#2729)UltraMegaPotato
feature(check_cpu_usage): Change the usage interval from second to minute
2025-03-06Balancer fallbackTag #2724mhsanaei
2025-03-06Pretty Panel and Xray settings (#2726)Shishkevich D.
* chore: refactor `setting-list-item` component * chore: remove padding * chore: replace settings list with settings collapse panels * chore: add missing translations * chore: fix translation
2025-03-05v2.5.4v2.5.4mhsanaei
2025-03-05update dependenciesmhsanaei
2025-03-05feat: add statistics section (#2718)Shishkevich D.
the "Outbounds Traffic" parameter, which was misleading, was also renamed and moved
2025-03-05Noise: Add hexmhsanaei
2025-03-05Sockopt: Add addressPortStrategymhsanaei
2025-03-04chore: add global params for DNS (#2713)Shishkevich D.
parameter list: `disableCache`, `disableFallback`, `disableFallbackIfMatch`, `clientIp`
2025-03-04better view for uTLSmhsanaei
2025-03-04TLS-REALITY : hide value of private keymhsanaei
2025-03-04chore: pretty dns section in xray settings (#2700)Shishkevich D.
2025-03-04chore: pretty auth tab in panel settings (#2701)Shishkevich D.
2025-03-04Xray core v25.3.3mhsanaei
2025-03-03TLS fingerprints: randomizednoalpnmhsanaei
2025-03-01fix mistakemhsanaei
2025-02-28Improved ru_RU translation (#2677)atarwn
* Improved ru_RU translation Some words have been changed to sound nicer. I made some words less complicated to understand. I also fixed some warnings and messages so they are easier to read. * Apply suggestions from code review
2025-02-27Xray core buggy version removedmhsanaei
2025-02-25docker: go 1.24v2.5.3mhsanaei
2025-02-25v2.5.3mhsanaei
2025-02-25Go v1.24.0mhsanaei