Commit Graph

167 Commits

Author SHA1 Message Date
H1K0 47ee5c4776 feat(web): add token validation handler 2023-01-27 01:21:18 +03:00
H1K0 9a4817d6ad refactor(web): move all server files into server directory 2023-01-27 01:11:24 +03:00
H1K0 2981a4b0ca chore(web): add go.mod 2023-01-27 01:06:58 +03:00
H1K0 01f2b24bfc chore: remove unused constants.h 2023-01-27 01:05:50 +03:00
H1K0 9d22038261 chore(dbms): rename 'unsaved' stats key to 'changed' 2023-01-27 00:43:57 +03:00
H1K0 540a039057 chore(dbms): separate date and time with space in logs 2023-01-27 00:41:45 +03:00
H1K0 94b3776ddf fix(dbms): escape JSON strings 2023-01-27 00:38:46 +03:00
H1K0 6dd7421050 fix(dbms): remove trailing comma from response 2023-01-26 23:38:48 +03:00
H1K0 9828e0f213 feat(web): add TDBMS client 2023-01-26 23:29:52 +03:00
H1K0 77d1044742 fix(dbms): remove hex numbers notation from json response 2023-01-26 23:05:06 +03:00
H1K0 b80eaf55ea chore(web): change assets paths 2023-01-26 21:51:11 +03:00
H1K0 a5728f7838 chore(dbms): add TRC bits enum to tdbms.h 2023-01-26 21:49:48 +03:00
H1K0 58868ff681 fix(dbms): put EOT char in the end of request/response 2023-01-26 17:29:01 +03:00
H1K0 23aae2c3b1 refactor(dbms): tdb_query returns response 2023-01-23 21:04:49 +03:00
H1K0 bf1a652b91 feat(web): improve token generation 2023-01-23 16:16:17 +03:00
H1K0 f8d988883f chore(dbms): add tdbms server installation script and systemd service config 2023-01-22 17:22:21 +03:00
H1K0 ca9bf96eec fix(tfm): fix CLI 2023-01-21 18:58:35 +03:00
H1K0 aa0f85397f fix(dbms): fix tdb list loading 2023-01-21 18:45:12 +03:00
H1K0 b1c6229968 fix(dbms): fix tdb load and save operations handling 2023-01-21 18:44:54 +03:00
H1K0 085b337a5e feat(dbms): save db list after adding/removing/editing any 2023-01-21 18:37:46 +03:00
H1K0 a389d959e0 perf(dbms): optimize request execution 2023-01-21 18:34:03 +03:00
H1K0 3783d8061b fix(dbms): send empty list instead of false status 2023-01-21 17:50:47 +03:00
H1K0 45ce484636 fix(lib): some bug fixes in kazari section 2023-01-21 17:48:18 +03:00
H1K0 9de309e142 feat(dbms): add kazari operatons handling 2023-01-21 17:44:15 +03:00
H1K0 a127cae637 fix(dbms): remove unused TRC 2023-01-21 17:32:44 +03:00
H1K0 f103e87020 fix(dbms): some little fixes 2023-01-21 16:38:13 +03:00
H1K0 66c1a17ad5 feat(dbms): add remove sasa by tanzaku and tanzaku by sasa operations 2023-01-21 16:19:37 +03:00
H1K0 ea720c449c feat(dbms): add tanzaku operations handling 2023-01-21 15:57:16 +03:00
H1K0 53277ee2ac fix(dbms): fix a little bug in client lib 2023-01-21 14:33:38 +03:00
H1K0 fae600d5d4 feat(dbms): send all tdb stats when got empty db name with trc_db_stats 2023-01-21 14:21:02 +03:00
H1K0 225b1be031 feat(dbms): add sasa operations handling 2023-01-21 02:16:37 +03:00
H1K0 7fa946dd02 fix(core): return 0 when removing non-existent kazari 2023-01-21 02:12:32 +03:00
H1K0 93c0087cbc fix(lib): a little fix in kazari section 2023-01-21 01:54:18 +03:00
H1K0 e130405459 fix(dbms): fix stats JSON and db remove functions 2023-01-21 00:48:01 +03:00
H1K0 871b76d43a init(dbms): introduce Tanabata database management system (TDBMS)
Only basic database operations, only Unix domain sockets by now
2023-01-20 22:50:01 +03:00
H1K0 08da5aeb79 fix(lib): a little bug fix in weed function 2023-01-20 22:03:36 +03:00
H1K0 cc795bae19 fix(lib): some bug fixes, optimization improves and code cleanup 2023-01-20 17:18:23 +03:00
H1K0 8768d55b48 feat(lib): remove sasa get/remove by path and tanzaku get/remove by name functions 2023-01-20 15:58:27 +03:00
H1K0 0db444b65c style(core): for loops stylization 2023-01-20 15:41:47 +03:00
H1K0 d90570962b perf(lib): remove file path validation 2023-01-20 13:14:45 +03:00
H1K0 20ae688a31 fix(core): a lot of bug fixes, optimization improves and some code cleanup 2023-01-20 02:26:21 +03:00
H1K0 7d97948e74 fix(core): a little bug fix in sappyou.c 2023-01-19 01:51:53 +03:00
H1K0 7bdcd3e495 fix(lib): a little bug fix in tanabata_init function 2023-01-19 00:51:04 +03:00
H1K0 bf49221141 fix(core): a little bug fix on loading/saving hyou 2023-01-18 23:50:24 +03:00
H1K0 3fe58e8cc2 chore: a bit of stylization to CMakeLists.txt 2023-01-14 17:29:22 +03:00
H1K0 b829e22710 chore: set cmake project name to Tanabata 2023-01-14 17:25:54 +03:00
H1K0 221e547db5 refactor(core): make core_func.h local 2023-01-14 17:13:52 +03:00
H1K0 d421eadde4 refactor: rearrange files 2023-01-14 15:12:12 +03:00
H1K0 a69d8ac042 fix(core): add tanabata struct to core.h 2023-01-13 15:40:20 +03:00
H1K0 44ef8c32c2 perf: add constants.h file with global constants 2023-01-13 02:21:19 +03:00