Expanded network protocol, read more
Not really doing much, just busywork with the server's handlers. I've tweaked the TODO tags as well.
This commit is contained in:
@@ -11,5 +11,5 @@ function mapSaver.Save(r)
|
||||
io.write("map_saver:Save(", Region.GetX(r), ", ", Region.GetY(r), ")\n")
|
||||
end
|
||||
|
||||
--TODO: create a flexible saving & loading system
|
||||
--TODO: (9) create a flexible saving & loading system
|
||||
return mapSaver
|
||||
@@ -1,10 +1,10 @@
|
||||
--TODO: An archive table of all dead characters
|
||||
--TODO: (9) An archive table of all dead characters
|
||||
|
||||
CREATE TABLE IF NOT EXISTS Accounts (
|
||||
uid INTEGER PRIMARY KEY AUTOINCREMENT,
|
||||
username varchar(100) UNIQUE, --TODO: Swap username for email address
|
||||
username varchar(100) UNIQUE, --TODO: (9) Swap username for email address
|
||||
|
||||
--TODO: server-client security
|
||||
--server-client security
|
||||
-- passhash varchar(100),
|
||||
-- passsalt varchar(100),
|
||||
|
||||
@@ -101,5 +101,5 @@ CREATE TABLE IF NOT EXISTS WornEquipment (
|
||||
--unique information
|
||||
durability INTEGER DEFAULT 0,
|
||||
stats INTEGER REFERENCES StatisticSets(uid)
|
||||
--TODO: attached script?
|
||||
--attached script?
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user