From: John Runyon Date: Fri, 19 Jan 2024 20:25:01 +0000 (-0700) Subject: TODO X-Git-Url: https://jfr.im/git/erebus.git/commitdiff_plain/471c26960d492ee24aa33bb6bb836e8acd2d3821 TODO --- diff --git a/TODO b/TODO index 9df8322..b849f98 100644 --- a/TODO +++ b/TODO @@ -58,3 +58,7 @@ vim: expandtab sw=2 ts=2 - lookup User object by auth modules should be able to (attempt to) look up a User object by auth, that way if the user is online !clevel and !glevel can look up their existing object and adjust the permissions there + +- sockets module: wrapping should operate on byte-level not string-level + sentences with unicode text get wrapped wrong + ... but the wrapping point needs to be determined at the string-level ugh