2 repository-uri
SQLite databases that persist all message history, edit records, and logged messages locally for offline access.
Distinct from SQLite Databases: Distinct from general SQLite Databases: specifically designed for message logging and edit history preservation rather than general-purpose storage.
Explore 2 awesome GitHub repositories matching data & databases · Message Logging Stores. Refine with filters or upvote what's useful.
The Lounge is a self-hosted, web-based IRC client that functions as a persistent bouncer replacement, keeping users connected to IRC servers even when their browser is closed or device is offline. It runs as a Node.js backend with a WebSocket bridge that relays IRC events and commands between the server and browser, and includes a built-in HTTP and HTTPS server for direct TLS termination without an external reverse proxy. The client supports multiple user accounts on a shared server installation, with LDAP authentication for credential validation. It maintains persistent server-side IRC conne
Persists user messages to text files or SQLite databases for later access and reloading after server restarts.
BitChat Android is a decentralized peer-to-peer messenger that enables communication over Bluetooth mesh networks without requiring any internet connection or central servers. It functions as a full mesh network chat app and a privacy-focused communication tool, with every message encrypted end-to-end using per-session cryptographic keys that ensure forward secrecy. The app operates without accounts or persistent identifiers, resisting user tracking at the protocol level. To strengthen privacy and efficiency, BitChat injects cover traffic to obscure real communication patterns and includes an
Stores messages locally with a configurable time-to-live and deletes them automatically after expiry to limit data persistence.