Commit graph

102 commits

Author SHA1 Message Date
EntireTwix
83455a0510 changed to per-method versioning 2022-12-19 15:45:05 -08:00
EntireTwix
d63be0ec73 🐛 logs being disabled wasnt building 2022-12-18 17:18:47 -08:00
EntireTwix
54acbf8cc6 🐛 "doc["time"].get(pass)" -> "doc["pass"].get(pass)" 2022-12-18 15:48:28 -08:00
EntireTwix
f9aa33afac updated ApiProperties 2022-12-03 23:56:07 -08:00
EntireTwix
09422995e8 MIN_API_SUPPORT 2022-12-03 23:45:19 -08:00
EntireTwix
cf4ba5ccfa api_version related changes 2022-11-28 17:14:41 -08:00
EntireTwix
b584f5b4d5 improved Transaction structure 2022-11-28 17:06:13 -08:00
EntireTwix
78b62092b3 🐛 correction to last commit 2022-11-21 22:53:28 -08:00
EntireTwix
1b2c763f0b requests that accept 2^32 reject arguments larger than 2^32 2022-11-21 22:20:59 -08:00
EntireTwix
1498d3d028 🐛 doc["time"].get(amount) 2022-11-21 22:10:50 -08:00
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