Commit Graph

  • 0b100ee2c9 Update version from 2.0 to 2.2 in README test anten-ka 2026-03-30 15:06:28 +03:00
  • a62063fe1c Replace Unicode box frames with ASCII stars - consistent width in all terminals alfa-v2 anten-ka 2026-03-22 17:14:38 +03:00
  • 4a2ce02d33 Fix all box frames: aligned to consistent 54-char inner width anten-ka 2026-03-22 17:11:15 +03:00
  • 3b7765124a Simplify bot: single Chat ID, remove multi-admin, auto-detect without Enter (polls 30s) anten-ka 2026-03-22 16:58:02 +03:00
  • d25da45fcd Revert bot_daemon to proven working loop (no poll_cycle/TSV), keep multi-admin and config re-source anten-ka 2026-03-22 16:38:34 +03:00
  • 9fcee1d985 Fix bot crash: pipefail+echo|jq killed daemon, add || true; replace sed with while-read in save_config_val anten-ka 2026-03-22 15:01:07 +03:00
  • ca8cd07f24 Fix bot daemon: revert herestring to echo|jq (herestring unreliable in systemd context) anten-ka 2026-03-22 14:45:07 +03:00
  • dde0152786 Fix: bot daemon re-reads config each poll cycle so new admins work without restart anten-ka 2026-03-22 14:38:08 +03:00
  • 53069905f2 Fix bot_add_admin: was skipping add when BOT_CHAT_ID empty because is_bot_admin returned true for everyone anten-ka 2026-03-22 14:15:26 +03:00
  • 94006fe104 Fix bot_auto_chatid: disable+stop daemon to prevent Restart=always from stealing updates anten-ka 2026-03-22 14:07:36 +03:00
  • 0b6c6875cf Skip license check if already installed (gowarp exists or config present) anten-ka 2026-03-22 13:59:38 +03:00
  • 6fe5cf2540 Show all containers with number and uptime in main menu and bot anten-ka 2026-03-22 13:53:35 +03:00
  • 7c7364f501 Fix container selector formatting: strip CR, simplify layout, no ANSI in brackets anten-ka 2026-03-22 13:51:53 +03:00
  • 195345d6f4 Bot multi-container: container selector in cl, cc:* handler, rc restarts all, back to containers button anten-ka 2026-03-22 13:46:04 +03:00
  • 796de24e92 Move container check into AmneziaWG section (p.8), renumber: 9=bot, 10=promo, 11=info, 12=uninstall anten-ka 2026-03-22 13:37:06 +03:00
  • 71e386cdec Fix multi-container: install WARP on ALL containers, always show container selector, discover without overwriting CONTAINER anten-ka 2026-03-22 13:25:50 +03:00
  • 061e5c190d Optimize bot_daemon: 2 jq calls via herestring instead of 8+ echo|jq forks, separate poll_cycle for local cleanup anten-ka 2026-03-22 13:09:57 +03:00
  • 0e80e94dd7 v2.2: multi-admin bot, improved chat ID detect, multi-container AWG v1+v2, container check menu anten-ka 2026-03-22 12:52:58 +03:00
  • 767201a6ce Revert MTU to 1280 for maximum stability, keep MSS clamping anten-ka 2026-03-22 12:32:55 +03:00
  • 6ff27a8bd9 Fix YouTube hangs: MTU 1280->1380, add MSS clamping (TCPMSS --clamp-mss-to-pmtu) for warp interface anten-ka 2026-03-22 12:31:36 +03:00
  • 27133e3cf9 Fix: escape client names in bot JSON keyboard to prevent malformed JSON anten-ka 2026-03-20 18:49:07 +03:00
  • 25665a1331 Fix: revert save_clients to heredoc (pipe was unreliable), remove warp interface guard from apply_rules anten-ka 2026-03-20 18:24:02 +03:00
  • fe934267ac Fix AWG client rules: sleep after wg-quick up, safe save via pipe, skip rules if warp not up anten-ka 2026-03-20 18:18:37 +03:00
  • 29048e6f83 v2.1: optional routing text, full promo codes, bot wizard, upgrade compat, 3-cycle audit fixes anten-ka 2026-03-20 17:49:40 +03:00
  • a0cc78cb1a Fix 3X-UI guide: show UI form fields instead of raw JSON, step-by-step with field names anten-ka 2026-03-20 17:28:21 +03:00
  • dacfba7f62 v2.1: MODE=both support - 3X-UI and AmneziaWG simultaneously, dual bot handlers, 4 bugs fixed anten-ka 2026-03-20 17:19:47 +03:00
  • 4ad1ac497e v2.1: 3X-UI submenu with JSON guide and port, toggle clients with ok confirm and container restart anten-ka 2026-03-20 16:42:15 +03:00
  • 82b1a38592 v2.1: unified client toggle, 3X-UI SOCKS5 submenu, fix 14 bugs across 3 audit cycles anten-ka 2026-03-20 16:29:48 +03:00
  • 9c41c93507 Fix: 3X-UI status shows SOCKS5+JSON; rewrite AmneziaWG backend per bandju reference anten-ka 2026-03-20 16:01:12 +03:00
  • 0a4b0c4620 Restructure menu: WARP key / 3X-UI / AmneziaWG / Bot / Other sections; auto-confirm wgcf anten-ka 2026-03-20 15:48:42 +03:00
  • 29a4f168a7 README v2.0: full docs for both 3X-UI and AmneziaWG modes anten-ka 2026-03-20 15:27:20 +03:00
  • 3f097263e8 WARP Manager v2.0: unified 3X-UI + AmneziaWG with Telegram bot anten-ka 2026-03-20 15:21:54 +03:00
  • cdb7534b96 Clean: remove pipe detection hacks, use simple cp like Kaskad main v1 anten-ka 2026-03-08 17:50:00 +03:00
  • 5cced661ed README: recommend two-step install for gowarp anten-ka 2026-03-08 17:13:54 +03:00
  • 9019753aa1 Fix: show two-step install when run from pipe; gowarp works only after two-step anten-ka 2026-03-08 17:13:45 +03:00
  • d08b253dcd Fix: do not overwrite gowarp when run from bash <(curl...) anten-ka 2026-03-08 16:59:07 +03:00
  • ab02e723bf Restore warp.sh (was empty) anten-ka 2026-03-08 16:44:10 +03:00
  • 642193ac04 Fix: LF line endings for gowarp on Linux anten-ka 2026-03-08 16:25:43 +03:00
  • a57ab82f40 Fix: LF line endings for gowarp on Linux anten-ka 2026-03-08 16:20:37 +03:00
  • 73c5a79666 Fix: LF line endings for gowarp (ensure Unix) anten-ka 2026-03-08 16:09:22 +03:00
  • bb469521f6 Fix: remove CR, LF only so gowarp runs on Linux anten-ka 2026-03-08 16:07:36 +03:00
  • d0fb1f8803 Fix: LF line endings for gowarp on Linux anten-ka 2026-03-08 16:06:45 +03:00
  • cce18777f6 Fix: LF line endings so gowarp runs on Linux anten-ka 2026-03-08 16:04:37 +03:00
  • 46146f39c0 Fix: LF line endings so gowarp runs on Linux anten-ka 2026-03-08 16:04:00 +03:00
  • 020ca4295b README: installation via Boosty/anten-ka club anten-ka 2026-03-08 14:10:51 +03:00
  • 17eeb8581d Update README: add license key instructions anten-ka 2026-03-08 13:55:42 +03:00
  • da433fa65c Add license key validation v1.1 anten-ka 2026-03-08 13:55:33 +03:00
  • 387ba0d881 Add README.md with 3X-UI integration guide anten-ka 2026-03-08 13:33:19 +03:00
  • d97345d8c9 Add Telegram bot support v1.1 anten-ka 2026-03-08 13:13:04 +03:00
  • 92604e79c9 Fix: convert CRLF to LF line endings anten-ka 2026-03-08 13:01:27 +03:00
  • 4e912d7089 Fix: add --accept-tos to all warp-cli commands anten-ka 2026-03-08 12:59:26 +03:00
  • 677c67910c Add WARP Manager v1.0 anten-ka 2026-03-08 12:49:23 +03:00