2 مستودعات
Logs all sent and received messages and their edit history locally, preserving content even if deleted by others.
Distinct from Message Editing and Deletion: No candidate covers local message logging; closest is Message Editing and Deletion which focuses on API operations, not local storage.
Explore 2 awesome GitHub repositories matching data & databases · Chat Message Logs. Refine with filters or upvote what's useful.
ssh-chat is a self-hosted chat server that runs entirely over the SSH protocol, allowing users to join a shared chat room using any standard SSH client without additional software. It uses SSH public key fingerprints for user identity and authentication, eliminating the need for separate credentials or TLS setup, and manages user connections as SSH sessions with join, leave, and message routing handled within a single process. The server provides encrypted transport and public-key-based access control, with the ability to restrict connections to a whitelist of SSH keys and assign admin roles
Persists all chat messages to a configurable log file for record-keeping and moderation review.
AyuGramDesktop is a modified Telegram desktop client and MTProto messaging client. It functions as a local message logger and a privacy-focused chat tool, providing a fork of the standard C++ Qt client. The project focuses on unlocking premium features and capabilities locally without a paid subscription. It distinguishes itself through a ghost mode that masks online presence and suppresses read receipts, as well as a system for preserving message history by logging deleted and edited content into a local database. The client includes tools for content management, such as bypassing restricti
Logs all sent and received messages locally to preserve content regardless of remote deletions or edits.