Skip to content

v0.1.0

Choose a tag to compare

@puang59 puang59 released this 17 May 18:05
· 24 commits to main since this release

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