Docker image that contains everything necessary to run TS3Bot almost out of the box.
 
 
Go to file
Icedream 655659e254 Prevent crash on shutdown caused by VLC stop.
The code tried to send a "Stopped." message to TeamSpeak3 when VLC shut down. However VLC gets shut down after TeamSpeak3 which causes a null reference on the query interface.
2015-11-03 03:59:35 +01:00
services Do not require an isolated GUI anymore. 2015-11-02 12:46:30 +01:00
.gitignore Replace .gitignore with a more complete copy. 2015-10-16 14:42:03 +02:00
app.iced Prevent crash on shutdown caused by VLC stop. 2015-11-03 03:59:35 +01:00
app.js Fix process exiting before all services shut down. 2015-11-03 03:55:08 +01:00
config.iced Initial commit. 2015-10-15 17:40:20 +02:00
logger.iced Initial commit. 2015-10-15 17:40:20 +02:00
package.json Use custom XDG runtime dirs for better isolation. 2015-11-02 12:45:27 +01:00
require_bin.iced Make xdotool optional. 2015-11-02 12:18:36 +01:00
service_depcomparer.iced Initial commit. 2015-10-15 17:40:20 +02:00
service_template.iced Initial commit. 2015-10-15 17:40:20 +02:00
services.iced Remove the HTTP API server and do everything directly. 2015-10-21 14:19:56 +02:00
sugar_property.iced Initial commit. 2015-10-15 17:40:20 +02:00
ts3query.iced Fix pipes from TS3 query not being decoded, fixes #22. 2015-11-02 15:42:37 +01:00
ts3settings.iced I'm on a roll with this today. 2015-10-24 11:28:44 +02:00
x11.iced Make xdotool optional. 2015-11-02 12:18:36 +01:00