192 Commits

Author SHA1 Message Date
f103e87020 fix(dbms): some little fixes 2023-01-21 16:38:13 +03:00
66c1a17ad5 feat(dbms): add remove sasa by tanzaku and tanzaku by sasa operations 2023-01-21 16:19:37 +03:00
ea720c449c feat(dbms): add tanzaku operations handling 2023-01-21 15:57:16 +03:00
53277ee2ac fix(dbms): fix a little bug in client lib 2023-01-21 14:33:38 +03:00
fae600d5d4 feat(dbms): send all tdb stats when got empty db name with trc_db_stats 2023-01-21 14:21:02 +03:00
225b1be031 feat(dbms): add sasa operations handling 2023-01-21 02:16:37 +03:00
7fa946dd02 fix(core): return 0 when removing non-existent kazari 2023-01-21 02:12:32 +03:00
93c0087cbc fix(lib): a little fix in kazari section 2023-01-21 01:54:18 +03:00
e130405459 fix(dbms): fix stats JSON and db remove functions 2023-01-21 00:48:01 +03:00
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
08da5aeb79 fix(lib): a little bug fix in weed function 2023-01-20 22:03:36 +03:00
cc795bae19 fix(lib): some bug fixes, optimization improves and code cleanup 2023-01-20 17:18:23 +03:00
8768d55b48 feat(lib): remove sasa get/remove by path and tanzaku get/remove by name functions 2023-01-20 15:58:27 +03:00
0db444b65c style(core): for loops stylization 2023-01-20 15:41:47 +03:00
d90570962b perf(lib): remove file path validation 2023-01-20 13:14:45 +03:00
20ae688a31 fix(core): a lot of bug fixes, optimization improves and some code cleanup 2023-01-20 02:26:21 +03:00
7d97948e74 fix(core): a little bug fix in sappyou.c 2023-01-19 01:51:53 +03:00
7bdcd3e495 fix(lib): a little bug fix in tanabata_init function 2023-01-19 00:51:04 +03:00
bf49221141 fix(core): a little bug fix on loading/saving hyou 2023-01-18 23:50:24 +03:00
3fe58e8cc2 chore: a bit of stylization to CMakeLists.txt 2023-01-14 17:29:22 +03:00
b829e22710 chore: set cmake project name to Tanabata 2023-01-14 17:25:54 +03:00
221e547db5 refactor(core): make core_func.h local 2023-01-14 17:13:52 +03:00
d421eadde4 refactor: rearrange files 2023-01-14 15:12:12 +03:00
a69d8ac042 fix(core): add tanabata struct to core.h 2023-01-13 15:40:20 +03:00
44ef8c32c2 perf: add constants.h file with global constants 2023-01-13 02:21:19 +03:00
36acd4208a chore(lib): remove extra includes 2023-01-13 02:19:25 +03:00
62773539cd refactor(core,lib): move all core and lib structs and constants to a separate header file 2023-01-13 02:17:09 +03:00
50b1300847 chore(core,lib): add #pragma once to header files 2023-01-13 00:28:14 +03:00
7f31d62260 init(web): add http server on golang with authentication only
And remove CGI
2023-01-10 20:08:17 +03:00
e4188c69a4 feat(cli): print related sasa/tanzaku ID when viewing particular tanzaku/sasa 2023-01-08 23:34:39 +03:00
e9ff845c5b chore: a little fix in build.sh 2023-01-04 03:09:32 +03:00
5019c54380 init(cgi): add Common Gateway Interface with authentication only 2023-01-04 01:55:15 +03:00
091b1757c6 chore: prepare for 1.0.0 release 2022-12-31 17:22:08 +03:00
2ee6e5e8cc docs: some corrections 2022-12-31 15:06:57 +03:00
1f37f7a2b8 docs: some minor corrections 2022-12-30 19:26:01 +03:00
90af6dada8 docs: create a section for the CLI manual 2022-12-30 19:13:15 +03:00
6119ed684e chore(cli): remove datetime from list view 2022-12-30 18:43:45 +03:00
32fea5cd2b fix(lib): check if hyou is empty on remove 2022-12-30 18:20:52 +03:00
5daa0db847 perf(lib): weed sappyou before shoppyou 2022-12-30 18:12:07 +03:00
94aa958471 perf(lib): weeding also removes kazari with invalid sasa or tanzaku ID 2022-12-30 18:09:50 +03:00
c7e38851f2 chore(cli): move '\n' outside of stylization macros 2022-12-30 17:34:15 +03:00
66f1c42fcc chore(cli): some minor interface improvements 2022-12-30 16:48:33 +03:00
3939b30c15 fix(cli): correct output messages in the update menu 2022-12-30 16:46:27 +03:00
092188ac5e docs: update and correct usage manual 2022-12-30 16:20:36 +03:00
d19f2b09b2 feat(cli): add option to edit sasa or tanzaku 2022-12-30 15:20:59 +03:00
a03355f8ce feat(cli): print tanzaku last modification datetime 2022-12-30 15:12:41 +03:00
ff0cd4eea2 fix(core): update tanzaku last modification timestamp on tanzaku update 2022-12-30 15:11:25 +03:00
df12b94b2a fix(cli): colorize uncolorized error message 2022-12-30 15:05:04 +03:00
2fb8038a44 feat(lib): add sasa and tanzaku update functions 2022-12-30 14:57:03 +03:00
0b0bc93a8d feat(core): add sasa and tanzaku update functions 2022-12-30 13:47:00 +03:00