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
2024-08-06default settingmhsanaei
2024-07-23API - Get client's traffic By IDmhsanaei
Co-Authored-By: Hassan Ali Gilani <mr.ajaxian@gmail.com>
2024-07-15[warp] enhanced + delete optionmhsanaei
Co-Authored-By: Alireza Ahmadi <alireza7@gmail.com>
2024-07-09improved - message logsmhsanaei
2024-07-08Expand arch support in downloadXRaymhsanaei
2024-07-07Typo fixedmhsanaei
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-17check error in remove by core-apimhsanaei
Co-Authored-By: Alireza Ahmadi <alireza7@gmail.com>
2024-06-17gopsutil v4mhsanaei
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-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-04-29feat(tgbot): Add `xray-core` version into server status (#2236)Ahmad Thoriq Najahi
Signed-off-by: Ahmad Thoriq Najahi <najahi@zephyrus.id>
2024-04-21fix empty client ID on requestmhsanaei
Co-Authored-By: Alireza Ahmadi <alireza7@gmail.com>
2024-04-05Convert string tgId to int64 on Migratesomebodywashere
2024-04-02telego v0.29.2mhsanaei
2024-04-02tgbot - fix chatidmhsanaei
2024-04-01avoid empty client idmhsanaei
Co-Authored-By: Alireza Ahmadi <alireza7@gmail.com>
2024-03-21Small fixes (#2106)somebodywashere
2024-03-15Fixed unnecessary Xray restarts in Tgbotsomebodywashere
2024-03-13[iplimit] fix access log path in settings service (#2044)Hamidreza
* [iplimit] fix access log path in settings service better to avoid hardcoding the access log path to enhance flexibility. not all users prefer the default './access.log' * [iplimit] fix iplimit
2024-03-12ip limit only if log is availableAlireza Ahmadi
2024-03-12bug fix - remove secretMHSanaei
2024-03-12[subJson] add mux and directMHSanaei
Co-Authored-By: Alireza Ahmadi <alireza7@gmail.com>
2024-03-12minor changesMHSanaei
Co-Authored-By: somebodywashere <68244480+somebodywashere@users.noreply.github.com>
2024-03-11avoid empty client idMHSanaei
Co-Authored-By: Alireza Ahmadi <alireza7@gmail.com>
2024-03-11[xray] add BurstObservatory + minor changesMHSanaei
Co-Authored-By: Alireza Ahmadi <alireza7@gmail.com>
2024-03-11Some fixes and improvements (#1997)Hamidreza
* [refactor] api controller * [fix] access log path better to not hardcode the access log path, maybe some ppl dont want to use the default ./access.log * [fix] set select options from logs paths in xray settings * [update] .gitignore * [lint] all .go files * [update] use status code for jsonMsg and 401 to unauthorize * [update] handle response status code via axios * [fix] set correct value if log paths is set to 'none' we also use the default value for the paths if its set to none * [fix] iplimit - only warning access log if f2b is installed
2024-03-10default config domainStrategyMHSanaei
2024-03-02Enhance CheckClientIpJob #1964MHSanaei
2024-02-27Update inbound.go (#1925)Ikko Eltociear Ashimine
Clinet -> Client
2024-02-23minor changesMHSanaei
Co-Authored-By: Alireza Ahmadi <alireza7@gmail.com> Co-Authored-By: Tara Rostami <132676256+TaraRostami@users.noreply.github.com>
2024-02-21bug fix #1595MHSanaei
2024-02-21[sub] json + fragmentMHSanaei
Co-Authored-By: Alireza Ahmadi <alireza7@gmail.com>
2024-02-18[xray] option error logMHSanaei
2024-02-18minor changesMHSanaei
2024-02-17tgbot - Telegram api 7.1 changesMHSanaei
2024-02-07add outbound traffic reset (#1767)surbiks
2024-02-04xray config - statsOutboundv2.1.3MHSanaei
2024-02-04v2.1.3MHSanaei
2024-02-04Fix tgbot - document upload issue for empty ban logsMHSanaei
2024-02-04fix tgbot - no warning for empty socks5MHSanaei
2024-02-04new - select option for loglevel & access logMHSanaei
2024-01-29Show outbound traffic in outbounds table (#1711)Saeid
* store outbound traffic in database * show outbound traffic in outbounds table * add refresh button
2024-01-29bug fix - traffic limit tbbotMHSanaei
2024-01-26unnecessary use of fmt.SprintfMHSanaei