fausecteam / ctf-gameserver

FAUST Gameserver for attack-defense CTFs
https://ctf-gameserver.org
ISC License
64 stars 27 forks source link

Checker: Make "service" argument consistent #38

Closed F30 closed 4 years ago

F30 commented 6 years ago

At the moment, ctf-testrunner and ctf-checkerslave take an integer (probably the service's database ID) as their --service argument. ctf-checkermaster takes a string (the service's name), but describes it as "database id of the service".

This should be made more consistent. Probably, the service slug should be used when #16 is ready.

F30 commented 5 years ago

Related to #16.