| Age | Commit message (Collapse) | Author |
|
Add a check for scanner.Err() after scanning log lines and return nil if an error occurred. This prevents further processing of potentially incomplete or invalid log entries when the scanner encountered an error.
|
|
Update GetXrayVersions filter to accept Xray releases >= 26.3.10 instead of the previous >= 26.4.17. This changes the conditional in web/service/server.go so releases from 26.3.10 onward are included when building the versions list.
|
|
#4050 #4055
|
|
Update GetXrayVersions in web/service/server.go to select releases newer than 26.4.17 (previously 26.2.6). This relaxes the version filter so releases >= 26.4.17 are included.
|
|
* Fix geosite:ru rule (Normalization to RU vs lowercase ru)
* fix
|
|
|
|
Co-Authored-By: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>
|
|
* feat: enhance geofile update process with conditional GET and modification time handling
* style: improve formatting in UpdateGeofile function
|
|
Bump Xray-core version to v26.1.31 in build scripts and server logic. Update Go dependencies including gopsutil, bytedance/sonic, circl, miekg/dns, go-proxyproto, sagernet/sing, and others to their latest versions. Adjust version check in GetXrayVersions to require at least v26.1.31.
|
|
Raised the minimum required Xray version from 25.9.11 to 26.1.18 in GetXrayVersions. This ensures only newer versions are considered valid.
|
|
* refactor: use any instead of empty interface
* refactor: code cleanup
|
|
GitHub API returns JSON object instead of array when encountering errors
(e.g., rate limit exceeded). This causes JSON unmarshal error:
'cannot unmarshal object into Go value of type []service.Release'
Add HTTP status code check to handle error responses gracefully and
return user-friendly error messages instead of JSON parsing errors.
Fixes issue where getXrayVersion fails with unmarshal error when
GitHub API rate limit is exceeded.
|
|
* fixed timezone in xray logs
* remove leading / at the address
|
|
|
|
|
|
|
|
|
|
https://cwe.mitre.org/data/definitions/78.html
https://owasp.org/www-community/attacks/Command_Injection
|
|
|
|
|
|
|
|
* improved xray logs handling
* fix download Xray Logs
* Update index.html
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* mlkem768
* VlessEnc
|
|
|
|
|
|
* added Update all geofiles button
* localized update all string
|
|
* added filters to xray logs viewer
* better freedom/blackhole tags handling
* better freedom/blackhole tags handling 2
* fix comments
* fix comments 2
|
|
|
|
* added xray access log viewer
* made modal window width adaptive
* hide logs button if xray logs are disabled
|
|
Co-authored-by: Alireza Ahmadi <alireza7@gmail.com>
|
|
|
|
* Fixed get public IP address
* Remove https://ifconfig.io/ip and https://ipinfo.tw/ip
---------
Co-authored-by: Mikhail Grigorev <grigorev_mm@magnit.ru>
|
|
|
|
|
|
|
|
* fix: issue 2953. Restore from .db file fails because
* Update server.go
|
|
solves #2672
Co-authored-by: Sanaei <ho3ein.sanaei@gmail.com>
|
|
|
|
|
|
|
|
|
|
|
|
v1.8.24 and
major >=25.1.1
|
|
accept >= v24.11.30 or v1.8.24
|