Is there documentation anywhere of what an interpreter should do to have transcripts stored on the IFComp server? I know Parchment has it built-in, but it seems easier to ask here than to try to reverse-engineer it directly.
1 Like
I documented the protocol here: asyncglk/tools/transcript-server at master · curiousdannii/asyncglk · GitHub
I haven’t looked at the IFComp’s server implementation, but the protocol has no inherent security, so the server might just be basically trusting that people will send it good data.
1 Like