freechat/json-api/src
shockrah 93ad507e4e * Exposing rtc::notify to avoid single use functions
This  also avoid sthe issue of rustc not inling these functions leaving us with more jump than we need
2021-06-12 23:07:25 -07:00
..
testing + adding /neighbor/update route to dispatch 2021-05-11 17:25:51 -07:00
admin.rs Removal of chrono and async_trait as dependancy in db-lib 2021-03-20 14:59:06 -07:00
auth.rs Minor changes lumped together 2021-05-08 02:03:58 -07:00
badges.rs + First pass of rtc notifications 2021-06-12 23:06:40 -07:00
channels.rs * Moving a cloned channel into rtc:channel_create call 2021-06-07 19:37:16 -07:00
http.rs Percent decoder func found on crates.io 2021-02-10 23:20:51 -08:00
invites.rs + Adding command line flag [-H/--hmac] to specify hmac file path 2021-04-26 01:58:18 -07:00
main.rs + Adding hooks for /badge/update/* routes 2021-05-30 19:35:14 -07:00
members.rs * Moving rtc calls to build under rtc feature flag 2021-05-17 14:49:01 -07:00
messages.rs * /message/recent no longer uses unwraps 2021-05-29 14:23:47 -07:00
meta.rs * Better logging in meta module(more logging tags) 2021-05-12 14:14:30 -07:00
perms.rs + Adding API handlers for /badge/update/* routes 2021-05-30 19:54:20 -07:00
routes.rs + Adding new badges tests 2021-06-07 22:33:53 -07:00
rtc.rs * Exposing rtc::notify to avoid single use functions 2021-06-12 23:07:25 -07:00
schema.rs Renaming project to json-api for clarity sake 2021-01-24 13:34:17 -08:00