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-04-06Code refactoring (#2865)Shishkevich D.
* refactor: use vue inline styles in entire application * refactor: setting row in dashboard page * refactor: use blob for download file in text modal * refactor: move all html templates in `web/html` folder * refactor: `DeviceUtils` -> `MediaQueryMixin` The transition to mixins has been made, as they can update themselves. * chore: pretty right buttons in `outbounds` tab in xray settings * refactor: add translations for system status * refactor: adjust gutter spacing in setting list item * refactor: use native `a-input-password` for password field * chore: return old system status with new translations * chore: add missing translation
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 new grpc params for outbound (#2744)Shishkevich D.
2025-01-26TLS - serverNameToVerifymhsanaei
2025-01-22XHTTP - scStreamUpServerSecsmhsanaei
2025-01-11Minor Fixes (UI) (#2636)Tara Rostami
* Minor Fixes (UI) * Update custom.min.css
2025-01-05bug fixmhsanaei
2025-01-01httpupgrade: remove host from headermhsanaei
2025-01-01tcpNoDelay to penetratemhsanaei
2024-12-17XHTTP: server & clientmhsanaei
Remove scMinPostsIntervalMs, xmux, noGRPCHeader from the server side and add them to the client side. Before you could have them on sub json but I decided to remove them.
2024-12-16XHTTP: Add "scMaxBufferedPosts"v2.4.9mhsanaei
2024-12-16XHTTP: Add "hMaxRequestTimes, hKeepAlivePeriod"MHSanaei
2024-12-11XHTTP: Add "keepAlivePeriod"mhsanaei
2024-12-04Transport: Remove HTTPmhsanaei
Migrated to XHTTP "stream-one" mode.
2024-12-04splithttp to xhttpmhsanaei
2024-12-04WebSocket: Add heartbeatPeriodmhsanaei
2024-11-21XHTTP: noGRPCHeadermhsanaei
2024-11-14SplitHTTP - Modemhsanaei
2024-11-03rename - splithttp to xhttpmhsanaei
2024-10-17splithttp - xmux (change default value)mhsanaei
2024-10-04change name H2 to HTTPmhsanaei
because we also have h3 on it
2024-10-03Show tcpNoDelay only when tcpMptcp is truemhsanaei
2024-10-03maxConcurrency/maxConnections visibilitymhsanaei
2024-10-01update dependenciesmhsanaei
2024-10-01RAW as an alias of TCPmhsanaei
2024-09-24add or remove noisemhsanaei
2024-09-16New - splithttp (xmux)mhsanaei
2024-09-09quic removedmhsanaei
2024-08-19New - Splithttp (xPaddingBytes)mhsanaei
2024-08-11splithttp - change default to accept range (better upload now)mhsanaei
2024-07-29new - splithttp (noSSEHeader)mhsanaei
2024-07-29new - splithttp (scMinPostsIntervalMs)mhsanaei
2024-07-19fixmhsanaei
2024-06-18some changesmhsanaei
undo secret key gen for wireguard
2024-06-18new - splithttp transportmhsanaei
splithttp inbound splithttp outbound change priority host for ws - httpupgrade (host>>headers)
2024-05-24new - sockopt : all features #2293mhsanaei
2024-05-22new - (Sockopt) tcpMptcp , tcpNoDelaymhsanaei
https://xtls.github.io/en/config/transport.html#sockoptobject
2024-04-20UI Improvements (#2228)Tara Rostami
* UI Improvements Better Table Update QR Code Modal Better Info Modal Compression HTML files Better Dropdown Menu Better Calendar and more .. Remove files Minor Fixes
2024-04-02add header for httpupgrademhsanaei
2024-04-01Add host for WSmhsanaei
2024-03-11[sub] random reality paramsMHSanaei
Co-Authored-By: Alireza Ahmadi <alireza7@gmail.com>
2024-03-11New - gRPC AuthorityMHSanaei
2024-03-11New - HttpUpgrade TransportMHSanaei
2024-03-09Minor Fixes (#1992)Tara Rostami
autocomplete max - min for input-number
2024-02-27better design - OCPD ProblemMHSanaei
2024-02-17UI improvements (#1813)Tara Rostami
2024-01-29host name for ws header reqMHSanaei
2024-01-11better view for http headerMHSanaei
2024-01-10reset button for kcp & quicMHSanaei