freechat/server-api/src
2021-01-19 22:27:06 -08:00
..
testing Removal of unused test 2020-11-17 23:46:40 -08:00
admin.rs userland::admin.rs: now uses db-lib to update permissions 2020-11-17 22:30:58 -08:00
auth.rs + Computing encoding key once in a lazy_static 2020-12-29 23:57:11 -08:00
channels.rs + Added Response::RestrictedInput to db-lib 2020-12-29 23:50:57 -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 Optimizations for buidling memcacache for our tokens 2020-12-20 19:43:27 -08:00
main.rs Adding hooks for /message/from_id handler 2021-01-19 22:27:06 -08:00
members.rs Removal of unused uses or random code that was dead anyway 2020-11-16 22:58:58 -08:00
messages.rs Base implementation of new /message/from_id route 2021-01-19 22:26:53 -08:00
meta.rs New server meta endpoint to help out clients remember stuff about that server 2020-12-30 01:47:12 -08:00
perms.rs * Owner perms were not being calculated correctly, this is now fixed 2020-11-21 19:18:40 -08:00
routes.rs Adding hooks for /message/from_id handler 2021-01-19 22:27:06 -08:00