KevaChat is distributed chat platform for open, uncensored and privacy respectable communication with permanent data storage in blockchain.
Go to file
2023-12-06 22:15:11 +02:00
bin init symfony framework 2023-12-04 21:28:33 +02:00
config add maintenance settings 2023-12-06 21:50:47 +02:00
public increase margin 2023-12-06 22:01:42 +02:00
src add maintenance settings 2023-12-06 21:50:47 +02:00
templates/default add logo icon 2023-12-06 21:59:33 +02:00
translations complete feed feature 2023-12-05 17:14:07 +02:00
.env add maintenance settings 2023-12-06 21:50:47 +02:00
.gitignore init symfony framework 2023-12-04 21:28:33 +02:00
composer.json implement identicons 2023-12-05 18:28:36 +02:00
LICENSE Initial commit 2023-12-04 21:15:35 +02:00
README.md update readme 2023-12-06 22:15:11 +02:00

KevaChat Web Application

KevaChat is distributed web chat platform for open, uncensored and privacy respectable communication with permanent database storage in blockchain.

KevaChat

Tech

Instance require connection to the Kevacoin wallet, memcached server and uses Symfony for web interface.

Model

KevaChat following open wallet model, where community boost shared ballance for talks.

Administrators have flexible settings of access levels explained in the .env file: read-only rooms, connection and post limits, etc.

Communication

Everyone able to join the chat, post messages as ghosty or sign ownership by IP. Also users can explore remote rooms by namespaces if option enabled.

Basic social features like identicons, replies, mentions, RSS subscriptions etc are supported.

Protocol

KevaChat protocol following native Kevacoin's key/value model, where key - is the timestamp@username and value - is message.

All messages related to their room namespaces.

Contribution

Project created from people and for people, feel free to use it for your own needs, join the development or make your feedback!