bridgers [discord ↔ matrix]
Go to file
Charlotte Som f2900d834e Add attachments for messages from Discord on receipt 2022-04-17 12:08:11 +01:00
data Initial commit 2022-04-08 17:52:59 +01:00
mid-chat Add a 'ChatAttachment' enum that can store attachments by accessible URL or in-memory 2022-04-17 11:53:52 +01:00
phoebe Add a 'ChatAttachment' enum that can store attachments by accessible URL or in-memory 2022-04-17 11:53:52 +01:00
phoebe-main Preemptive anti-database-bloat measures 2022-04-16 11:04:38 +01:00
services Add attachments for messages from Discord on receipt 2022-04-17 12:08:11 +01:00
.editorconfig Initial commit 2022-04-08 17:52:59 +01:00
.gitignore Initial commit 2022-04-08 17:52:59 +01:00
Cargo.toml Initial commit 2022-04-08 17:52:59 +01:00
README.md Initial commit 2022-04-08 17:52:59 +01:00

README.md

phoebe

bridgers [primarily, discord ↔ matrix]

A Charlotte Som project.

Architecture

  • mid-chat - An intermediate representation for chat messages. Best-effort common denomination
  • services/* - Handling for individual chat services & conversion to and from the common-denominator chat message IR
  • phoebe - Main: Database, message dispatch, service orchestration, etc