3x-ui/xray
MHSanaei f315ed269e
refactor(traffic): drop all-time traffic tracking
Removes the AllTime field from Inbound and ClientTraffic and migrates
existing DBs by dropping the all_time columns on startup. The counter
duplicated up+down without adding signal, and the per-event accumulator
ran on every traffic write.

Frontend: drop the All-time column from the inbound list and the
client-row table, the All-time row from the client info modal, and the
All-Time Total Usage tile from the inbounds summary card. The
allTimeTraffic/allTimeTrafficUsage i18n keys are removed across every
locale.

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
2026-05-17 09:01:04 +02:00
..
api.go avoid reset in QueryStatsRequest (#4202) 2026-05-10 10:59:42 +02:00
client_traffic.go refactor(traffic): drop all-time traffic tracking 2026-05-17 09:01:04 +02:00
config.go Remove streamSettings for protocols that don't support it 2026-05-14 23:18:23 +02:00
inbound.go Remove streamSettings for protocols that don't support it 2026-05-14 23:18:23 +02:00
log_writer.go v3 2026-05-10 02:13:42 +02:00
process.go fix(xray): implement graceful shutdown for xray process and add tests (#4259) 2026-05-11 14:11:40 +02:00
process_test.go fix(xray): implement graceful shutdown for xray process and add tests (#4259) 2026-05-11 14:11:40 +02:00
traffic.go docs: add comments for all functions 2025-09-20 09:35:50 +02:00