Commit graph

92 commits

Author SHA1 Message Date
EntireTwix
5e71954391 🐛 massive seg fault bug 2022-11-19 21:49:59 -08:00
EntireTwix
32e91a188a AddUser is togglable now 2021-12-02 12:09:52 -08:00
William Katz
491e4bcc85
updated redirect url 2021-07-31 23:39:01 -07:00
EntireTwix
9a67d223dc 🔥 removed thread_local for cached responses 2021-07-28 17:41:44 -07:00
EntireTwix
220c998312 made JSON member parsing order independent 2021-07-28 17:21:58 -07:00
EntireTwix
e717a0ad2c 🐛 JSON input should not be static thread_local 2021-07-25 11:03:03 -07:00
EntireTwix
0f28a0cc19 🚚🐛 moved static declarations & fixed RESPONSE_PARSE 2021-07-24 17:25:20 -07:00
EntireTwix
0cae801ba3 🐎🔥 made BankAPI static 2021-07-23 22:43:47 -07:00
EntireTwix
4086a1d324 🐎🔥 made Bank static 2021-07-23 22:38:51 -07:00
EntireTwix
dbaa6c6beb 🐎 optimized PruneUsers() for if logs are disabled 2021-07-23 15:36:24 -07:00
EntireTwix
d544a10bf1 🐛 static thread_local document breaks parsing overtime 2021-07-21 12:31:02 -07:00
EntireTwix
3bb7640cd6 🐛 patched for MAX_LOG_SIZE == 1 usecase 2021-07-19 23:33:03 -07:00
EntireTwix
9212edb9a3 updated ApiProperties 2021-07-19 22:35:33 -07:00
EntireTwix
72864e6c18 PruneUsers() endpoint 2021-07-19 22:21:18 -07:00
EntireTwix
34099acd02 🎨 stylistic change to list init for pairs 2021-07-19 22:08:09 -07:00
EntireTwix
8c660595c9 made Contains respond 204/404 instead of bool 2021-07-17 20:46:14 -07:00
EntireTwix
347c9490fd Help() should respond with 301 2021-07-15 18:30:55 -07:00
EntireTwix
74b45a1775 🚚 renmaed DelUser to DelSelf 2021-07-15 18:22:41 -07:00
EntireTwix
162b421c8b 🐛 admin changepass should be able to respond with 404 2021-07-15 15:39:16 -07:00
EntireTwix
91aa848d0b 🔥 removed now irrelevant move operations 2021-07-13 20:24:17 -07:00
EntireTwix
bafb4b801d 🐎 DelSelf optimization 2021-07-13 18:30:24 -07:00
EntireTwix
2f699e70c8 AdminChangePass must return when success 2021-07-12 21:29:27 -07:00
EntireTwix
df5dae02d0 AdminChangePass must return when success 2021-07-12 21:29:12 -07:00
EntireTwix
b2741aa276 🐛 changed some functions that previously returned true 2021-07-12 20:59:49 -07:00
EntireTwix
9b573ed7c3 🐛 JSON error responses werent strings 2021-07-12 20:55:07 -07:00
EntireTwix
6f8475ad1d 🔥 removed GEN_BODY and improved error responses of JSON parsing functions 2021-07-12 20:51:37 -07:00
William Katz
eb282de108
🐛 RETURN_ON_DEL should return bool 2021-07-12 17:16:25 -07:00
William Katz
7be15963d0
🔥🐎 removed jsoncpp from API properties 2021-07-12 15:45:37 -07:00
EntireTwix
4b6c71354f 🎨 RESPOND_TRUE related functions return 204 now 2021-07-11 15:38:23 -07:00
EntireTwix
4b7ef754c0 updated README redirect in preperation of release 2021-07-10 23:08:29 -07:00
EntireTwix
2d8cb3ee28 🐎 made resp construct a static thread_local again 2021-07-09 21:38:17 -07:00
EntireTwix
13d66b537c 🐎🚚 resp is faster when local 2021-07-09 21:35:01 -07:00
EntireTwix
074d024d77 🔥 removing static thread_local for temporary name/pass _val 2021-07-09 21:27:03 -07:00
EntireTwix
e0c79f980d 🐎 reverted changes after benchmarking 2021-07-09 21:19:34 -07:00
EntireTwix
6225083a06 🔥 removed legacy GEN_BODY 2021-07-09 21:06:27 -07:00
EntireTwix
408ea473d5 🐎 made each endpoint share the same name/pass intrusion strings 2021-07-09 21:04:01 -07:00
EntireTwix
dc6c3d70a0 🔨 made str_intrusion.h into a wrapper 2021-07-09 00:07:45 -07:00
EntireTwix
b1f0aad79e 🐛 ImpactBal accepts Int64 not UInt64 2021-07-08 16:39:54 -07:00
EntireTwix
da89d390ea 🔨 using str_intrusion.h to write to private string data 2021-07-08 14:58:03 -07:00
EntireTwix
22c99cfbfb 🐎🔨 thread_local & simdjson 2021-07-08 02:58:55 -07:00
EntireTwix
6b481802e5 🔥 reverted last commit 2021-07-07 16:41:05 -07:00
EntireTwix
b18ec4e26d 🐛 fixed last commit -m 2021-07-07 16:40:03 -07:00
EntireTwix
a1df11eeeb 🐛 fixed last commit -m 2021-07-07 16:37:50 -07:00
EntireTwix
51a9ab8ff8 🐎 response is always true or false so to_string is slower 2021-07-07 16:30:28 -07:00
EntireTwix
9ee4f7ab88 🐎🚚 moved CORS to bank_api.cpp and cached RESPOND_TRUE 2021-07-07 16:14:54 -07:00
EntireTwix
23b6362d91 🐛 fixed from \"true\"->true 2021-07-07 03:06:58 -07:00
EntireTwix
9fabf137f1 made RESPOND_TRUE use the custom BankResponse response 2021-07-07 02:44:11 -07:00
EntireTwix
f4f28fa92f 🐛 changed JsonFilter saving to body to setting parameter 2021-07-07 02:21:05 -07:00
EntireTwix
dedff14e7e 🐛🎨 fixed filters reliance on toResponse for bank responses crashing 2021-07-06 21:53:32 -07:00
EntireTwix
18b7923d7f 🐛 fixed testing state 2021-07-06 20:43:22 -07:00