Updated TODO lists

This commit is contained in:
Phuntsok Drak-pa 2018-03-23 02:33:37 +01:00
parent 03664fe69e
commit 7dfbf7c081
2 changed files with 8 additions and 9 deletions

View File

@ -13,15 +13,15 @@ use self::chrono::Local;
/*
0.1 [ ]
1.1 [ ]
1.1 [X]
1.2 [ ]
1.3 [ ]
1.4 [ ]
1.5 [ ]
1.6 [ ]
1.3 [X]
1.4 [X]
1.5 [X]
1.6 [X]
1.7 [X]
1.8 [X]
1.9 [ ]
1.9 [X]
2.1 [X]
2.2 [X]
3.1 [ ] // pas utile avec Rust
@ -33,7 +33,7 @@ use self::chrono::Local;
*/
// TODO: Implement requests 1.x from protocol (connection currently is broken)
// TODO: Implement requests 0.1 and 1.2
// TODO: Limit usernames to ascii
fn hash_name(name: &str) -> usize {

View File

@ -6,8 +6,7 @@ use std::sync::{Arc, Mutex, MutexGuard};
use std::collections::HashMap;
use self::chrono::Local;
// TODO: implement requests 1.x from protocol
// TODO: forbid usernames already in use
// TODO: add server-side controls: display clients list, kick client, shutdown
///////////////////////////////////////////////////////////////////////////////
// Evolution implementation protocole //