Commit graph

360 commits

Author SHA1 Message Date
William
b74510a113
🐛 invalid json after last commit 2022-12-24 00:55:21 -08:00
EntireTwix
70ac88e894 receiving does not have to be a json field 2022-12-23 19:03:08 -08:00
EntireTwix
3e73d08227 🔥 return_on_del is always a field now 2022-12-20 11:56:50 -08:00
EntireTwix
66b21332b3 🐛 fixed properties() 2022-12-19 19:55:52 -08:00
EntireTwix
95c2d47216 receiving output as "true" instead of "1" 2022-12-19 18:41:15 -08:00
EntireTwix
83455a0510 changed to per-method versioning 2022-12-19 15:45:05 -08:00
EntireTwix
5e253e42d9 🐛 fixing last commit 2022-12-18 17:22:12 -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
37b110d36f 🐛 receiving field should not be in quotes 2022-12-17 12:25:47 -08:00
EntireTwix
a49a1730f7 🐛 fixed MIN_API_SUPPORT commit 2022-12-04 00:17:11 -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
f1b03ecb41 🐛 GetLogsV2 also needs a log_flag 2022-11-30 19:17:19 -08:00
EntireTwix
94c2cb1f65 🐛 used old log_snapshot 2022-11-30 19:14:22 -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
474b8b0d47
🐛 fixed error message 2021-10-15 14:27:39 -07:00
EntireTwix
c083d78ac1 improved errors 2021-09-23 23:16:46 -07:00
William Katz
348c3b6e12
warning in exception throw 2021-09-23 22:59:52 -07:00
EntireTwix
5114e19737 🐛 fixed last commit 2021-08-11 17:10:05 -07:00
EntireTwix
ae7f3e7cfa more portable way of force inlining 2021-08-10 19:57:44 -07:00
William Katz
2823a6fe3f
🐛 when max log grew since last save, the load would underflow 2021-08-01 00:44:37 -07:00
William Katz
491e4bcc85
updated redirect url 2021-07-31 23:39:01 -07:00
William Katz
7d26eb9341
made more portable 2021-07-31 23:05:52 -07:00
William Katz
4914490b42
🐛 made inline 2021-07-31 22:49:33 -07:00
William Katz
e399a5bc16
constexpr will fail but inline, is more portable 2021-07-31 22:44:40 -07:00
EntireTwix
b3cc2b2cb5 🐛 forgot to resize to 0 of string cache 2021-07-29 20:57:03 -07:00
EntireTwix
96d3c1de08 🐛 real max log size is 59 not 60 2021-07-29 20:53:53 -07:00
EntireTwix
4cfc27e01e 🐛 real max log size is 59 not 60 2021-07-29 20:48:53 -07:00
EntireTwix
be90601801 🐛 real max log size is 60 not 58 2021-07-29 20:46:34 -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
7ce9a71118 small tweaksg 2021-07-24 17:42:41 -07:00
EntireTwix
0f50e00b6c 🐛 fixed for CONSERVATIVE_DISK_SAVE false possibility 2021-07-24 17:29:25 -07:00
EntireTwix
37d885d81d 🚚🔥 removed save_flag as bool possibility & moved static declarations from bank_api.cpp 2021-07-24 17:26:15 -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
2b7330f48a 🐎 balance can be accumulated rather then each account adding to return_on_del individually 2021-07-23 15:30:44 -07:00
EntireTwix
86ab683704 🐎 bal must be non-zero to impact return account 2021-07-23 15:24:18 -07:00
William Katz
7a0a5d4036
🐛 prune users should return on del if enabled 2021-07-23 15:12:12 -07:00
William Katz
613123ba64
🎨🐎 simplification of log of last commit 2021-07-21 23:08:32 -07:00