Skip to content

Releases: shiftregister-vg/grails-plugin-teamspeak3

0.1.7

28 May 23:23
Compare
Choose a tag to compare

Added an autoconnect config param. Turn it on by adding the following to Config.groovy (or update the existing teamspeak3 config block)

grails {
    plugin {
        teamspeak3 {
            autoconnect = true // set to true or false
        }
    }
}

0.1.6

18 May 06:55
Compare
Choose a tag to compare

Added connect and exit methods to the service. The exit method will completely shutdown and remove listeners, unregister events and exit the TS server. The connect method will perform the original connection sequence. Registering events and listeners will have to be done by the application.

0.1.5

17 May 03:26
Compare
Choose a tag to compare
Version update