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-09-20docs: add comments for all functionsmhsanaei
2025-09-19go package correction v2mhsanaei
2025-09-19go package correctionmhsanaei
2025-09-14windows: error filtermhsanaei
2025-07-10fix writeCrashReport() typo (#3218)Danilo Nascimento
2025-03-13xray log - minor changemhsanaei
2025-03-10Xray log: show failed on error log levelmhsanaei
2025-03-10bug fix - xray logmhsanaei
2024-12-04fix crash reportmhsanaei
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-02-19some changesMHSanaei
Co-Authored-By: Alireza Ahmadi <alireza7@gmail.com>
2024-02-17[logs] new bug-free log_writerMHSanaei
Co-Authored-By: Alireza Ahmadi <alireza7@gmail.com>
2024-02-04bug fix log_writerMHSanaei
+ notice log level Co-Authored-By: Alireza Ahmadi <alireza7@gmail.com>
2024-01-10fix log writer crashMHSanaei
Co-Authored-By: Alireza Ahmadi <alireza7@gmail.com>
2023-12-10[logs] combine with xray logs #1300Alireza Ahmadi