freechat/freechat-client/src
shockrah 40351f934e + New cache ipc handlers for adding server caches
Interface for this is fiddly and probably requires real docs to be further developed
without losing my mind doc the whole cache at some point
+ New cache ipc handlers for adding a new open web socket
Web socket comes with some basic listeners, however very litte/nothing
is being done check the health of these connections or to try when possible.

+ Cache now adds actual message objects to its message arrays instead of raw strings (wew)
+ Events module has been added to move the parsing logic/validation away from everything else

+ The basic Event structure has some niftier-than-you-think behavior for data acccess which the cache can leverage for more concise+ correct behavior
2021-04-14 23:00:26 -07:00
..
auth.js ! 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
cache.ts + New cache ipc handlers for adding server caches 2021-04-14 23:00:26 -07:00
channels.js ! 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
config.js ! 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
events.ts + New cache ipc handlers for adding server caches 2021-04-14 23:00:26 -07:00
init.js Fixing busted config adder thingy 2021-03-12 21:36:44 -08:00
members.js Message constructor now takes in username as a parameter and binds it to uname 2021-03-07 13:50:48 -08:00
messages.js ! 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
request.js Message constructor now takes in username as a parameter and binds it to uname 2021-03-07 13:50:48 -08:00
response.js Simple request/response api to wrap 'got' calls away 2021-01-28 17:54:49 -08:00
settings.js ! 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
types.ts ! 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