Code review comment for lp:~petr-kubanek/stellarium/stellarium

Revision history for this message
Petr Kubánek (petr-kubanek) wrote :

In users database is (added) column, which describes which devices a user can command. Default is NULL, meaning none. When you set it to all (*) as this:
<pre>
psql stars
update users set allowed_devices = '*';
</pre>
you will be able to command devices. It looks as connection brokes after error and is not reconnected. I will investigate this issue.

« Back to merge proposal