Profiles/bots (profiles.py, main.py): - Surface real send errors; fix group send and member-count staleness (refresh on view) - Group/channel actions: join, leave, owner delete; consistent member counts - Contacts: always-visible Chat, plus Clear chat and Delete contact - Support bot: OpenAI-compatible LLM backend (Grok/Ollama/OpenAI) per-bot config - Deadmans bot: check-in window, trigger message, recipients, owner - Directory bot: add-to-group registration, super-user /approve /reject /list, search, publishes listing.json in the website schema (directory.py registry module) - Profile edit (name/bio/avatar) + avatars on list pages - Global status + /network page (operators, SMP/XFTP servers) and Settings network info UI (templates): - Chat rooms; collapsible left sidebar with notifications + network widget - Per-directory-bot website generated on creation (name substituted) - Matrix theme; copy/hyperlink addresses; site footer Ignore runtime bot state and generated directory sites. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
25 lines
527 B
Plaintext
25 lines
527 B
Plaintext
node_modules/
|
|
dist/
|
|
*.db
|
|
*.db-wal
|
|
*.db-shm
|
|
data/state.json
|
|
web/data/listing.json
|
|
web/data/promoted.json
|
|
__pycache__/
|
|
*.pyc
|
|
.venv/
|
|
*.egg-info/
|
|
|
|
# Downloaded libsimplex artifacts (regenerate via manager/download_sdk.sh)
|
|
manager/libs/
|
|
# Throwaway exploration databases
|
|
manager/data/explore/
|
|
# Local Claude session resume helper (machine-specific)
|
|
manager/ai.sh
|
|
# Runtime bot state (databases + directory registries)
|
|
manager/data/bots/
|
|
# Generated directory-bot websites (web/index.html is the master template)
|
|
/web/*/
|
|
!/web/data/
|