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/web
AgeCommit message (Collapse)Author
2024-07-29new - splithttp (noSSEHeader)mhsanaei
2024-07-29new - splithttp (scMinPostsIntervalMs)mhsanaei
2024-07-23API - Get client's traffic By IDmhsanaei
Co-Authored-By: Hassan Ali Gilani <mr.ajaxian@gmail.com>
2024-07-19fixmhsanaei
2024-07-16Xray core v1.8.18mhsanaei
2024-07-15[warp] enhanced + delete optionmhsanaei
Co-Authored-By: Alireza Ahmadi <alireza7@gmail.com>
2024-07-15fallback outbound in balancermhsanaei
Co-Authored-By: Alireza Ahmadi <alireza7@gmail.com>
2024-07-15disable mux for vision flowmhsanaei
Co-Authored-By: Alireza Ahmadi <alireza7@gmail.com>
2024-07-15fix domain validatormhsanaei
Co-Authored-By: Alireza Ahmadi <alireza7@gmail.com>
2024-07-15fix observatory datamhsanaei
Co-Authored-By: Alireza Ahmadi <alireza7@gmail.com>
2024-07-15safe loginmhsanaei
Co-Authored-By: Alireza Ahmadi <alireza7@gmail.com>
2024-07-14default - alpn h3, utls randommhsanaei
2024-07-14Refactor HttpUtil and Msg: optimize methodsmhsanaei
2024-07-13date format - jalalianmhsanaei
2024-07-09fix wrong splithttp default (#2433)mmmray
This default is defined as 1MB, but maxUploadSize is to be specified in bytes. This confusion could've come from poorly written documentation in xray, but it has been updated. in general I wish that panels would not set defaults at all and instead just omit parameters (in sharelinks, inbounds, ...) that the user didn't set explicitly. If I want to change the defaults in xray's codebase, it seems that all the panels will have to update the default too. I see marzban doing the same kind of things.
2024-07-09improved - message logsmhsanaei
2024-07-08axios v1.7.2mhsanaei
2024-07-08Expand arch support in downloadXRaymhsanaei
2024-07-07Typo fixedmhsanaei
2024-07-05change session namemhsanaei
2024-07-04some changesmhsanaei
2024-07-04unnecessary logmhsanaei
2024-07-04typomhsanaei
2024-07-03tgbot - login notify (show password for failed login)mhsanaei
2024-07-01pageSize default to 50mhsanaei
2024-06-24ensure file existsmhsanaei
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-06-17ipLimitEnable for ip logmhsanaei
2024-06-17check error in remove by core-apimhsanaei
Co-Authored-By: Alireza Ahmadi <alireza7@gmail.com>
2024-06-17gopsutil v4mhsanaei
2024-06-12Outbound - UoTVersion for SSmhsanaei
2024-06-07{fix} outbound - wireguardmhsanaei
2024-06-07Outbound - Correct parameter order in Grpc #2270 #2348mhsanaei
Co-Authored-By: Amir Hossein Jeddi <seriousmvs@gmail.com>
2024-05-28minor changesmhsanaei
2024-05-28new - vCPUsmhsanaei
2024-05-25Add CLI to set panel cert (#2305)Maisam
* Add webBasePath update feature to CLI * Add certificate setting update to CLI * Revert "Add certificate setting update to CLI" This reverts commit 2a937d59d7c1f3edeb66782a4b235bafc89dfff6. * Add certificate setting update to CLI (cherry picked from commit 2a937d59d7c1f3edeb66782a4b235bafc89dfff6)
2024-05-25Add webBasePath update feature to CLI (#2300)Maisam
2024-05-24new - (TLS) Session Resumptionmhsanaei
2024-05-24new - sockopt : all features #2293mhsanaei
2024-05-24feat: Enhance host extraction from headers (#2292)Ahmad Thoriq Najahi
- Refactor SUBController subs and subJsons methods to extract host from X-Forwarded-Host header, falling back to X-Real-IP header and then to the request host if unavailable. - Update html function to extract host from X-Forwarded-Host header, falling back to X-Real-IP header and then to the request host if unavailable. - Update DomainValidatorMiddleware to first attempt to extract host from X-Forwarded-Host header, falling back to X-Real-IP header and then to the request host. Fixes: #2284 Signed-off-by: Ahmad Thoriq Najahi <najahi@zephyrus.id>
2024-05-23Add X-Real-IP Support for Client IP (login page)mhsanaei
2024-05-22new - (Sockopt) tcpMptcp , tcpNoDelaymhsanaei
https://xtls.github.io/en/config/transport.html#sockoptobject
2024-05-22Ensure IPv6 compliant hostmhsanaei
Co-Authored-By: vnxme <46669194+vnxme@users.noreply.github.com>
2024-05-22new - (TLS) disable System Rootmhsanaei
2024-05-22new - Cert (TLS-XTLS) - oneTimeLoading , usagemhsanaei
2024-05-16bug fix - bulk Telegram ChatIDmhsanaei
2024-05-14feat(tgbot): Add refresh button to server usage (#2253)Ahmad Thoriq Najahi
- Added a refresh button to the server usage interface to allow users to refresh the displayed information. - Updated the sendReport function to use the sendServerUsage function instead of getServerUsage to ensure consistency in functionality. Signed-off-by: Ahmad Thoriq Najahi <najahi@zephyrus.id>
2024-05-09[fix] always serve panel even if xray failed to run (#2248)Hamidreza
2024-05-08[dns] skipFallback optionmhsanaei
Co-Authored-By: Alireza Ahmadi <alireza7@gmail.com>