| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2026-05-05 | ws/inbounds: realtime fixes + perf for 10k+ client inbounds (#4123)HEADmain | lolka1333 | |
| * ws/inbounds: realtime fixes + perf for 10k+ client inbounds - hub: dedup, throttle, panic-restart, deadlock fix, race tests - client: backoff cap + slow-retry instead of giving up - broadcast: delta-only payload, count-based invalidate fallback - filter: fix empty online list (Inbound has no .id, use dbInbound.toInbound) - perf: O(N²)→O(N) traffic merge, bulk delete, /setEnable endpoint - traffic: monotonic all_time + UI clamp + propagate in delta handler - session: persist on update/logout (fixes logout-after-password-change) - ui: protocol tags flex, traffic bar normalize * Remove hub_test.go file * fix: ws hub, inbound service, and frontend correctness - propagate DelInbound error on disable path in SetInboundEnable - skip empty emails in updateClientTraffics to avoid constraint violations - use consistent IN ? clause, drop redundant ErrRecordNotFound guards - Hub.Unregister: direct removeClient fallback when channel is full - applyClientStatsDelta: O(1) email lookup via per-inbound Map cache - WS payload size check: Blob.size instead of .length for real byte count * fix: chunk large IN ? queries and fix IPv6 same-origin check * fix: chunk large IN ? queries and fix IPv6 same-origin check * fix: unify clientStats cache, throttle clarity, hub constants * fix(ui): align traffic/expiry cell columns across all rows * style(ui): redesign outbounds table for visual consistency * style(ui): redesign routing table for visual consistency * fix: * fix: * fix: * fix: * fix: * fix: font * refactor: simplify outbound tone functions for consistency and maintainability --------- Co-authored-by: lolka1333 <test123@gmail.com> | |||
| 2026-04-20 | v2.9.0v2.9.0 | MHSanaei | |
| 2026-04-20 | Centralize session options and adjust cookies | MHSanaei | |
| Configure session cookie options centrally in initRouter and remove per-login MaxAge handling. Deleted SetMaxAge helper and its use in the login flow; session.Options are now applied once using basePath with HttpOnly and SameSite defaults, and MaxAge is set only when the stored setting is available and >0. Also make CookieManager.setCookie treat exdays as optional (only add expires when provided) and stop using a hardcoded 150-day expiry for the lang cookie in the JS language manager. Co-Authored-By: Alireza Ahmadi <alireza7@gmail.com> | |||
| 2025-09-20 | docs: add comments for all functions | mhsanaei | |
| 2025-09-19 | go package correction v2 | mhsanaei | |
| 2025-09-19 | go package correction | mhsanaei | |
| 2025-09-12 | cookie: MaxAge | mhsanaei | |
| and minor changes | |||
| 2024-12-16 | fix session | MHSanaei | |
| twice set-cookie bug fixed | |||
| 2024-08-06 | fix session | mhsanaei | |
| 2024-07-16 | Xray core v1.8.18 | mhsanaei | |
| 2024-07-05 | change session name | mhsanaei | |
| 2024-04-21 | gin-contrib v1.0.0 | mhsanaei | |
| 2024-03-11 | Some 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 | |||
| 2023-06-25 | change gin-contrib to Calidity | MHSanaei | |
| its just a fork for gin-contrib | |||
| 2023-04-25 | [feature] add login session timeout | MHSanaei | |
| Co-Authored-By: Alireza Ahmadi <alireza7@gmail.com> | |||
| 2023-02-09 | 3x-ui | MHSanaei | |
