From da01c13ac56b4bb66df7c9de78d51a6324a35045 Mon Sep 17 00:00:00 2001 From: shockrah Date: Tue, 11 Aug 2020 20:03:42 -0700 Subject: [PATCH] removed ancient todo --- server/todo | 28 ---------------------------- 1 file changed, 28 deletions(-) delete mode 100644 server/todo diff --git a/server/todo b/server/todo deleted file mode 100644 index 537a1fd..0000000 --- a/server/todo +++ /dev/null @@ -1,28 +0,0 @@ -for now we'll acheive these things via some tests -users: - - create new users via some tests - - search users - we should be able to ask for the first _n_ users in a server - this _n_ value will be 250 for now since user names should be pretty short and we're only going to care about the usernames+id's - - - update - whenever a user wants to change their display name or something on the server - - - remove users - whenever a user wants to be removed from a server - all we need for this one is the userid for that server then we should remove them - -# todo for later but these schemas are there for sake of brevity and completeness -# they're just not being dealth with atm -channels: - -# mod::invites - -Better random number generation in use_invite function - -# Walls - -Right now there's literally 0 security checks in place and thats because: -1. im lazy with that at the moment -2. if the underlying logic is fucked then the security won't do anything -3. finally the code is built to add things onto it \ No newline at end of file