Files @ 4f06b2901885
Branch filter:

Location: DistRen/etc/distrenclient.conf

LordOfWar
finished up XMLness of usr_mgr, as far as I can tell its finished and some code needs to be added to main() to test it.
/*
 A client is essentially the libdistren library or any app that is submitting 
 files. Thus, it should only need to know which server to access. Credentials
 specific to a server will be specified per-server for now.
*/
client
{
  server = "ohnopublishing"
}

include("distrencommon.conf")