aboutsummaryrefslogtreecommitdiff
path: root/TODO.md
diff options
context:
space:
mode:
authorfusion32 <marcopuzziello@gmail.com>2025-05-26 17:53:28 -0300
committerfusion32 <marcopuzziello@gmail.com>2025-05-26 17:53:28 -0300
commitad1f1814541fc38f7c06e88c7925fbb5bd0dceeb (patch)
treed719a6aaafc0b9758c396758dbfa71ca64244261 /TODO.md
parentfbb392953c5af29b6a0924590c24a05befb72e56 (diff)
downloadgame-ad1f1814541fc38f7c06e88c7925fbb5bd0dceeb.tar.gz
game-ad1f1814541fc38f7c06e88c7925fbb5bd0dceeb.zip
impl Cron and most `map.cc` functions
Diffstat (limited to 'TODO.md')
-rw-r--r--TODO.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/TODO.md b/TODO.md
index ec487dc..8c5d1a8 100644
--- a/TODO.md
+++ b/TODO.md
@@ -10,7 +10,7 @@
The decompiled file has ~115K lines of C. If we take ~15K lines to be rubbish, this can be round to ~100K. Considering a low estimate of 200 lines per day, the whole process could take up to 500 days which is quite a bit but not impossible. Now considering a high estimate of 1K lines per day, it could take 100 days which is also quite a bit.
## TODO AFTER FIRST PASS
-- Trim some rough edges.
+- Trim rough edges.
- Avoid unsafe libc functions like `strcpy`, `strncpy`, `strcat`, `sprintf` etc...
- Handle connections inline with `poll`/`epoll` (probably?).
- Remove exceptions.