update comments, mostly TODO/FIXME notes

This commit is contained in:
Arceliar 2018-01-26 17:30:51 -06:00
parent 0cb7b3872d
commit c18d863a3e
13 changed files with 62 additions and 46 deletions

View file

@ -6,9 +6,8 @@ import "bytes"
import "fmt"
import "sort"
// TODO: Make all of this JSON
// TODO? Make all of this JSON
// TODO: Add authentication
// TODO: Is any of this thread safe?
type admin struct {
core *Core
@ -138,7 +137,7 @@ func (a *admin) handleRequest(conn net.Conn) {
if isIn {
continue
}
newInfo.name = "missing"
newInfo.name = "?"
newInfo.key = key
infos[key] = newInfo
}