bridgers [discord ↔ matrix]
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Charlotte Som 602a042bd5 Refactor: Extract discord attachment creation into its own function 1 year ago
data Initial commit 1 year ago
mid-chat Add message editing support & impl for Discord 1 year ago
phoebe Add message editing support & impl for Discord 1 year ago
phoebe-main Add message editing support & impl for Discord 1 year ago
services Refactor: Extract discord attachment creation into its own function 1 year ago
.editorconfig Initial commit 1 year ago
.gitignore Initial commit 1 year ago
Cargo.toml Initial commit 1 year ago
README.md Initial commit 1 year ago

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