commit 640b43ae702e7057b7d5a69ea78a1fd4b2aeeb62 parent d9a11a2025312d1ddd19040ce58bf86066a3a6e5 Author: Jacob R. Edwards <jacob@jacobedwards.org> Date: Sun, 26 Feb 2023 08:20:36 -0800 Update the to do list Diffstat:
M | TODO | | | 12 | +++++++++++- |
1 file changed, 11 insertions(+), 1 deletion(-)
diff --git a/TODO b/TODO @@ -1 +1,11 @@ -- Use size_t for buffer sizes +? Consider putting all aps related stuff into aps->data, allowing + the server to be reused for other purposes easily + +? Consider Providing the ability to run various commands at startup + before accepting clients + +? Consider adding a command, say 'root', to query and set the working + directory. One downside to this would be that the server cannot + alter an item's contents (such as to update a relative path) + because it isn't suppost to know anything about what's stored in + each item, it's just suppost to pass it on to the player.