No description
Find a file
lichenblankie 7ccaf93404 wired up mesh subscriptions + search
- Subscriptions now use Reticulum destination hashes instead of HTTP URLs
- All subscription syncing happens over encrypted RNS links (rns_client.py)
- Add remote_pages table for synced content from subscriptions
- Search results now include pages from synced subscriptions, grouped by source
- Remove HTTP dependency from subscription handlers
2026-06-05 05:29:35 +00:00
.gitignore ported everything to Reticulum mesh 2026-06-05 05:29:35 +00:00
app.py ported everything to Reticulum mesh 2026-06-05 05:29:35 +00:00
db.py wired up mesh subscriptions + search 2026-06-05 05:29:35 +00:00
gateway.py ported everything to Reticulum mesh 2026-06-05 05:29:35 +00:00
handlers.py wired up mesh subscriptions + search 2026-06-05 05:29:35 +00:00
index.db bound to 0.0.0.0, dynamic Host header 2026-06-05 05:29:35 +00:00
README.md first commit 2026-06-05 05:22:37 +00:00
requirements.txt ported everything to Reticulum mesh 2026-06-05 05:29:35 +00:00
rns_client.py wired up mesh subscriptions + search 2026-06-05 05:29:35 +00:00
templates.py ported everything to Reticulum mesh 2026-06-05 05:29:35 +00:00