freechat/server-api/src
shockrah 2448e1b200 get_online_members now uses db-lib for its back end
This means we've removed a ton of old raw sql code
2020-11-16 20:20:37 -08:00
..
testing removing errors for the sake of testing 2020-11-04 00:19:50 -08:00
admin.rs removing frivolous sql select(why was this even here tho) 2020-10-02 13:24:23 -07:00
auth.rs changed auth calls to use the new db api 2020-10-21 21:40:55 -07:00
channels.rs Finally the change over to db::messages::Messages::send in userland code 2020-11-12 13:18:43 -08:00
http_params.rs renamed server/ to api/ since this is really only the api portion of the typical fc server 2020-08-22 15:52:37 -07:00
invites.rs Removing whats left of db_types references 2020-11-07 18:20:34 -08:00
main.rs Removing whats left of db_types references 2020-11-07 18:20:34 -08:00
members.rs get_online_members now uses db-lib for its back end 2020-11-16 20:20:37 -08:00
messages.rs Finally the change over to db::messages::Messages::send in userland code 2020-11-12 13:18:43 -08:00
perms.rs removed some more warnings until these vars are used 2020-10-01 20:14:56 -07:00
routes.rs base for querying online users 2020-10-01 19:50:57 -07:00