Commit graph

197 commits

Author SHA1 Message Date
kastov
dabc0b3623
fix: return master ip logging
Some checks are pending
Build & Push Docker Image / Send TG message (push) Waiting to run
Build & Push Docker Image / Build linux/amd64 (push) Waiting to run
Build & Push Docker Image / Build linux/arm64 (push) Waiting to run
Build & Push Docker Image / Merge & push manifest (push) Blocked by required conditions
Build & Push Docker Image / Send TG message-1 (push) Blocked by required conditions
Build & Push Docker Image / notify-on-error (push) Blocked by required conditions
2026-06-23 19:31:37 +03:00
kastov
355349d746
refactor: streamline request processing logic in XrayService
Some checks failed
Build & Push Docker Image / Send TG message (push) Has been cancelled
Build & Push Docker Image / Build linux/amd64 (push) Has been cancelled
Build & Push Docker Image / Build linux/arm64 (push) Has been cancelled
Build & Push Docker Image / Merge & push manifest (push) Has been cancelled
Build & Push Docker Image / Send TG message-1 (push) Has been cancelled
Build & Push Docker Image / notify-on-error (push) Has been cancelled
2026-06-18 04:51:12 +03:00
kastov
2db7c5a575
refactor: improve start message formatting and remove unused dependencies 2026-06-18 04:30:12 +03:00
kastov
da49385510
refactor: replace supervisrd with s6-overylay 2026-06-18 04:07:30 +03:00
kastov
c9fe70c8bf
refactor: network monitoring 2026-06-18 01:03:42 +03:00
kastov
6205fc1ae0
refactor: update HTTPS options to include minimum TLS version
Some checks are pending
Build & Push Docker Image / Send TG message (push) Waiting to run
Build & Push Docker Image / Build Dev Image (push) Waiting to run
Build & Push Docker Image / Send TG message-1 (push) Blocked by required conditions
Build & Push Docker Image / notify-on-error (push) Blocked by required conditions
2026-06-14 19:24:14 +03:00
kastov
6a4154fc05
refactor: use abstract unix socket in internal webserver 2026-05-11 02:16:25 +03:00
kastov
a5acdeb288
refactor: improve error handling and logging in XrayService 2026-05-10 23:16:08 +03:00
kastov
6ecd7ad181
refactor: enhance error logging 2026-05-10 22:52:36 +03:00
kastov
54ec995be1
refactor: simplify startXray method by removing IP parameter and enhancing logging 2026-05-10 22:32:16 +03:00
kastov
94d44b434c
chore: update p-retry 2026-05-10 22:11:12 +03:00
kastov
9b40f82101
refactor: improve logging for Xray internal status checks with elapsed time tracking 2026-05-10 21:53:41 +03:00
kastov
957dd524d2
refactor: optimize Xray internal status check and adjust retry parameters 2026-05-10 21:25:04 +03:00
kastov
53f62f8793
refactor: enhance logging in InternalService for user extraction process 2026-05-10 21:03:41 +03:00
kastov
2990f5caa5
refactor: xray api configuration 2026-05-10 20:23:52 +03:00
kastov
0c3542b1e5
chore: remove unused functions 2026-05-10 19:58:53 +03:00
kastov
f9d586ee3b
chore: refactor Dockerfile for build process and update package dependencies 2026-05-10 19:12:12 +03:00
kastov
31bb654a38
feat: append random string to xtls-api abstract unix socket 2026-05-08 16:57:00 +03:00
kastov
01d7e815a6
feat: move Xray gRPC API to abstract socket 2026-05-03 19:07:56 +03:00
kastov
291f5741b6
refactor: remove vision module and related commands, routes, and controllers 2026-04-22 17:36:30 +03:00
kastov
ca3954a50d
chore: update dependencies and refactor getUsersIpList method in StatsService 2026-04-11 22:56:55 +03:00
kastov
4102ee4b0f
chore: set process title to 'rw-node' in main.ts 2026-04-10 18:44:07 +03:00
kastov
94a93349cc
refactor: replace static DB_PATH with constant ASN_LMDB_PATH 2026-03-30 18:21:03 +03:00
kastov
adf91312fc
feat: integrate ASN LMDB support with new service and queries 2026-03-30 18:20:46 +03:00
kastov
652634d41d
fix: missing if 2026-03-21 20:41:40 +03:00
kastov
20c1dfe2fa
feat: add BaseHysteriaUser schema and related handling in add-user and add-users commands 2026-03-21 20:40:41 +03:00
kastov
5d19a10331
chore: update nftables-napi to version 0.4.2 in package.json and package-lock.json; expand default ignored IPs set 2026-03-21 07:48:13 +03:00
kastov
8f52324ecc
feat: add memoryUsed to system stats schema and calculation 2026-03-16 22:23:05 +03:00
kastov
e6f72e98fd
feat: add load average to system stats schema and retrieval function 2026-03-16 22:21:27 +03:00
kastov
02705ce122
fix: correct timestamp calculation in network stats service 2026-03-16 18:02:03 +03:00
kastov
57c8a9de55
feat: enhance system stats schema with network interface details 2026-03-16 17:59:00 +03:00
kastov
db55dbf9ba
refactor: system stats handling to use new schemas 2026-03-15 21:14:57 +03:00
kastov
9d0597fdd8
refactor: reorganize system stats retrieval for improved error handling 2026-03-15 19:32:43 +03:00
kastov
cf5db3dae4
refactor: update system stats handling 2026-03-15 19:21:52 +03:00
kastov
5aa7e0e78d
feat: update plugin service to replace blacklist with ingress filter 2026-03-15 08:05:48 +03:00
kastov
1b7b3f67e7
refactor: hash 2026-03-15 05:39:45 +03:00
kastov
fb053e0bf7
fix: hash 2026-03-15 05:12:11 +03:00
kastov
fdc1bd3c0c
feat: log old and new tags hash for torrent-blocker in plugin service 2026-03-15 05:02:50 +03:00
kastov
27138fe313
feat: add egress filter functionality to plugin service and update related constants and interfaces 2026-03-15 03:26:58 +03:00
kastov
4fb0021b98
fix: reduce webhook deduplication time from 30 to 5 seconds in XRAY configuration 2026-03-09 23:27:05 +03:00
kastov
3e5157f7ca
refactor: getUsersIpList method 2026-03-09 22:21:41 +03:00
kastov
145cbba450
fix: correct online user ID extraction logic in StatsService 2026-03-09 21:34:47 +03:00
kastov
73d8fb2497
feat: get all users ips 2026-03-09 17:40:35 +03:00
kastov
18635eae4a
feat: enhance IP handling in connection drop and torrent blocker states to include default ignored IPs 2026-03-08 20:15:32 +03:00
kastov
316aa903d8
fix: plugin sync 2026-03-08 19:07:41 +03:00
kastov
9d3319216c
chore: update @nestjs packages and other dependencies; refactor torrent blocker state management and API config generation 2026-03-08 18:48:42 +03:00
kastov
739fe84c6e
fix: encode Shadowsocks2022 user password in base64 format before sending to API 2026-03-06 09:35:42 +03:00
kastov
89489a8dd7
feat: add support for shadowsocks22 user type in add-user and add-users commands 2026-03-06 07:09:15 +03:00
kastov
f021269cdf
refactor: update cipherType assignment in handler service to use item value 2026-03-06 06:40:12 +03:00
kastov
e00dabf744
refactor: replace cipherType and ivCheck with default values in handler service 2026-03-06 06:34:34 +03:00