diff options
Diffstat (limited to 'devel-phases.md')
| -rw-r--r-- | devel-phases.md | 14 |
1 files changed, 8 insertions, 6 deletions
diff --git a/devel-phases.md b/devel-phases.md index d5e9593..2b50330 100644 --- a/devel-phases.md +++ b/devel-phases.md @@ -298,7 +298,7 @@ websockets # hubβnode revocation push --- -## Phase 6 β Chat, Multi-group, Federation persistence, Replication π§ IN PROGRESS +## Phase 6 β Chat, Multi-group, Federation persistence, Replication β
DONE **Goal:** complete the product with group chat (Double Ratchet), multi-group node support, persistent MHP federation, content replication, and browser private group decryption. @@ -307,11 +307,13 @@ persistent MHP federation, content replication, and browser private group decryp | # | Component | File(s) | Status | |---|---|---|---| -| 6.1 | Double Ratchet chat | `meshbay_common/ratchet.py` + node chat | π§ | -| 6.2 | Multi-group node | `meshbay_node/config.py` + daemon | π§ | -| 6.3 | MHP federation persistence | `meshbay_hub/db/models.py` `FederatedGroup` | π§ | -| 6.4 | Content replication | node HTTP `/replicate` + hub swarm | π§ | -| 6.5 | Browser private group | AES-256-GCM GEK variant + SubtleCrypto JS | π§ | +| 6.1 | Double Ratchet chat | `meshbay_common/ratchet.py` | β
11/11 tests | +| 6.2 | Multi-group node | `meshbay_node/config.py` [[groups]] | β
| +| 6.3 | MHP federation persistence | `FederatedGroup` + `SwarmSource` DB tables | β
| +| 6.4 | Content replication | `node/replication.py` + hub `/v1/swarm/*` | β
| +| 6.5 | Browser private group | `webcrypto.py` + `static/crypto.js` | β
4/4 tests | + +**Total: 74/74 tests.** --- |