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/xray
AgeCommit message (Collapse)Author
2025-02-04revert group management (#2656)Sanaei
* Revert "json post base path bug fixed (#2647)" This reverts commit 04cf250a547bb64265d256e7d15af7cea5ecfa67. * Revert "Group Management of Subscription Clients" * Revert "fix getSubGroupClients for enable/disable and edit clients." * Revert "Enhance database initialization in db.go (#2645)" This reverts commit 66fe84181b9c4e2f6c6be943a7f486b4308c32ff. * Revert "Add checkpoint handling in CloseDB function (#2646)" This reverts commit 4dd40f6f192e3f94f2ea4fe9e942e6663b5a1527. * Revert "Improved database model migration and added indexing (#2655)" This reverts commit b922d986d6783ce28d00ca948024dee44a11f29e.
2025-02-03Improved database model migration and added indexing (#2655)Zahar Izmailov
2024-12-04fix crash reportmhsanaei
Co-Authored-By: Alireza Ahmadi <alireza7@gmail.com>
2024-11-21Core crash reportmhsanaei
Co-Authored-By: Alireza Ahmadi <alireza7@gmail.com>
2024-11-13Xray-core v24.11.11mhsanaei
2024-09-16New - Allocatemhsanaei
2024-07-23fix bug for nil pointer (#2438)yeer
2024-07-09improved - message logsmhsanaei
2024-07-04Optimize XrayAPI functionality and structuremhsanaei
2024-07-01grpc.Dial is deprecated: use NewClient insteadmhsanaei
2024-04-01[log] add exit codemhsanaei
Co-Authored-By: Alireza Ahmadi <alireza7@gmail.com>
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-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-05[IPLimit] Optimize + Debian 12 compabilitysomebodywashere
2024-02-21[sub] json + fragmentMHSanaei
Co-Authored-By: Alireza Ahmadi <alireza7@gmail.com>
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-10some log changes (#1789)somebodywashere
* some logs changes * removed some empty lines
2024-02-04bug fix log_writerMHSanaei
+ notice log level Co-Authored-By: Alireza Ahmadi <alireza7@gmail.com>
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-10fix log writer crashMHSanaei
Co-Authored-By: Alireza Ahmadi <alireza7@gmail.com>
2024-01-03socks5 proxy option added to telegram bot settings (#1500)Saeid
* socks5 option added to telegram bot settings * update socks5 proxy settings translations
2024-01-01Major changes to tgbot, also small changes for panel (#1463)somebodywashere
* Reduce outage time on Xray errors * Improved logs clearing, added previous logs File name change: 3xipl-access-persistent.log -> 3xipl-ap.log All previous logs have .prev suffix * Preparations for tgbot additions * [tgbot] Improvements, Additions and Fixes * Changed interaction with Expire Date for Clients * Added more info and interactions with Online Clients * Added a way to get Ban Logs (also added them to backup) * Few fixes and optimizations in code * Fixed RU translation * [tgbot] More updates and fixes * [tgbot] Quick Fix * [tgbot] Quick Fix 2 * [tgbot] Big Updates Added Notifications for Clients throught Tgbot (when Expire) Added compability for Usernames both w/wo @ Added more buttons overall for admins * [tgbot] Fixes * [tbot] Fixes 2 * [tgbot] Removed usernames support for Notifications to work * [tgbot] Fix * [tgbot] Fix Notify * [tgbot] small fixes * [tgbot] replyMarkup only for last message on big messages * [tgbot] Fixed last message is empty * [tgbot] Fix messages split
2023-12-10[logs] combine with xray logs #1300Alireza Ahmadi
2023-12-04auto renew feature #1286Alireza Ahmadi
2023-12-04online users backend #1286Alireza Ahmadi
2023-10-18remove iran.datMHSanaei
so after this you need to click on "reset to default configuration"
2023-08-29[ss] fix adding ietf clients by apiMHSanaei
Co-Authored-By: Alireza Ahmadi <alireza7@gmail.com>
2023-08-09add panel usage to main pageMHSanaei
2023-08-08Add iran.dat when updating xray (#870)Hamidreza
we can download iran.dat, because it's one of the required files in our settings
2023-07-27full multiuser shadowsocksMHSanaei
full multiuser shadowsocks + fix logs after api changes Co-Authored-By: Alireza Ahmadi <alireza7@gmail.com>
2023-07-27[api] fix actions for shadowsocksMHSanaei
Co-Authored-By: Alireza Ahmadi <alireza7@gmail.com>
2023-07-27because of #815 now we can use XTLS/Xray-coreMHSanaei
change MHSanaei/Xray-core to XTLS/Xray-core
2023-07-18[feature] using xray API for inboundMHSanaei
Co-Authored-By: Alireza Ahmadi <alireza7@gmail.com>
2023-07-01🚀 Some improvements for x-ui.sh and ip job (#665)Hamidreza
2023-06-16gracefully shutdown xray-coreMHSanaei
Co-Authored-By: Alireza Ahmadi <alireza7@gmail.com>
2023-06-13removed - alterIdMHSanaei
https://github.com/XTLS/Xray-core/pull/2199 https://github.com/XTLS/Xray-core/commit/9112cfd39c2105d5b513275f9659b26e92fa7b67
2023-06-05[feature] using xray api and moreMHSanaei
Improve DB performance [api] backward compatibility: add client by update Co-Authored-By: Alireza Ahmadi <alireza7@gmail.com>
2023-06-03some changesMHSanaei
ip limit method back to v1.6.0 method remove event on getDBClientIps better show ip on log (",\n")
2023-05-25change blockedips to AllowedIpsMHSanaei
now only those IPs that are allowed are able to establish a connection; other connections are dropped it will happen every 10 sec after user offline that IPs will be removed from AllowedIps
2023-05-23a lot of improvementMHSanaei
2023-05-23Fix deprecated gRPC Dial options for Insecure connectionsMHSanaei
2023-05-13spin only in reload timeMHSanaei
Co-Authored-By: Alireza Ahmadi <alireza7@gmail.com>
2023-04-28Revert "grpc.WithInsecure is deprecated"MHSanaei
This reverts commit 0b896d9c31a38e6498992aeb61b19f6d93219f0a.
2023-04-27grpc.WithInsecure is deprecatedMHSanaei
2023-04-21update iran.dat from xray zipHamidreza Ghavami
2023-04-13update get paths functionsHamidreza Ghavami
2023-02-28ip limit + export linksMHSanaei
2023-02-18update pack 2MHSanaei