A set of stabilized interfaces for cchat implementations, joining the backend and frontend together.
Go to file
diamondburned da5c38eb2f Columnate to return bool
This commit breaks the previous Columnate API to return booleans instead
of constant integers. This makes handling Columnate API much simpler
with less false values (since all possible boolean values are valid).
2021-03-18 14:20:30 -07:00
cmd/internal Force ContainerMethod stop funcs 2021-03-12 22:41:46 -08:00
repository Columnate to return bool 2021-03-18 14:20:30 -07:00
services Auto-create plugin dir 2020-05-22 17:37:32 -07:00
text Fixed invalid types and bugs in MessageReferencer 2020-12-17 17:18:02 -08:00
utils Enforce Columnate in Server 2021-03-18 09:52:14 -07:00
.editorconfig Fixed indentation 2020-05-19 20:46:05 -07:00
LICENSE Added the ISC license 2020-07-19 10:44:34 -07:00
README.md Added member list support; moved documentation off README and into GoDoc 2020-07-19 10:37:51 -07:00
cchat.go Columnate to return bool 2021-03-18 14:20:30 -07:00
generator.go Remove redundant function 2021-03-18 09:58:13 -07:00
go.mod Added a repository for API source of truth 2020-09-26 18:24:56 -07:00
go.sum Added a repository for API source of truth 2020-09-26 18:24:56 -07:00

README.md

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

Frontend