aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorame <[email protected]>2025-06-15 03:38:50 -0500
committerame <[email protected]>2025-06-15 03:38:50 -0500
commit527946cd8b7c6c21e155be66ac00b61a300e60bf (patch)
tree5d1ee5aa5aa8705277fe705104e934ad5baececd
parenta6ef270ed5d1224f72fb5f08e687b6aec572a2b5 (diff)
readme
-rw-r--r--readme.md35
1 files changed, 4 insertions, 31 deletions
diff --git a/readme.md b/readme.md
index 4367b14..554a14d 100644
--- a/readme.md
+++ b/readme.md
@@ -33,16 +33,8 @@ end, port)
</blockquote>
-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