Niko Marmeladkov Niko · he/him
Niko pushed to main at Niko/niko_trust 2026-08-27 01:11:19 +03:00
1b6a1984c0 docs: QR-LOGIN reverse-mode standard
3bf13fa488 Public SDK packages, proxy-aware rate limits, service login recipe
Compare 2 commits »
Niko pushed to main at Niko/nikovpn_openwrt 2026-08-26 15:23:06 +03:00
9dfe8a770c install.sh: поддержка uclient-fetch (роутеры без curl/wget, напр. filogic-билды)
Niko pushed to main at Niko/nikovpn_openwrt 2026-08-26 12:31:33 +03:00
6520dee876 install.sh: стриминг бинарников сразу в dest без staging в /tmp
Niko pushed to main at Niko/nikovpn_openwrt 2026-08-26 12:14:19 +03:00
e2d5e21ab0 install.sh: pgrep без -x (busybox не матчит полный путь) и добивание процессов вне procd
Niko pushed to main at Niko/nikovpn_openwrt 2026-08-26 12:11:42 +03:00
f0bd9152ef install.sh: tr '[:space:]' -> ' \t\r\n' — старые busybox не знают POSIX-классы и вырезают буквы из кредов
Niko pushed to main at Niko/nikovpn_openwrt 2026-08-26 12:07:45 +03:00
aeb8fd6077 бинарники из релизов репозитория вместо f.n1ko.dev
Niko pushed tag bins to Niko/nikovpn_openwrt 2026-08-26 12:02:24 +03:00
Niko released NikoVPN binaries at Niko/nikovpn_openwrt 2026-08-26 12:02:24 +03:00
Niko pushed to main at Niko/nikovpn_openwrt 2026-08-26 12:02:06 +03:00
c887b77784 nikovpn.py: фиксы выбора протокола и сквозной проверки
Niko pushed to main at Niko/niko_trust 2026-08-26 00:49:36 +03:00
79df689f7a refactor: drop PoW, checkpoint chain, gossip, light node and BFT; keep WS
Niko pushed to main at Niko/niko_trust 2026-08-26 00:44:50 +03:00
f2b929dfbc style: gofmt config.go after rebase
e23a3cab59 refactor: drop PoW, checkpoint chain, gossip, light node and BFT; keep WS
Compare 2 commits »
Niko pushed to main at Niko/niko_trust 2026-08-25 21:31:59 +03:00
b5c0200491 feat: default DataDir to data for object persistence
d957108ac1 feat: YAML config for all server tunables
Compare 2 commits »
Niko created branch main in Niko/_cargo-index 2026-08-25 21:21:10 +03:00
Niko pushed to main at Niko/_cargo-index 2026-08-25 21:21:10 +03:00
24b41c55bc Initialize Cargo Config
Niko pushed to main at Niko/niko_trust 2026-08-25 20:38:50 +03:00
20cc52c3a5 feat: network layer — PoW, checkpoint chain, gossip, light node, WS, delegation, rotation, BFT
Niko pushed to main at Niko/rss 2026-08-18 21:22:10 +03:00
548b22a55f fix(daemon): prevent double-start and process-group leaks
21fc895b0e fix(attach): reset attributes before drawing input line
2ce7c3688c fix input truncation: cols-3, remove scroll-past-end condition, drop min(cols-1) clamp
b6f1850a24 simplify scroll to bash-like: cursor always at far right, no jump at 90%
01d2c4f609 fix scroll at 90%: prevent third condition from undoing threshold scroll
Compare 7 commits »
Niko pushed to main at Niko/rss 2026-07-15 22:12:10 +03:00
4ff0e65e91 rss attach: mini TUI with fixed input line, utf-8, history, resize handling
Niko pushed to main at Niko/rss 2026-07-07 22:36:11 +03:00
e4aea785ee discover daemon state dir from cmdline when environ is unreadable
Niko pushed to main at Niko/rss 2026-07-06 10:46:33 +03:00
032f0ded69 auto-discover daemon state dir from /proc when RSS_STATE_DIR is unset
Niko pushed to main at Niko/rss 2026-07-05 22:34:33 +03:00
27c3d339c6 add --state-dir (-D) flag to persist enabled/logs/pid across reboots