all repos — xrxs @ 41c96c5127be0196e9f4b29f8fb723d8e06a643d

experimental networked application/game server with 9p

41c96c51
fix errors reading and writing universe
Iris Lightshard nilix@nilfm.cc
150b8ae5
finished adding random/scope functions, universe isn't writing...
Iris Lightshard nilix@nilfm.cc
94079163
implement chunk paging, moved some functions out of xrxs.c into user.c
Iris Lightshard nilix@nilfm.cc
c8ba4121
use libString insead of static character arrays where useful, added some data structure stuff for realm master, random, and scope
Iris Lightshard nilix@nilfm.cc
4430d607
README: consistency
Iris Lightshard nilix@nilfm.cc
bab155e6
added chunking/paging info to the spec
Iris Lightshard nilix@nilfm.cc
f752f9de
added new aux types: SCOPE, RANDOM, GRANDOM; updated spec
Iris Lightshard nilix@nilfm.cc
e469044b
move realms under carts (realms per cart) and got carts realms and universes working
Iris Lightshard nilix@nilfm.cc
c524a9b6
implemented some more functions and started putting it all together... realms aren't being saved on leaving; something's up
Iris Lightshard nilix@nilfm.cc
92bbf397
implemented functions for Universe and some for Realm; fixed find_cart()
Iris Lightshard nilix@nilfm.cc
cd612551
refined some types, implemented byte/char reading from files, and implemented some cartridge functions
Iris Lightshard nilix@nilfm.cc
2d4f1f5e
added MIT license and created headers and code files for all the types
Iris Lightshard nilix@nilfm.cc
0cc1835a
add skeleton functions for write_ctl with documentation, tweak users table
Iris Lightshard nilix@nilfm.cc
edc0e119
self is always first in users list; implement logout
Iris Lightshard nilix@nilfm.cc
6ea6f9be
fix typos and tested writing to ctl from uxn. it works!
Iris Lightshard nilix@nilfm.cc
1b90c918
fix README
Iris Lightshard nilix@nilfm.cc
59c83e2b
implement users table and users_read()
Iris Lightshard nilix@nilfm.cc
7ff7a1e2
fixed a typo
Iris Lightshard nilix@nilfm.cc
28c2e3ca
update DESIGN document, put skeleton code in place
Iris Lightshard nilix@nilfm.cc
a0163016
we can write to ctl; thanks sigrid :)
Iris Lightshard nilix@nilfm.cc
28775d39
trying to write to ctl file
Iris Lightshard nilix@nilfm.cc
d7466c73
serve simple file directories over 9p
Iris Lightshard nilix@nilfm.cc
6688673f
writerf(): write data to ramfile from serverside
Iris Lightshard nilix@nilfm.cc
36c208cb
playing with ramfs implemenatation
Iris Lightshard nilix@nilfm.cc
b738d29f
design notes on 9p directory structure
Iris Lightshard nilix@nilfm.cc
ed686913
remove old files on build; fix fsread() a little bit; add options for different service models
Iris Lightshard nilix@nilfm.cc
9d81d9d6
first commit -- hello from 9p
Iris Lightshard nilix@nilfm.cc