shazow / ssh-chat

Chat over SSH.
https://shazow.net/posts/ssh-how-does-it-even/
MIT License
5.59k stars 408 forks source link

Persist whitelist state across restarts #43

Open scrothers opened 9 years ago

scrothers commented 9 years ago

The whitelist should add to the specified file, if you agree, I think this will be a great learning example for me and Go.

Also, there should be a /dewhitelist as well.

Thoughts?

shazow commented 9 years ago

Not right now, I think.

We still haven't chosen our storage mechanism for persisting state. Let's do this piece afterwards. :)

I opened an issue: #47