MythEclipse
b00def2d4d
fix: guard media controller playback transitions
2026-05-15 17:40:28 +07:00
MythEclipse
c509f48f95
feat: coordinate media playback state
...
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com >
2026-05-15 17:27:27 +07:00
MythEclipse
1e0a00d82d
fix: guard music playback process lifecycle
2026-05-15 17:23:36 +07:00
MythEclipse
9e07a0a1f3
feat: add ffmpeg music player
...
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com >
2026-05-15 17:17:17 +07:00
MythEclipse
acb43b6dac
fix: harden media source resolution
2026-05-15 17:11:26 +07:00
MythEclipse
93134a9793
feat: resolve media music sources
...
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com >
2026-05-15 17:05:37 +07:00
MythEclipse
2194d4a8b6
fix: preserve failed media queue item
2026-05-15 17:01:51 +07:00
MythEclipse
3b6bf49160
feat: add media queue foundation
2026-05-15 16:56:50 +07:00
MythEclipse
d42d3f8def
feat: add media queue foundation
...
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com >
2026-05-15 16:55:16 +07:00
MythEclipse
ed438e6fc0
feat: split text and voice channel selection
...
Separate text moderation and voice recording guild/channel state so each workflow can persist and operate independently.
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com >
2026-05-15 15:58:38 +07:00
MythEclipse
2c58e44c67
perf: tune selfbot runtime defaults
...
Apply low-memory client options and point the workspace vendor package at the optimized selfbot internals for more stable long-running moderation capture.
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com >
2026-05-15 08:26:43 +07:00
MythEclipse
235c1120c2
feat: enhance moderation functionality with type improvements and global broadcaster integration
2026-05-15 07:13:37 +07:00
MythEclipse
930c399484
feat: enhance message capture and processing with backlog support
2026-05-15 06:52:20 +07:00
MythEclipse
bbd3a88471
Merge branch 'worktree-library-modernization'
2026-05-15 04:34:41 +07:00
MythEclipse
ed10f45e8c
fix: adapt retry logging to p-retry v8
2026-05-15 04:28:11 +07:00
MythEclipse
29fcde69e4
fix: adapt code to modernized libraries
...
- Migrate validation.ts from class-transformer/class-validator to Zod
- Apply Biome auto-fixes (import sorting, nodejs protocol)
- Fix duplicate type identifier in validation.ts
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com >
2026-05-15 04:25:06 +07:00
MythEclipse
895b47890c
refactor: invoke ffmpeg without deprecated wrapper
2026-05-14 23:42:11 +07:00
MythEclipse
e5aa398e5c
refactor: use esm-safe database migrations
...
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com >
2026-05-14 23:23:07 +07:00
MythEclipse
954faf6c5a
refactor: validate user state with zod
2026-05-14 23:11:25 +07:00
MythEclipse
203aa9a589
style: organize imports after dashboard rebuild
2026-05-14 21:19:43 +07:00
MythEclipse
196ca1b784
feat: serve React dashboard from public/app when available
...
Check for public/app/index.html before falling back to the old
public/index.html so the React moderation dashboard is served at
the root in production while preserving the legacy frontend during
the transition period.
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com >
2026-05-14 21:16:03 +07:00
MythEclipse
fbf0f11db1
fix: align dashboard message api shape
2026-05-14 20:55:05 +07:00
MythEclipse
558d65342b
feat: add moderation query indexes
2026-05-14 20:14:42 +07:00
MythEclipse
44368e646f
fix: reanalyze edited messages
2026-05-14 20:10:16 +07:00
MythEclipse
dbfc6866f9
refactor: keep message capture on fast path
2026-05-14 20:03:02 +07:00
MythEclipse
d8aeefb739
fix: preserve ui state broadcasts in routes
2026-05-14 19:58:37 +07:00
MythEclipse
08cd515d8a
fix: preserve ui state broadcasts in routes
2026-05-14 19:55:26 +07:00
MythEclipse
c81a499535
refactor: split api routes by concern
2026-05-14 19:46:47 +07:00
MythEclipse
3fb1fcb72c
fix: remove unused analysis import
2026-05-14 19:41:18 +07:00
MythEclipse
243a18ecad
fix: harden analysis queue scheduling
2026-05-14 19:39:25 +07:00
MythEclipse
f14e893cb7
feat: debounce ai analysis by conversation
2026-05-14 19:32:44 +07:00
MythEclipse
65ab5ecb32
fix: harden llm moderation parsing
2026-05-14 19:26:54 +07:00
MythEclipse
81253e4ffe
feat: add strict llm moderation client
2026-05-14 19:21:15 +07:00
MythEclipse
ce35b335d0
test: cover conversation context edge cases
2026-05-14 19:16:46 +07:00
MythEclipse
2b4e2a7ab7
feat: add conversation context builder
2026-05-14 19:10:13 +07:00
MythEclipse
2d511e08db
style: format message query changes
2026-05-14 19:06:17 +07:00
MythEclipse
9f5f8a3090
feat: add cursor-based message queries
2026-05-14 18:48:02 +07:00
MythEclipse
8ab7aaa32d
fix: harden moderation broadcaster
2026-05-14 18:44:47 +07:00
MythEclipse
01dc9b1836
feat: add typed moderation broadcaster
...
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com >
2026-05-14 18:40:34 +07:00
MythEclipse
35269b5bef
feat: configure postgresql as primary database with neon connection
...
- Updated .env to use PostgreSQL (neondb) instead of SQLite
- Updated drizzle.ts to support DATABASE_URL connection string
- Regenerated migrations for PostgreSQL syntax
- Bot successfully connects and operates with PostgreSQL
- All database operations working correctly
2026-05-14 16:25:39 +07:00
MythEclipse
9889d20edd
feat: add programmatic migration runner for better PostgreSQL support
2026-05-14 16:21:02 +07:00
MythEclipse
b600dad011
fix: correct import ordering and update tests for drizzle-orm migration
2026-05-14 15:47:03 +07:00
MythEclipse
50d4517079
refactor: remove old database adapter files
2026-05-14 15:43:52 +07:00
MythEclipse
9ff0f0bede
feat: update application initialization for drizzle
2026-05-14 15:43:16 +07:00
MythEclipse
1c4b0afbce
refactor: migrate messageStore to drizzle-orm
...
- Replace all raw SQL queries in messageStore.ts with Drizzle ORM queries
- Remove DatabaseAdapter dependency from messageStore functions
- Update all function signatures to be async and remove db parameter
- Functions now use getDatabase() internally for database access
- Update all call sites in messageCapture.ts, attachmentUploader.ts, aiAnalyzer.ts, webserver.ts, and index.ts
- All functions remain backward compatible in behavior
- TypeScript typecheck passes with no errors
- All tests pass (11 passed)
2026-05-14 15:41:11 +07:00
MythEclipse
dfe3444018
refactor: migrate muxer-queue to drizzle-orm
2026-05-14 15:35:55 +07:00
MythEclipse
7e528a473b
feat: create drizzle database client
2026-05-14 15:33:45 +07:00
MythEclipse
52b36c963f
feat: create drizzle schema definitions
2026-05-14 15:32:20 +07:00
MythEclipse
d1282f2f57
fix: organize imports and apply linting fixes
2026-05-14 15:02:23 +07:00
MythEclipse
c5297da795
feat: initialize database adapter on startup
2026-05-14 14:58:28 +07:00