shockrah
ddb08818b1
✨ Updating schemas to support content_type
2021-03-09 00:03:12 -08:00
shockrah
ae675d000b
➕ content_type now a supported column in db-lib
...
➕ API layer now behaves as expected, returning 'content_type' flag with each message
2021-03-09 00:02:20 -08:00
shockrah
d8244388c2
➖ Removing myself from callback hell slowly but surely
...
➖ Removing ipc calls reducing chance to shrek the drive
2021-03-08 19:53:14 -08:00
shockrah
ef0bc70f90
➖ Complexity in auth.login by basically cutting it in half and throwing the bad half out
...
✨ auth.init is now the more complex site since it literally has 1 chance to fire
2021-03-08 19:51:57 -08:00
shockrah
c4e3fa72ce
➕ More comprehensive example user config
...
➕ Moving main.js to use more async code and make things a bit more homogeneous
2021-03-08 19:50:01 -08:00
shockrah
7125fc954d
➕ SERVER_PROTOCOL is now an official env variable for the json-api to read
2021-03-07 23:55:38 -08:00
shockrah
f14390f4bb
➕ Callback settings.add_server_to_config now in effect for people that don't want to fuck with config files
2021-03-07 23:54:57 -08:00
shockrah
0d888a4c63
➖ More unused code that pull credentials out of an object
...
Like why was this here, it's literally just object[key_name]
2021-03-07 23:54:17 -08:00
shockrah
6cfb7e7e4d
➖ No more callback trickery with auth.init
...
➖ Even more fluff removed
❗ From this point forward the codebase is mature enough for slimming down fearlessly
2021-03-07 23:53:09 -08:00
shockrah
7d3325fdc6
✨ ipcMain now uses handle instead of .on for
...
❗ config-request probably doesn't need to be async like at all
2021-03-07 23:51:51 -08:00
shockrah
ca68c61f3a
➕ Framework/Modal for settings coming together
...
✨ Changing inline script to now run in an async block
❗ No more callback hell, literally anything can be written with async/await or callbacks when appropos
2021-03-07 23:49:49 -08:00
shockrah
5fc3e2a553
❗ /channels/create refactored to use the new db-lib api
...
❗ Reduced branching a shit ton
Testing was ass but it should pass client tests now, back to normal
2021-03-07 17:47:24 -08:00
shockrah
7c3537e4f6
➕ Updated target for debugger
...
✨ Tests now use the new flags required for /channels/create
❗ Doubled size for channel descriptions
2021-03-07 17:46:17 -08:00
shockrah
fadc7d6dc1
➖ Removing more unused trait methods in db-lib's channel module
...
➕ /channels/list now takes a "type" parameter which defaults to TEXT_CHANNEL(1)
✨ Refactoring db::Channel::filter to use a more latency friendly approach
✨ db::Channel::Filter now returns Result<Response<Self>, SqlError>
2021-03-07 14:26:50 -08:00
shockrah
fd1bf41fec
✨ Message constructor now takes in username as a parameter and binds it to uname
...
➖ Removed some fluff
➕ New get_member endpoint handler for later
2021-03-07 13:50:48 -08:00
shockrah
784043fc89
✨ Cleaned up channels list header/description
...
➕ Better scrollarea definition for messages area
➕ Logging http errors in catch statement on auth init
2021-03-07 13:47:41 -08:00
shockrah
12936d5b1a
➖ Removing double log issue with client-tester
...
➕ Moving Messages struct in db-lib to root for less namespacing uglyness
➖ Removing an whole unused trait
✨ Message::get_time_range now returns a special 'UserMessage' struct that includes the name of the author
❗ More code must be removed from db-lib since a ton of the trait methods aren't used anymore
2021-03-07 13:29:10 -08:00
shockrah
a6e3f22eae
Reverting package upgrades
2021-03-07 12:43:25 -08:00
shockrah
2fa77fecb1
❗ Updating hyper and tokio to newest versions for better http2 support
2021-03-05 22:59:27 -08:00
shockrah
cf1dee9842
➕ New docs describing new /members/single route
2021-03-05 19:26:11 -08:00
shockrah
898a7a8ca2
➕ New /members/single route
...
➕ Simple test for /members/single handler
❗ Should probably add some more tests to verify failure cases
2021-03-05 19:23:50 -08:00
shockrah
8e6c90b3c4
➖ Removing superflous css in some jquery
...
✨ Messages now has its own properly named type exposed for other modules to use if it's required
➕ New jquery calls in messages to actually populate the message box with the last 48 hours worth of messages
2021-03-05 17:48:59 -08:00
shockrah
ba7b33ae62
✨ Fixed broken links for messages endpoint description
...
❗ Should probably have a section for messages under structures
2021-03-04 13:21:09 -08:00
shockrah
231141221b
➕ Adding hooks to reqest channel messages
...
✨ DOM manipulation for channel buttons moved to new module
❗ Message hooks themselves still require actual implementation but
all the required fallbacks are there
2021-03-03 21:49:40 -08:00
shockrah
33716e5b7b
➕ Only building wiki if changes are detected
2021-03-03 17:39:55 -08:00
shockrah
ad1a3df1d9
✨ Updating base license to GPL3
...
❗ Freedom by force isn't really freedom but this is more of a pragmatic reason
If people can take this codebase and close it down for others to use later
then those people will be subject to non-free software. Worse future projects
may opt to change the LICENSING which restricts users from doing anything with
the source code. On the one hand creators will have slightly less freedom to
do as they please, on the other hand, users(the greater sized population) will
have more transparency. Transparency is the real reason for the license change.
2021-03-03 17:33:00 -08:00
shockrah
b2b06083a4
✨ Moving docking script to scripts directory
2021-03-03 17:18:18 -08:00
shockrah
ca5e93ffc8
➕ New commit message prettyfier that i kidna like
2021-03-03 17:17:11 -08:00
shockrah
9bf4048313
Removing a bunch of bs that is no longer used
2021-03-03 16:31:01 -08:00
shockrah
b999907540
* channels are now nested in "channels" key
2021-03-03 16:30:39 -08:00
shockrah
080b2cc538
* update_channels_list now literally updates the channel list with the correct hooks
...
! Callback hooks are not featured yet but they are registered in the DOM
2021-03-03 16:29:59 -08:00
shockrah
25876f90e4
* Adapting auth module to new config structure
...
+ Explicit login route handler now in takes care of logging in to 1 specific domain on request
+ auth.init which just hits /login for all available servers it can find
2021-03-03 16:28:55 -08:00
shockrah
12c3d300ba
* Updated html to receive /channel/list data
...
- Removing fluff from join modal
+ Setting up initial buttons in DOM for listing channels and pulling up menus and such
2021-03-03 16:27:06 -08:00
shockrah
143e6a1a77
Removing NODE_TLS_REJECT
2021-03-03 16:25:13 -08:00
shockrah
05acbfa94e
Passing tests for invite routes
2021-02-25 16:05:46 -08:00
shockrah
212173f543
Fixing /join route, time check was backwards oops and it was set to GET not post
2021-02-25 15:31:45 -08:00
shockrah
ab1c9e40f7
Ower creation now gives back prettier output + server meta vars as well
2021-02-25 14:03:34 -08:00
shockrah
e893800dab
removing empty artifacts section from build-wiki job
2021-02-23 22:19:12 -08:00
shockrah
e791294f9b
Merge branch 'wiki'
2021-02-23 22:17:04 -08:00
shockrah
bc19f220fa
More docs on what to expect from the protocol and freechat servers/clients in general
2021-02-23 22:15:58 -08:00
shockrah
6ab622d109
adding first pass of overview section
2021-02-23 21:44:26 -08:00
shockrah
64125a7874
dumy test stats for no reason
2021-02-21 20:10:14 -08:00
shockrah
93fd8c2cd6
+Adding new tests for /members/me/nickname
...
* Fixed incorrect param key in endpoint handler
+Adding a ycm conf for easier writing
2021-02-21 18:52:35 -08:00
shockrah
5db976b9de
+ New route for /members/me/nickname
...
! No testing yet that comes in next patch, with any required fixes
+ db now has specific method for Member::update_nickk
2021-02-21 17:21:17 -08:00
shockrah
7263df8928
Adding new routes for /members/get_online & /members/me
...
Passing the previous tests as well
2021-02-20 20:15:43 -08:00
shockrah
34736bef3f
updating tests for members routes
2021-02-20 20:14:10 -08:00
shockrah
c4db03f962
Merging new wiki into master
2021-02-18 16:30:16 -08:00
shockrah
c896870397
Reformatting of wiki:
...
* Adding endpoint docs and correcting some typesetting mistakes
* Change qs params to match documentation
* Splitting up articles to geneate the sidebar links properly'
* Bad baseurl issue fixed in previous patch
2021-02-18 16:29:29 -08:00
shockrah
035fdd6a36
new job for channer build
...
- removing unused code
2021-02-17 17:24:28 -08:00
shockrah
dd61d7e6dd
-Removed default value for max_days option
...
+Adding note about query performance
2021-02-17 15:24:07 -08:00