From 527946cd8b7c6c21e155be66ac00b61a300e60bf Mon Sep 17 00:00:00 2001 From: ame Date: Sun, 15 Jun 2025 03:38:50 -0500 Subject: readme --- readme.md | 35 ++++------------------------------- 1 file changed, 4 insertions(+), 31 deletions(-) (limited to 'readme.md') diff --git a/readme.md b/readme.md index 4367b14..554a14d 100644 --- a/readme.md +++ b/readme.md @@ -33,16 +33,8 @@ end, port) -note: any net code is prone to memory leaks, this will be addressed and fixed soon, on the other hand it has no know memory issues - --- -~~net code also has some recv issues, ill fix these when i get time:3 only issue so far is with file parsing but i plan to rewrite alot of stuff~~ - -update: - -recv code has been rewritten and i have fixed file parsing (with some testing) file parsing may be rewritten but works as of now - ## building build with `make`, output is `./lullaby.so` or (win)`./lullaby.dll` @@ -59,33 +51,14 @@ for working on the code base, i recommend using bear to generate compile_command ## todo: -* (working on seperatley) gui for graphs - -* finish up http server - - * https - - * ~~check memory saftey~~ (*should* be good) (now work on indirect & more lifetime stuff) +* better tests - * memory optimizations (its getting there) +* rewrite docs - * settings (parse/read files, etc..) - - * define usage of new routes inside of routes, and allow route removal - - * connection limit - - * allow choosing what to copy over to the thread, or not to copy the global state at all - - * allow stopping the server - -* more doxygen like docs, everywhere - -* encode tests (and fix sprintf ub) + * net mostly complete ---- # credits -* [luaproc](https://github.com/askyrme/luaproc) helped with multithreading - +* [luaproc](https://github.com/askyrme/luaproc) helped wrap my head around multiple lua_State concepts -- cgit v1.2.3