X-Git-Url: https://jfr.im/git/erebus.git/blobdiff_plain/f6386fa7a5a628da6e931a82464bca6cf2e4aa35..52c80cff91dce5fa14ae903c6c2bf20533ccca46:/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