mirror of
https://github.com/diamondburned/cchat.git
synced 2024-10-31 20:04:33 +00:00
diamondburned
c45d874a80
This commit adds member list support for servers capable of showing messages. This includes both backend and frontend interfaces. A UserStatus type was added with the appropriate constants for this purpose, but it could be used in the future for other purposes. All cchat documentation has been moved off of the README and into GoDoc's documentation sections. This is done to free up the README for other useful information about the project that doesn't have to do with the code itself.
835 B
835 B
cchat
A set of stabilized interfaces for cchat implementations, joining the backend and frontend together.
Refer to the GoDoc for interfaces and documentations.
Known implementations
The following sections contain known cchat implementations. PRs are welcomed for more implementations to be added here.
Backend
- diamondburned/cchat-mock
- A small subset of the cchat backend implementation mocked with fake data for testing.
- diamondburned/cchat-discord
- A Discord backend implementing cchat interfaces.
Frontend
- diamondburned/cchat-gtk
- A GTK+3 implementation of a cchat frontend.