Commit Graph

75 Commits

Author SHA1 Message Date
a407ee51a3 」 feat(server/client): added Client class :D 2025-04-17 13:11:18 +02:00
2004386c8d 🏗️」 wip: Added proto for Client class 2025-04-14 15:05:26 +02:00
42ab0cfc97 🔨」 fix: adapted constructor to the new config file 2025-04-14 13:43:42 +02:00
612cece2d0 」 feat: new config should be working 2025-04-14 13:41:23 +02:00
bff58bad92 🔨」 fix: remove useless _table in class 2025-04-14 13:37:25 +02:00
5595a404d0 🏗️」 wip: added destructor 2025-04-14 13:33:07 +02:00
81b837eceb 🏗️」 wip: new config should be working 2025-04-14 13:25:20 +02:00
c21612d873 」 feat: updated flake 2025-04-13 11:56:17 +02:00
5fa656c453 」 feat(src/server.cpp): handle_client :D 2025-04-13 11:54:26 +02:00
f185a811d8 🏗️」 wip(server/_run): fixed _run command 2025-04-12 18:57:41 +02:00
c5d8abb3d6 🔨」 fix: now lauhcning at constrution 2025-04-12 11:19:19 +02:00
9bb74f8283 🏗️」 wip: added constructor and destructor in server::server class 2025-04-12 10:17:55 +02:00
20a0bf80de 🏗️」 wip: started server class 2025-04-11 19:23:44 +02:00
1c79dbcb13 🗑️」 clean: cleaned logfile 2025-04-11 16:04:42 +02:00
521bc49d48 🔨」 fix: fixed log file writing 2025-04-11 15:57:02 +02:00
04e782a780 🔨」 fix: fixed log func 2025-04-11 15:20:17 +02:00
b220361474 🏗️」 wip: added log debug function with VERBOSE mode 2025-04-11 15:17:32 +02:00
bb841f90c8 🏗️」 wip: started mainloop added help and file parsing 2025-04-11 12:13:27 +02:00
504ba7c66c 🏗️」 wip: work in progress, not done yet. 2025-04-10 14:43:21 +02:00
8dff506caf 🏗️」 wip: Added help msg 2025-04-10 14:19:30 +02:00
4a2bd9fe21 🔨」 fix(main.cpp): fixed headers 2025-04-10 12:32:56 +02:00
f6c4d21d30 Merge pull request #3 from KeyZox71/http-indev
http indev
2025-04-10 12:26:09 +02:00
0e90a76508 Merge branch 'main' into http-indev 2025-04-10 12:23:54 +02:00
24f7b18ba6 🎉」merge: merged config
🎉」 init: Started handling config
2025-04-10 12:22:05 +02:00
ebb37d8091 🏗️」 wip(http): work in progress, not done yet. 2025-04-10 12:18:48 +02:00
4ce004ee06 📝」 doc(http): removed debug logs for readable stdout 2025-04-08 01:13:02 +02:00
0264b56169 🏗️」 wip(requests/POST): updating only things that does make sense 2025-04-02 05:28:11 +02:00
479cc85543 Create .clang-format 2025-03-29 13:24:47 +01:00
1f18956cb6 」 feat: Finished parsing (should be working) 2025-03-26 08:48:33 +01:00
f6263c8550 🏗️」 wip(http): work in progress, not done yet. 2025-03-24 16:01:56 +01:00
78ee544eb3 🔨」 fix(requests/Errors): now working, kinda 2025-03-24 16:01:45 +01:00
7c2a6e10e2 ✏️」 norm(http/requests.cpp): normed variable names 2025-03-24 13:11:27 +01:00
dbba3f0668 🏗️」 wip: Nearly finished config file parsing 2025-03-24 10:52:02 +01:00
3024aa3985 」 feat: Updated tomlpp 2025-03-21 20:01:38 +01:00
29cebdee0e 🔨」 fix: removed trash code 2025-03-21 11:09:48 +01:00
4153e6dcdb 🏗️」 wip: Added logger class 2025-03-20 14:42:35 +01:00
30951f436c 🏗️」 wip: Started route class 2025-03-19 17:39:03 +01:00
43df2b18a7 🏗️」 wip: Started reading subject 2025-03-19 15:52:31 +01:00
14bc77ab56 🎉」 init: Started handling config 2025-03-19 14:02:35 +01:00
cf509f09b7 」 feat(http/GET): file listing page if opening a directory 2025-03-19 03:15:20 +01:00
4b00173fcf Merge pull request #2 from KeyZox71/exampleConf
🎉」 init(config file): added config file example
2025-03-18 17:08:00 +01:00
5f9fec9568 🏗️」 wip: work in progress, not done yet. 2025-03-17 14:33:38 +01:00
3b83159707 🏗️」 wip: Added example of config file need review && added tomlpp to ./lib in submodule 2025-03-17 12:01:30 +01:00
28713b407a 🏗️」 wip(requests): work in progress, not done yet. 2025-02-14 17:11:33 +01:00
00f85cbed7 📝」 doc: changed norm to match nix styling :D 2025-02-14 11:33:28 +01:00
11f2c43b34 Merge pull request #1 from KeyZox71/yosyo-indev
🔀」 merge(yosyo-indev): starting base of the responses classes and parsing + little norm fix
2025-02-14 11:30:09 +01:00
b30d54d9cc 」 feat(requests): GET done, time for the two others D: 2025-02-12 11:28:52 +01:00
6b2632534c 🏗️」 wip(requests): from map to multimap for multiple headers with same key(still tmp commit, will redo them correctly after i'm done) 2025-02-12 01:36:19 +01:00
3041ebbc95 🔨」 fix: wtf 2025-02-11 22:27:52 +01:00
8edf96d85d 📝」 doc(README): fixed the typo 2025-02-11 22:27:15 +01:00