24 Commits

Author SHA1 Message Date
938166366f
lint: fix code for clang-tidy 2025-06-21 01:29:43 +02:00
787b412005
feat: utf8 support & partial ui.c refactor 2025-06-20 21:31:49 +02:00
5174f0b2bf
feat: modernize config
- config now is more toml like
- no need to declare all fields, it implements defaults
- no yanderedev code, introspection babbyyy 😎
- desktop and config files parser semi-unification
- misc tweaks all over (mainly allocation failures handling)
2025-06-13 14:05:19 +02:00
a95f71f7a5
dev: start to implement logger in some places 2025-06-11 17:15:30 +02:00
2bdb57390d
lint: satisfy some nullability annotations 2025-06-11 14:40:21 +02:00
22c3f7c896
feat|perf: generic&efficient desktop&config parser 2025-06-10 23:44:09 +02:00
a846c1b4c9
lint(tidy): some clang-tidy work 2025-06-10 23:32:55 +02:00
7d76687833
lint: apply new style 2025-06-06 20:46:55 +02:00
d6a348c543
Merge branch 'master' into code-formatting 2025-06-06 20:44:39 +02:00
b22ae6b2cc
fix: memory leaks 2025-06-06 19:40:38 +02:00
dc6424979e
fix: address mem issues 2025-06-06 18:12:45 +02:00
rmntgx
15c7ec3c59
Merge branch 'javalsai:master' into code-formatting 2025-05-20 22:25:19 +05:00
rmntgx
ee6565d5b4 fix: memory leaks and memory access errors 2025-05-20 19:42:24 +05:00
rmntgx
0b02a2cef2 format: satisfy linter 2025-05-17 21:56:27 +00:00
f34a71195e
chore: use size_t for indexing and iterating 2024-12-25 20:22:28 +01:00
4c7d221a17
dev: use #includes according to error's concerns 2024-12-25 20:00:09 +01:00
a0b68491ba
chore: implement vectors
also seems to address several of these:
https://github.com/javalsai/lidm/issues/3#issuecomment-2423933131

not sure about the issue itself, might be permission stuff
2024-10-19 17:50:50 +02:00
dbbab78e23
format: let clang-format run ._.
(won't even talk about clang-tidy)
2024-09-05 20:26:58 +02:00
844687809b
fix: missing \n (added perror too) 2024-07-26 14:25:22 +02:00
0955b115e6 do config :) 2024-07-14 21:44:08 +02:00
f9bfc48a9f spain's gonna win btw 🇪🇸 2024-07-14 20:21:17 +02:00
6b2d76c9b8 all: at this point just read readme 😭
spaghetti code
equivalent spaghetti readme
spaghetti commit (wait no, this is actually descriptive)
2024-07-13 12:19:02 +02:00
490a370546 feat: add session types 2024-07-11 00:09:29 +02:00
07d2842be0 feat: add users and sessions discovery
- also add clangd multi-file intellisense
2024-07-10 23:25:50 +02:00