]> jfr.im git - erebus.git/blobdiff - TODO
admin_config - add !getconfig, remove some unused functions
[erebus.git] / TODO
diff --git a/TODO b/TODO
index 9df83229d4f315165ea2d38ac786176ce5587f8c..b849f98c10a5aea59a36dcfe45e2f93fa6d30b96 100644 (file)
--- 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