A set of stabilized interfaces for cchat implementations, joining the backend and frontend together.
Go to file
diamondburned f1db8e0601 Added MessageReferencer for text.Rich
This commit added MessageReferencer for the text.Rich segments, which
allows a message to highlight a URL or text as a reference to other
messages. This could be used for replies as well as links that are
supposed to go to other messages.

The frontend gets to decide how exactly to represent the message when it
is clicked. However, as of right now, there is no API to fetch a single
message individually, so this API is limited to just within the message
buffer.
2020-12-17 17:14:21 -08:00
cmd/internal Added AuthenticateError 2020-10-27 13:33:52 -07:00
repository Added MessageReferencer for text.Rich 2020-12-17 17:14:21 -08:00
services Auto-create plugin dir 2020-05-22 17:37:32 -07:00
text Added MessageReferencer for text.Rich 2020-12-17 17:14:21 -08:00
utils Revert Nonce deprecation 2020-12-17 12:44:52 -08: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 Clarified JoinServer opening n times 2020-12-17 16:47:38 -08:00
generator.go Added AuthenticateError 2020-10-27 13:33:52 -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