Updated TODO lists
This commit is contained in:
parent
03664fe69e
commit
7dfbf7c081
@ -13,15 +13,15 @@ use self::chrono::Local;
|
|||||||
/*
|
/*
|
||||||
|
|
||||||
0.1 [ ]
|
0.1 [ ]
|
||||||
1.1 [ ]
|
1.1 [X]
|
||||||
1.2 [ ]
|
1.2 [ ]
|
||||||
1.3 [ ]
|
1.3 [X]
|
||||||
1.4 [ ]
|
1.4 [X]
|
||||||
1.5 [ ]
|
1.5 [X]
|
||||||
1.6 [ ]
|
1.6 [X]
|
||||||
1.7 [X]
|
1.7 [X]
|
||||||
1.8 [X]
|
1.8 [X]
|
||||||
1.9 [ ]
|
1.9 [X]
|
||||||
2.1 [X]
|
2.1 [X]
|
||||||
2.2 [X]
|
2.2 [X]
|
||||||
3.1 [ ] // pas utile avec Rust
|
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
|
// TODO: Limit usernames to ascii
|
||||||
|
|
||||||
fn hash_name(name: &str) -> usize {
|
fn hash_name(name: &str) -> usize {
|
||||||
|
@ -6,8 +6,7 @@ use std::sync::{Arc, Mutex, MutexGuard};
|
|||||||
use std::collections::HashMap;
|
use std::collections::HashMap;
|
||||||
use self::chrono::Local;
|
use self::chrono::Local;
|
||||||
|
|
||||||
// TODO: implement requests 1.x from protocol
|
// TODO: add server-side controls: display clients list, kick client, shutdown
|
||||||
// TODO: forbid usernames already in use
|
|
||||||
|
|
||||||
///////////////////////////////////////////////////////////////////////////////
|
///////////////////////////////////////////////////////////////////////////////
|
||||||
// Evolution implementation protocole //
|
// Evolution implementation protocole //
|
||||||
|
Loading…
Reference in New Issue
Block a user