Commit graph

26 commits

Author SHA1 Message Date
EntireTwix
3a44c0b065 🔥racehorse: temporary resp variable was unessasary 2021-07-10 19:14:15 -07:00
EntireTwix
c1587f9e46 🐎 valid name/pass check before vpass call 2021-07-10 18:56:58 -07:00
EntireTwix
82312b8702 🔥🐎 memset no longer needed 2021-07-10 09:59:37 -07:00
EntireTwix
c54f75a909 🐎 result_buffer is faster when local 2021-07-10 09:56:09 -07:00
EntireTwix
b91e928286 🐎 max base64 header size calculated compile time based on max name 2021-07-09 21:59:27 -07:00
EntireTwix
2d7d29372c 🔥🐎 changed local array to static thread_local buffer 2021-07-09 18:30:34 -07:00
EntireTwix
2e991da613 🔥🐎 changed local array to static thread_local buffer 2021-07-09 18:30:19 -07:00
EntireTwix
db5a54175c 🐛 fixed buffer size 2021-07-09 18:13:53 -07:00
EntireTwix
1d6bbb35bf 🐛 static thread_local in filters cause highly incorrect responses 2021-07-09 00:06:49 -07:00
EntireTwix
da89d390ea 🔨 using str_intrusion.h to write to private string data 2021-07-08 14:58:03 -07:00
EntireTwix
91523ca6a5 🐎 static thread_local changes 2021-07-08 02:22:59 -07:00
EntireTwix
f4f28fa92f 🐛 changed JsonFilter saving to body to setting parameter 2021-07-07 02:21:05 -07:00
EntireTwix
2681ca86c2 🐛 fixed error messages for filters 2021-07-06 22:00:43 -07:00
EntireTwix
6dbb9fd98a 🔥🎨 replaced template specializations with class instaniations 2021-07-06 21:11:45 -07:00
EntireTwix
448149e60d 🎨fire: used custom HTTP response in filters 2021-07-06 15:05:03 -07:00
EntireTwix
cf580ae876 🐎🔥 std::move was not required 2021-07-05 19:49:51 -07:00
EntireTwix
c82a90f054 🐛 switched conditional oops 2021-07-05 19:42:35 -07:00
EntireTwix
da2074859e 🎨🔥 merged admin filter with user filter as template arg 2021-07-05 17:11:24 -07:00
EntireTwix
97fd39b1d4 🐎 body only set if method needs it 2021-07-04 23:42:18 -07:00
EntireTwix
b310c8ec2b 🐛🐎 fixed last commit and made faster 2021-07-04 23:18:55 -07:00
EntireTwix
5275028fd6 🐛 fixed user/admin filter std::string_view fuckery 2021-07-04 22:48:24 -07:00
EntireTwix
29044d697c 🐎 references rather then copy 2021-07-04 01:32:03 -07:00
EntireTwix
290d6da0ef 🔥🎨🐎 removed substr_view after learning string_view::substr is O(1) 2021-07-02 22:36:08 -07:00
EntireTwix
c9da3eab04 base64 2021-07-02 17:18:37 -07:00
EntireTwix
893ca3884d 🐎 name is temporarily stored in body 2021-06-27 00:02:30 -07:00
EntireTwix
42ed5b3424 UserFilter for endpoints 2021-06-26 19:21:20 -07:00