freechat/freechat-client
shockrah 72f3461341 ! Due to user-id's being randomly generated it is now much more likely that id's can't be parsed by javascript properly
Json-bigint should help alleviate this issue by correctly parsing numbers for us

- Removing url method in favor of new url property in server config model

+ Building UserConfigs and ServerConfig from typical JS Obects
This should reduce some up front complexity regarding parameters

! Fix: using new url property instead of protocol + host + port

- Reducing upfront complexity of public channels API
* Also moving to using new updated server.url property
* Channels also handles its part of updating the dom now

bigint parsing in configs now

* More switches to server.url property
2021-04-10 17:09:21 -07:00
..
assets moving logo into client for the meme 2020-12-07 22:16:42 -08:00
libs renamed libraries directory to libs/ 2020-04-17 18:49:02 -07:00
pages + text/plain Message sending works now 2021-03-20 19:35:38 -07:00
sass + text/plain Message sending works now 2021-03-20 19:35:38 -07:00
scripts Basic window now uses the correct css paths for building 2020-12-06 15:26:22 -08:00
src ! Due to user-id's being randomly generated it is now much more likely that id's can't be parsed by javascript properly 2021-04-10 17:09:21 -07:00
testing Starting a mega simple testing suite 2021-02-11 16:16:50 -08:00
.gitignore Misc fixes 2021-03-11 17:20:13 -08:00
example-dev-config.json More comprehensive example user config 2021-03-08 19:50:01 -08:00
main.js + text/plain Message sending works now 2021-03-20 19:35:38 -07:00
make + text/plain Message sending works now 2021-03-20 19:35:38 -07:00
package-lock.json ! Due to user-id's being randomly generated it is now much more likely that id's can't be parsed by javascript properly 2021-04-10 17:09:21 -07:00
package.json ! Due to user-id's being randomly generated it is now much more likely that id's can't be parsed by javascript properly 2021-04-10 17:09:21 -07:00
preload.js ! More restructuring changes 2020-12-06 14:45:06 -08:00
readme.md Removing superflous css in some jquery 2021-03-05 17:48:59 -08:00

Status

Working on Linux Debian however other systems are not tested + this Debian build is somewhat jank and missing support for a lot of the API.

Client Build

This will be where we keep the code for the web-based-client. This client comms with our server code base found under /server/ in this repository.

Client Config Description

For unix based systems configuration will be found at $HOME/.config/freechat-client/config.json. There a few top levle items that I will describe here.