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/job
AgeCommit message (Collapse)Author
2025-01-21Group Management of Subscription Clients (#2644)Ali Rahimi
* add group user with the same subscription id to all inbounds * code format compare * add await for reset client traffic * en language changed * added client traffic syncer job * handle exist email duplicate in sub group * multi reset and delete request for clients group * add client traffic syncer setting option * vi translate file updated * auto open qr-modal bug fixed
2025-01-05iplimit: ipRegex improvedmhsanaei
When the client has MUX enabled, a TCP or UDP prefix appears before the IP address. We initially weren’t aware of this behavior, but we have now resolved the issue.
2024-12-16improve iplimitMHSanaei
2024-10-28iplimit - accept all email formatmhsanaei
2024-09-24Iplimit - warning improvedmhsanaei
2024-09-12Iplimit - improvedmhsanaei
Ensure accurate extraction of email. Access logs are needed when the IP limit feature is active.
2024-09-09remove warning for access logmhsanaei
because you can't see the iplimit when there is no path for access log :D
2024-09-05iplimit - ipv6 supportmhsanaei
2024-07-19fixmhsanaei
2024-07-09improved - message logsmhsanaei
2024-06-24ensure file existsmhsanaei
2024-06-17gopsutil v4mhsanaei
2024-03-20Fix clear logs job (#2090)somebodywashere
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-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] Added check for accessLogPathsomebodywashere
2024-03-05[IPLimit] Optimize + Debian 12 compabilitysomebodywashere
2024-03-02Enhance CheckClientIpJob #1964MHSanaei
2024-02-21Create directory for IPLimit files if needed (#1852)somebodywashere
2024-02-18minor changesMHSanaei
2024-02-10some log changes (#1789)somebodywashere
* some logs changes * removed some empty lines
2024-02-10clear log hourly if !j.hasLimitIp and "./access.log" existMHSanaei
2024-02-06fix - Ensure logs are not null in show method #1763MHSanaei
2024-02-04IPLimit - IPv4 Extraction SimplificationMHSanaei
2024-02-04new - select option for loglevel & access logMHSanaei
2024-02-03This modification uses a Scanner to read the file line by line, which can be ↵Mehdi Khodayari
more memory-efficient for large files. (#1736)
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-21minor changesMHSanaei
disAllowedIps doesn't show on debug if there is no ip change copy to clipboard to export inbound
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-09-01check fail2ban installed or notMHSanaei
2023-08-26[db] Enbancement add traffic fully transactionalMHSanaei
Co-Authored-By: Alireza Ahmadi <alireza7@gmail.com>
2023-08-09add panel usage to main pageMHSanaei
2023-08-01IP Limit Tweaks to reduce false bans (#850)somebodywashere
* IP Limit Tweaks to reduce false bans 1) Check IPs every 10s instead of 20s 2) F2B jail: maxretry 3 -> 4, findtime 100 -> 60 * USERS SHOULD UPDATE BANTIME ONCE AFTER UPDATE to recreate jail for Ip Limit
2023-07-26No reason to write to BlockedIPs (#815)somebodywashere
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-24Added IP Limit Management to x-ui menu, Tweaked IP Limit to check every 20s ↵somebodywashere
(#615) Co-authored-by: Hamidreza <70919649+hamid-gh98@users.noreply.github.com> Co-authored-by: Ho3ein <ho3ein.sanaei@gmail.com>
2023-06-16new - loglevel (#612)Ho3ein
2023-06-16fix warning when there is no access.logMHSanaei
after this if limitip is 0 and there is no access.log on xray config you don't see this warning access.log doesn't exist in your config.json ------------- better view on ip log ------------- update dependencies
2023-06-15Removed ipLimit from the panel, changed the code to work with fail2ban (#580)somebodywashere
* Logging for fail2ban service Removed limitDevice and other unnecessary functions * Logging for fail2ban service Removed limitDevice and other unnecessary functions * fixed shouldCleanLog * last fix * reduced ip limit detection frequency to 30 sec (less logging, more precise) changed maxretry in fail2ban jail config to 2 to fit above * fixed check delay * added 5 seconds delay before cleaning logs
2023-06-08access.log #571MHSanaei
access.log will be clear only when limitip is not 0
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-23bug fix - limit ipMHSanaei
2023-05-21Update tgbot locale + add I18nBotHamidreza Ghavami
2023-05-20FIX callback query and BUTTON_DATA_INVALID error with hashStorageHamidreza Ghavami
2023-04-28Update check_client_ip_job.goMHSanaei
2023-04-13update and rename client ip job fileHamidreza Ghavami
2023-03-25bug fixed (extra enter on client_email)MHSanaei