Files @ 1c70cb48bb28
Branch filter:

Location: DistRen/etc/distrenclient.conf

LordOfWar
-- changes to frame_finder() --
-changed for statement to a while statement

Mentally preparing self to change the entire frameset structure to 2 arrays instead, because I can't create a structure array without pre-defining the amount... if u can I don't know how. And that means I would have to make it 30k or something depending on how crazy people get with animations, which would waste a ton of memory.
/*
 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")