Initial commit: TG↔MAX bridge

Bi-directional message bridge between Telegram and MAX messengers.
Features: 1:1 chat pairing, reply support, message formatting,
prefix toggle, SQLite/PostgreSQL with golang-migrate, Dockerfile,
CI/CD with GitHub Actions.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Andrey Lugovskoy 2026-02-15 03:23:31 +03:00
commit 28f671d41c
28 changed files with 2048 additions and 0 deletions

View file

@ -0,0 +1,2 @@
ALTER TABLE pairs ADD COLUMN prefix INTEGER NOT NULL DEFAULT 1;
ALTER TABLE messages ADD COLUMN created_at INTEGER NOT NULL DEFAULT 0;