telemt/src
Mirotin Artem 80b0ec4091
feat(api): add GET /v1/stats/users/active-ips endpoint
Lightweight endpoint that returns only users with active TCP connections
and their IP addresses. Calls only get_active_ips_for_users() without
collecting recent IPs or building full UserInfo, significantly reducing
CPU and memory overhead compared to /v1/stats/users.
2026-03-26 02:28:19 +03:00
..
api feat(api): add GET /v1/stats/users/active-ips endpoint 2026-03-26 02:28:19 +03:00
config Advanced TLS Fetcher 2026-03-24 09:58:24 +03:00
crypto Format 2026-03-21 15:45:29 +03:00
maestro Advanced TLS Fetcher 2026-03-24 09:58:24 +03:00
network Refactor proxy and transport modules for improved safety and performance 2026-03-21 20:05:07 +04:00
protocol Add comprehensive security tests for proxy functionality 2026-03-21 20:54:13 +04:00
proxy TLS Validator: Unknown SNI as WARN in Log 2026-03-24 21:01:41 +03:00
stats Rustfmt 2026-03-23 20:32:55 +03:00
stream Rustfmt 2026-03-23 20:32:55 +03:00
tests Rustfmt 2026-03-23 20:32:55 +03:00
tls_front Rustks CryptoProvider fixes + Rustfmt 2026-03-24 10:33:06 +03:00
transport Rustks CryptoProvider fixes + Rustfmt 2026-03-24 10:33:06 +03:00
util Format 2026-03-21 15:45:29 +03:00
cli.rs Format 2026-03-21 15:45:29 +03:00
error.rs TLS Validator 2026-03-23 21:58:39 +03:00
ip_tracker.rs Implement aggressive shape hardening mode and related tests 2026-03-21 22:25:29 +04:00
main.rs Rustks CryptoProvider fixes + Rustfmt 2026-03-24 10:33:06 +03:00
metrics.rs Rustfmt 2026-03-23 20:32:55 +03:00
startup.rs Format 2026-03-21 15:45:29 +03:00