Commit graph

1163 commits

Author SHA1 Message Date
EntireTwix
72d4ffe679 made close an admin/ 2021-04-05 17:22:22 -07:00
EntireTwix
484c9f75d6 Merge branch 'main' of https://github.com/EntireTwix/CCash-2.0 2021-04-05 16:42:16 -07:00
EntireTwix
a0ae77e729 API side is done 2021-04-05 16:39:58 -07:00
William Katz
64551a3779
incomplete tag 2021-04-04 22:09:09 -07:00
EntireTwix
3cf58d68a2 🐎 enabled multi-threading for debugging 2021-04-04 22:01:47 -07:00
EntireTwix
c32e70c3a5 🐛 fixed bugged http response for Close() 2021-04-04 22:01:20 -07:00
EntireTwix
53b3c2c3ac JsonReturn changes 2021-04-04 21:57:01 -07:00
EntireTwix
6a1fbe23a1 cleaning code 2021-04-04 21:56:22 -07:00
EntireTwix
ef0e4859d1 🚧 adding bindings for API 2021-04-04 21:41:47 -07:00
EntireTwix
769c0762f3 got web framework working 2021-04-04 21:04:05 -07:00
EntireTwix
01bcd2d947 converted forward calls to move 2021-04-04 18:34:16 -07:00
EntireTwix
56fe9d6152 🐛 std::forward changes and ChangePass return 2021-04-04 18:27:38 -07:00
EntireTwix
46c9eb7b7e 🔥 removed Save changes 2021-04-04 18:21:27 -07:00
EntireTwix
7c4da5771f Contains 2021-04-04 18:13:40 -07:00
EntireTwix
b80ff10c5b ChangePassword 2021-04-04 17:51:13 -07:00
EntireTwix
5520d508ff VerifyPassword 2021-04-04 17:45:23 -07:00
EntireTwix
f7d10ca6e1 reverted last change 2021-04-04 17:23:52 -07:00
EntireTwix
18424c64c3 🐎 reduced time that Save() needs lock 2021-04-04 17:20:04 -07:00
William Katz
80b7daad96
Update README.md 2021-04-03 12:04:57 -10:00
William Katz
2d315625cd
Removed debugging line 2021-04-03 11:01:10 -10:00
William Katz
795671d685
🐛 del user funcs didn't grab save lock 2021-04-02 22:59:41 -10:00
William Katz
34873d702b
🐛 Send funds wasn't grabbing save_lock as shared 2021-04-02 22:58:28 -10:00
EntireTwix
f7b842197d README changes 2021-04-03 01:36:54 -07:00
EntireTwix
33fca2036a fixed main and removed background arg 2021-04-03 01:35:26 -07:00
EntireTwix
20cebffbbb README changes 2021-04-03 01:31:15 -07:00
EntireTwix
c130b855fa changed README order 2021-04-03 01:28:33 -07:00
EntireTwix
8679c72313 README changes 2021-04-03 01:26:40 -07:00
EntireTwix
1f0e609634 README changes 2021-04-03 01:24:06 -07:00
EntireTwix
fa9304a64e Merge branch 'main' of https://github.com/EntireTwix/CCash-2.0 2021-04-03 01:07:44 -07:00
EntireTwix
950a74dff1 🐛 forgot header <shared_mutex> 2021-04-03 01:06:29 -07:00
William Katz
74c7ffb9c6
Update README.md 2021-04-03 00:52:57 -07:00
William Katz
804be458e2
Update README.md 2021-04-03 00:48:56 -07:00
William Katz
5ffdc9413f
Update README.md 2021-04-03 00:46:07 -07:00
William Katz
69fe62cbcc
🎉 2021-04-03 00:45:20 -07:00
EntireTwix
4026d7c632 loading & admin pass 2021-04-03 00:24:51 -07:00
EntireTwix
048519c1a5 🚧 working on main 2021-04-03 00:15:59 -07:00
EntireTwix
d2fcf4f863 🐎 made add/del user based on shared lock system for Save() 2021-04-02 23:55:31 -07:00
EntireTwix
ea511c71b2 made Add/Del User operations locking as to allow Saving to be thread safe 2021-04-02 14:57:11 -07:00
EntireTwix
8ebe23fa15 Saving/Loading 2021-04-02 14:38:39 -07:00
EntireTwix
92a48c5f0c small admin add user changes 2021-04-02 13:21:07 -07:00
EntireTwix
ffce6bf2f4 removed header 2021-04-02 12:51:34 -07:00
EntireTwix
d263ae4966 🐎 massively reduced DelUser functions 2021-04-02 12:41:05 -07:00
EntireTwix
1f6378ad92 🐛 bug fixes and implementing Bank API 2021-04-02 12:32:00 -07:00
EntireTwix
e4c262bd79 🐛 Send funds should return false if refunded 2021-04-02 11:36:20 -07:00
EntireTwix
efb769ee29 🚧 bank class and re-structure 2021-04-02 02:12:41 -07:00
EntireTwix
80ffdff068 added drogon 2021-04-02 01:28:19 -07:00
EntireTwix
db25d7deb9 🚚 moved phmap 2021-04-01 21:58:46 -07:00
EntireTwix
0ed92a63ef made some member funcs const 2021-04-01 21:53:36 -07:00
EntireTwix
1d5f93479b 🐎 forgot GetBal & VerifyPass in last commit 2021-04-01 21:25:59 -07:00
EntireTwix
030d5d4a3e 🐎 removed thread safety locks as the phmap will handle thread safety 2021-04-01 21:24:29 -07:00