commit 97c67f7cfb4076973dfbacfcfdf1773d4b9c3666
parent b647afcc4f2336305cafa834a2c16ef4f3829f21
Author: Joris Vink <joris@coders.se>
Date: Fri, 22 Nov 2013 09:35:52 +0100
Update TODO
Remove stuff thats been done or obsolete
Diffstat:
1 file changed, 1 insertion(+), 7 deletions(-)
diff --git a/docs/TODO b/docs/TODO
@@ -2,16 +2,10 @@ Kore TODO list
===============
- Websocket support.
-- GET arguments (only POST supported).
-- POST multiform/form-data support.
+- Better param syntax
- Auxiliary library framework.
- Provide more API functions for generic stuff such as
session handler, page building, etc etc.
-- Ability to load one module per domain instead of one global module.
- API to programmatically configure, start and stop Kore.
- Find that one memory leak that's causing me agony beyond belief.
- Get my hands on a 48 core server to test stuff on.
-
-Ideas
-=====
-- If a page handler keeps causing issues, show a generic error page?