Skip to content

Releases: ploglabs/molly-discord-relay

v0.2.0

Choose a tag to compare

@puang59 puang59 released this 22 May 09:43
f91854f

Changelog

  • 1cc2079 Merge pull request #38 from ploglabs/fix/26-schema-version-tracking
  • 69ec5ec Merge pull request #39 from ploglabs/multi-channel
  • f91854f Merge pull request #40 from ploglabs/feature/onboarding-and-setup-flow
  • 74fa676 chore: added multi server support
  • 0386695 chore: remove DNF sync workflow (single VPS relay only)
  • 3088cf5 feat: add GitHub Action to sync RPMs to ploglabs/rpm-repo on release
  • 45b1ac6 feat: add setup config API endpoints with SQLite persistence
  • 9c753e1 fix: replace silent ALTER TABLE hack with schema version tracking (#26)
  • 6d88f25 fix: restore CI workflow
  • 7b6044c revert: remove DNF sync workflow

v0.1.1

Choose a tag to compare

@puang59 puang59 released this 18 May 16:05

Changelog

  • 1506f5e Merge pull request #37 from ploglabs/fix/channel-sync-on-restart
  • 037d81c chore: add dist/ to gitignore
  • 0635a10 feat: add since timestamp filter for message history API
  • 151125c fix: rebuild channel snapshot from Discord on restart

v0.1.0

Choose a tag to compare

@puang59 puang59 released this 17 May 18:05

Changelog

  • 7279232 Add goreleaser config, Makefile, and update README
  • e9bf68e Implement Molly Discord Relay: full codebase with webhook support
  • 8ad7db0 Initial commit
  • c5d6890 Merge PR #31: fix SQL argument ordering in GetMessages
  • 450d307 Merge PR #32: fix webhook token persistence and double-checked locking race
  • a3ab743 Merge PR #33: fix safe slow-client eviction in Hub.Run, remove dead Shutdown select
  • 7b64630 Merge PR #34: fix restrict WebSocket CheckOrigin to prevent CSWSH attacks
  • b5cf023 Merge PR #35: fix batch of six minor relay bugs (#22-#29)
  • a6ba9f6 Merge pull request #30 from ploglabs/fix/15-missing-message-content-intent
  • 2a0fc17 Merge pull request #36 from ploglabs/fix/issues-21-27
  • d96a488 Revise README with comprehensive project details
  • fe61ee2 chore: ui cleanup
  • 414b0a6 feat: add Discord mention resolution and attachment support in relay events
  • 272fa7f feat: add REST API endpoints for channel listing and messages, plus discord handler fixes
  • ddab468 fix: add IntentMessageContent to Discord gateway intents
  • b8295e8 fix: add windows to goreleaser build targets for scoop
  • 4f8236e fix: batch of six minor relay bugs (#22 #23 #24 #25 #27 #28 #29)
  • 51117c3 fix: correct SQL argument ordering in GetMessages
  • 4c8e2fd fix: goreleaser v2 config syntax (remove invalid id fields)
  • 56ac671 fix: persist webhook tokens to DB, fix double-checked locking race
  • a652e7a fix: real-time WebSocket broadcast for webhook posts, use GlobalName for display names, update .gitignore
  • a4bc2a3 fix: restrict WebSocket CheckOrigin to prevent CSWSH attacks
  • 1976593 fix: safe slow-client eviction in Hub.Run, remove dead Shutdown select
  • f321293 fix: suppress own webhook echo, use bold username prefix in reply messages