mutgos / mutgos_server

MUTGOS, a modern MUD MUCK MUSH MOO MU* text game engine
MIT License
4 stars 2 forks source link

mutgos.conf should have comments sshd config style #37

Open hyena opened 5 years ago

hyena commented 5 years ago

In the config files for sshd most lines are commented out and show the default values. This is a good way to tell the user what the default values are and help them keep track of what they've modified.

zelerin commented 5 years ago

Sounds reasonable to me. If you'll note in the code, the parser already puts in defaults for unspecified values. Is this something you wanted to work or should I make the changes soon?

hyena commented 5 years ago

It's low priority. How about we just mark it good first issue for now? It could be a good first ticket for someone trying to get their dev environment working and get used to the workflow.