Commit graph

1171 commits

Author SHA1 Message Date
EntireTwix
bf8ecccbb8 🔥 static not needed 2021-07-15 00:32:45 -07:00
EntireTwix
8fb7687d42 updated error message 2021-07-15 00:31:27 -07:00
EntireTwix
9223c520b1 clean solution found 2021-07-15 00:29:29 -07:00
EntireTwix
2599897788 🐛 fixed initial setup problem 2021-07-14 23:51:22 -07:00
EntireTwix
cbcfc1118c improved error handling 2021-07-14 23:42:23 -07:00
EntireTwix
9443fce984 updated build instructions 2021-07-14 23:05:20 -07:00
EntireTwix
ab1e154ab8 updated Save() and Load() paths 2021-07-14 23:02:34 -07:00
EntireTwix
30c4344055 updated default config and user paths 2021-07-14 23:02:11 -07:00
EntireTwix
35b9af952b 🔥 removed default users.json 2021-07-14 23:01:09 -07:00
EntireTwix
727e4ab4b8 FBE 2021-07-14 22:59:18 -07:00
EntireTwix
78f7f34f63 🔥 removed MAX_LOG_SIZE == 1 specific case 2021-07-14 22:59:04 -07:00
EntireTwix
5bc3511c43 🔥 removed MAX_LOG_SIZE == 1 specific case 2021-07-14 22:57:39 -07:00
EntireTwix
8d52d8f5e3 FBE 2021-07-14 22:56:24 -07:00
EntireTwix
0130f3c971 🎉 FBE 2021-07-14 22:56:10 -07:00
EntireTwix
e04dcc926d 🎨 changed SetBal format to match that of ImpactBal() 2021-07-14 00:31:14 -07:00
EntireTwix
a78afc314e SetBal and ImpactBal require valid name arg 2021-07-14 00:29:40 -07:00
EntireTwix
98215b9711 updated message 2021-07-14 00:22:03 -07:00
EntireTwix
23da8c686f 🎨 simplified with .back() 2021-07-14 00:21:49 -07:00
EntireTwix
15ef40b143 💡🔥 removing legacy comments 2021-07-14 00:05:47 -07:00
EntireTwix
732984a45d 💡🔥 removing legacy comments 2021-07-14 00:04:54 -07:00
EntireTwix
521f8614dd 🐛 AddUser() needs valid name check most of all 2021-07-13 23:52:08 -07:00
EntireTwix
6c99d32a64 🐛 MAX_LOG_SIZE == 1 wasnt updated 2021-07-13 21:04:33 -07:00
EntireTwix
4a56d57314 🐎 SendFunds made many times faster 2021-07-13 20:27:02 -07:00
EntireTwix
e5302af958 🔥 removed move constructor variant & adjusted to new log structure 2021-07-13 20:26:36 -07:00
EntireTwix
22d1e02460 🔥 removed move constructor variant 2021-07-13 20:26:15 -07:00
EntireTwix
8935b0cb4d 🔥 removed uneeded constructor 2021-07-13 20:25:58 -07:00
EntireTwix
e112468395 🐎 changed log structure from vector to deque 2021-07-13 20:25:41 -07:00
EntireTwix
fa1a9e6728 🔥 remove moved operations as they werent being utilized 2021-07-13 20:25:02 -07:00
EntireTwix
91aa848d0b 🔥 removed now irrelevant move operations 2021-07-13 20:24:17 -07:00
William Katz
f183235b94
updated to reflect recent commits 2021-07-13 18:41:10 -07:00
EntireTwix
bafb4b801d 🐎 DelSelf optimization 2021-07-13 18:30:24 -07:00
EntireTwix
d949783828 🐎🔥 inlined ValidUsername & removed GetChangedState() 2021-07-13 18:30:04 -07:00
EntireTwix
0ed5d5342b 🐎 inlined ValidUsername() && 🔥 removed GetChangeState() && 🐎 tweaked functions to include ValidUsername() && DelSelf() 2021-07-13 18:28:49 -07:00
EntireTwix
6e8b3357c9 🐎 inlined ValidUsername() 2021-07-13 18:26:52 -07:00
EntireTwix
a65224d39e 🐎🚚 moved shared lock to decrease scope accurately 2021-07-13 16:31:39 -07:00
EntireTwix
0954a76b6a 🔥 removed legacy constructor 2021-07-12 22:03:12 -07:00
EntireTwix
0f3a89b770 🎨 renamed auth input var 2021-07-12 21:41:03 -07:00
EntireTwix
a46801daea 🎨 style changes 2021-07-12 21:35:52 -07:00
EntireTwix
c94c19cbe1 🐎 made GetLogs() return move rather then const ref 2021-07-12 21:34:21 -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
b2f306aee5
default snapshot value set to "null" 2021-07-12 17:23:43 -07:00
William Katz
66b200be27
🐛 empty log responds with ']' 2021-07-12 17:22:41 -07:00
William Katz
eb282de108
🐛 RETURN_ON_DEL should return bool 2021-07-12 17:16:25 -07:00
EntireTwix
c2d8742138 🐛 bad logic for name size 2021-07-12 16:23:30 -07:00
William Katz
16d26d1901
🐎🐛 fixed name specs and replaced function calls 2021-07-12 16:14:56 -07:00
William Katz
70d0374dd7
🎨 simplified to islower 2021-07-12 16:11:46 -07:00