Commit Graph
56 Commits
Author SHA1 Message Date
KeyZox 8d4ef4095a 🏗️」 wip: change mainloop to work has expected 2025-04-25 13:27:46 +02:00
KeyZox 91c3833c7c 🔨」 fix: fixed issue with tomlpp 2025-04-23 17:42:32 +02:00
KeyZox 1dc3a61b01 🏗️」 wip: nothing is working anymore 2025-04-23 17:34:22 +02:00
KeyZox 84407173e0 🔨」 fix: fixed invalid read and accept issue 2025-04-23 16:23:20 +02:00
KeyZox 5a2285e3d0 🔨」 fix: fixed but why i don't know 2025-04-23 15:34:42 +02:00
KeyZox 7cd221524f 🏗️」 wip: loop nearly working 2025-04-23 12:43:38 +02:00
KeyZox cc2dc23963 🔨」 fix: fixed some exception handling that were a little SUS 2025-04-22 16:41:28 +02:00
KeyZox b4eb64ca3f 🔨」 fix: corrected issue with ip in the main loop 2025-04-22 16:35:52 +02:00
KeyZox 81631d8290 」 feat: added debug function in log class 2025-04-22 16:23:28 +02:00
KeyZox b660b02351 🔨」 fix: corrected leak 2025-04-22 15:43:37 +02:00
KeyZox 701401f559 」 feat: added ctrl c handling 2025-04-22 15:41:35 +02:00
KeyZox 5d1c3910bc 🔨」 fix: fixed first segfault 2025-04-22 15:34:13 +02:00
KeyZox 7abe04bf44 🔨」 fix: fixed compilation error with logger 2025-04-22 14:51:00 +02:00
KeyZox cc953a791c 🔨」 fix: fixed compilation error 2025-04-22 14:32:35 +02:00
KeyZox 43a34e759f 🏗️」 wip: implemented url class in config need to fix compilation 2025-04-22 12:44:50 +02:00
KeyZox 7ee79b6fa4 🔨」 fix: fixed merge conflict 2025-04-22 12:34:42 +02:00
KeyZox 1bd83e15b0 🏗️」 wip: added some macro for easier coding with iterator 2025-04-22 11:41:05 +02:00
KeyZox 8ff043802c 」 feat: added getserver in config to get a server from a server_name 2025-04-22 11:17:05 +02:00
KeyZox 773a54d7cd 🏗️」 wip: done _handle_client 2025-04-21 11:08:11 +02:00
KeyZox 25eef85b27 🏗️」 wip: need to do _handle_client func 2025-04-20 18:30:19 +02:00
KeyZox bd19d78ac7 🔨」 fix: merge conflic on socket.cpp 2025-04-20 13:30:10 +02:00
KeyZox a2cf80bfde 🏗️」 wip: passed _log to a global pointer 2025-04-18 10:09:46 +02:00
KeyZox 0b77d7b80c 🏗️」 wip: started client handling (need to redo a part of the client fd handling) not yet usable 2025-04-17 19:04:30 +02:00
KeyZox 49fcb87395 🏗️」 wip: main loop should be working 2025-04-17 18:22:05 +02:00
KeyZox dac3df1a03 🏗️」 wip: started _run 2025-04-17 14:36:07 +02:00
KeyZox b98bec117b 🏗️」 wip: Socket creation should be working 2025-04-17 13:12:46 +02:00
KeyZox 2004386c8d 🏗️」 wip: Added proto for Client class 2025-04-14 15:05:26 +02:00
KeyZox 42ab0cfc97 🔨」 fix: adapted constructor to the new config file 2025-04-14 13:43:42 +02:00
KeyZox bff58bad92 🔨」 fix: remove useless _table in class 2025-04-14 13:37:25 +02:00
KeyZox 5595a404d0 🏗️」 wip: added destructor 2025-04-14 13:33:07 +02:00
KeyZox 81b837eceb 🏗️」 wip: new config should be working 2025-04-14 13:25:20 +02:00
KeyZox ffa7ca24c7 🔨」 fix: added logfile parameters 2025-04-14 12:11:37 +02:00
KeyZox f57db261a1 🏗️」 wip: proposing new config to match subject 2025-04-14 12:10:38 +02:00
KeyZox c21612d873 」 feat: updated flake 2025-04-13 11:56:17 +02:00
KeyZox 56c78e3e85 」 feat: updated flake 2025-04-12 11:23:32 +02:00
KeyZox c5d8abb3d6 🔨」 fix: now lauhcning at constrution 2025-04-12 11:19:19 +02:00
KeyZox 9bb74f8283 🏗️」 wip: added constructor and destructor in server::server class 2025-04-12 10:17:55 +02:00
KeyZox 20a0bf80de 🏗️」 wip: started server class 2025-04-11 19:23:44 +02:00
KeyZox 1c79dbcb13 🗑️」 clean: cleaned logfile 2025-04-11 16:04:42 +02:00
KeyZox 521bc49d48 🔨」 fix: fixed log file writing 2025-04-11 15:57:02 +02:00
KeyZox 04e782a780 🔨」 fix: fixed log func 2025-04-11 15:20:17 +02:00
KeyZox b220361474 🏗️」 wip: added log debug function with VERBOSE mode 2025-04-11 15:17:32 +02:00
KeyZox bb841f90c8 🏗️」 wip: started mainloop added help and file parsing 2025-04-11 12:13:27 +02:00
KeyZox 504ba7c66c 🏗️」 wip: work in progress, not done yet. 2025-04-10 14:43:21 +02:00
KeyZox 8dff506caf 🏗️」 wip: Added help msg 2025-04-10 14:19:30 +02:00
KeyZox 1f18956cb6 」 feat: Finished parsing (should be working) 2025-03-26 08:48:33 +01:00
KeyZox dbba3f0668 🏗️」 wip: Nearly finished config file parsing 2025-03-24 10:52:02 +01:00
KeyZox 3024aa3985 」 feat: Updated tomlpp 2025-03-21 20:01:38 +01:00
KeyZox 29cebdee0e 🔨」 fix: removed trash code 2025-03-21 11:09:48 +01:00
KeyZox 4153e6dcdb 🏗️」 wip: Added logger class 2025-03-20 14:42:35 +01:00
KeyZox 30951f436c 🏗️」 wip: Started route class 2025-03-19 17:39:03 +01:00
KeyZox 43df2b18a7 🏗️」 wip: Started reading subject 2025-03-19 15:52:31 +01:00
KeyZox 14bc77ab56 🎉」 init: Started handling config 2025-03-19 14:02:35 +01:00
KeyZox 3b83159707 🏗️」 wip: Added example of config file need review && added tomlpp to ./lib in submodule 2025-03-17 12:01:30 +01:00
KeyZox 00f85cbed7 📝」 doc: changed norm to match nix styling :D 2025-02-14 11:33:28 +01:00
KeyZox c686c6e409 Initial commit 2024-10-28 19:38:00 +01:00