FOSS Decentralized chat platform
Go to file
shockrah e37d51f549 Making the navbar more responsive to screen changes
! Bootstrap doesn't behave so dropdowns are borked but they'r theoretically there

LMAO at this example config update btw its gonna keep changing so I'm not updating its patch notes from here out until its a proper looking example
2021-01-01 20:04:11 -08:00
chan-like better note about configs and added support for config comments 2020-12-15 14:22:29 -08:00
docs more accurate api docs to meet with what is currently supported 2020-11-18 16:42:45 -08:00
freechat-client Making the navbar more responsive to screen changes 2021-01-01 20:04:11 -08:00
invites-manager ignoring sample env file 2020-08-22 18:12:15 -07:00
misc updated logo 2020-08-02 21:20:49 -07:00
rtc-server simple echo server for sake of testing connection-ability 2020-12-06 14:49:46 -08:00
server-api New server meta endpoint to help out clients remember stuff about that server 2020-12-30 01:47:12 -08:00
.gitignore Removing fluff dependancies from db-lib: lazy_static + jsonwebtoken 2020-12-28 21:52:49 -08:00
.gitlab-ci.yml switching to new testing scheme in gitlab-ci.yml 2020-08-22 15:43:19 -07:00
contributing.md More background information regarding what can use the help or not 2020-12-12 16:36:40 -08:00
LICENSE.txt add license 2020-12-12 16:38:07 -08:00
readme.md More background information regarding what can use the help or not 2020-12-12 16:36:40 -08:00

FreeChat

What this is

A FOSS chatting platform that brings in more modern features that a lot of people have come to expect.

Why not just IRC/Discord/Slack/Mumble etc?

A tonne of IRC channel are basically dead since so many have moved to Discord/Slack. Why? Because those platforms have features that IRC just doesn't have. A lot of people have deemed those features worth the switch.

Discord/Slack are proprietary spyware with no real alternative. The quality of the service is high enough for people to ignore the datamining, it's time a proper client came by.

Mumble could work but has an awful reputation amongst regular non-technical users.

So it's a Discord/Slack clone?

Chat history is limited similar to nearly every chan/booru. This can be turned off to preserve all chat history.

The biggest difference is the lack of data collection; servers collect the following data:

  • User id - generated by the server

  • User password - generated by the server

  • User name - provided by user

  • User chat - How much depends on how the server was configured or if a message was pinned to NOT be deleted.

  • Users Status - user is online/offline: HOWEVER this is controlled by the user.

  • User permissions - To discern admins from less privileged users.

Working Status

Is this finished or almost finished?

Short: The API has basic functionality for chatting but still requires more endpoints to be fully featured. So yes the API at least is in a MVP state. But everything else is either in infancy or not done.

Long: No. A basic client is still underway and the chat API is missing a metric tonne of features. However The state of the chat API is such that it shouldn't be hard to implement many of the desired endpoints.

How to help - if you want to

Check the contributing guide