• Andrew Price's avatar
    Split out the who file stuff from files.* into who.* and tidy up the code a... · 99262954
    Andrew Price authored
    Split out the who file stuff from files.* into who.* and tidy up the code a bit. Intention here is to modularise the who file code so that it can be replaced with a server-managed sqlite db (or whatever) easily in future. There's still a lot of code which does its own operations on the who file with read() and lseek() so a good next step will be to hide that code behind an iterator or similar.
    
    99262954