icedream / ts3bot-control

(Stalled. "voicybot" will replace this repository eventually.) The control application for the open-sourced TeamSpeak3 Bot.
4 stars 1 forks source link

Get rid of the intermediate HTTP API server #6

Closed icedream closed 9 years ago

icedream commented 9 years ago

The HTTP server is in fact just a feature that has been integrated so deeply during a test that I didn't bother removing it yet.

The story behind the server is that originally the command parsing was supposed to be implemented as a TS3 Lua plugin but it turned out to be impossible due to the limits applied on Lua plugins by TS3, like completely being unable to use sockets and dynamic libraries at all.

icedream commented 9 years ago

Server has been removed in https://github.com/icedream/ts3bot-control/commit/7890e2272300fb523b7b9f8be24049ef3fba3061.