bridgers [discord โ matrix]
- Rust 100%
| 2022-05-22 11:30:30 +01:00 | ||
|---|---|---|
| data | Initial commit | 2022-04-08 17:52:59 +01:00 |
| mid-chat | Add message editing support & impl for Discord | 2022-04-18 15:47:05 +01:00 |
| phoebe | Add message editing support & impl for Discord | 2022-04-18 15:47:05 +01:00 |
| phoebe-main | Add message editing support & impl for Discord | 2022-04-18 15:47:05 +01:00 |
| services | Refactor: Extract discord attachment creation into its own function | 2022-05-22 11:30:30 +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 |
bridgers [primarily, discord โ matrix]
A Charlotte Som project.
Architecture
mid-chat- An intermediate representation for chat messages. Best-effort common denominationservices/*- Handling for individual chat services & conversion to and from the common-denominator chat message IRphoebe- Main: Database, message dispatch, service orchestration, etc