This repository has been archived on 2019-06-23. You can view files and clone it, but cannot push or open issues/pull-requests.
mumbledj/commands
Matthieu Grieger a1c5399223 https://github.com/matthieugrieger/mumbledj/issues/182: Added back track/playlist submitter immediate skipping 2016-11-05 19:39:31 -07:00
..
add.go Resolve https://github.com/matthieugrieger/mumbledj/issues/152: Command messages are now set and configured in config.yaml 2016-06-21 16:00:13 -07:00
add_test.go Bump to version 3.0.0 2016-06-20 17:16:05 -07:00
addnext.go Resolve https://github.com/matthieugrieger/mumbledj/issues/152: Command messages are now set and configured in config.yaml 2016-06-21 16:00:13 -07:00
addnext_test.go Bump to version 3.0.0 2016-06-20 17:16:05 -07:00
cachesize.go Resolve https://github.com/matthieugrieger/mumbledj/issues/152: Command messages are now set and configured in config.yaml 2016-06-21 16:00:13 -07:00
cachesize_test.go Bump to version 3.0.0 2016-06-20 17:16:05 -07:00
currenttrack.go Resolve https://github.com/matthieugrieger/mumbledj/issues/152: Command messages are now set and configured in config.yaml 2016-06-21 16:00:13 -07:00
currenttrack_test.go Added some tests and fixed some others 2016-06-21 23:27:41 -07:00
forceskip.go Fix https://github.com/matthieugrieger/mumbledj/issues/156: Audio not stopping after forceskip 2016-06-25 12:27:51 -07:00
forceskip_test.go Bump to version 3.0.0 2016-06-20 17:16:05 -07:00
forceskipplaylist.go Resolve https://github.com/matthieugrieger/mumbledj/issues/152: Command messages are now set and configured in config.yaml 2016-06-21 16:00:13 -07:00
forceskipplaylist_test.go Bump to version 3.0.0 2016-06-20 17:16:05 -07:00
help.go Resolve https://github.com/matthieugrieger/mumbledj/issues/152: Command messages are now set and configured in config.yaml 2016-06-21 16:00:13 -07:00
help_test.go Added some tests and fixed some others 2016-06-21 23:27:41 -07:00
joinme.go Resolve https://github.com/matthieugrieger/mumbledj/issues/152: Command messages are now set and configured in config.yaml 2016-06-21 16:00:13 -07:00
joinme_test.go Bump to version 3.0.0 2016-06-20 17:16:05 -07:00
kill.go Bump to version 3.0.0 2016-06-20 17:16:05 -07:00
kill_test.go Bump to version 3.0.0 2016-06-20 17:16:05 -07:00
listtracks.go Resolve https://github.com/matthieugrieger/mumbledj/issues/152: Command messages are now set and configured in config.yaml 2016-06-21 16:00:13 -07:00
listtracks_test.go Bump to version 3.0.0 2016-06-20 17:16:05 -07:00
move.go Resolve https://github.com/matthieugrieger/mumbledj/issues/152: Command messages are now set and configured in config.yaml 2016-06-21 16:00:13 -07:00
move_test.go Bump to version 3.0.0 2016-06-20 17:16:05 -07:00
nexttrack.go Resolve https://github.com/matthieugrieger/mumbledj/issues/152: Command messages are now set and configured in config.yaml 2016-06-21 16:00:13 -07:00
nexttrack_test.go Bump to version 3.0.0 2016-06-20 17:16:05 -07:00
numcached.go Resolve https://github.com/matthieugrieger/mumbledj/issues/152: Command messages are now set and configured in config.yaml 2016-06-21 16:00:13 -07:00
numcached_test.go Bump to version 3.0.0 2016-06-20 17:16:05 -07:00
numtracks.go Resolve https://github.com/matthieugrieger/mumbledj/issues/152: Command messages are now set and configured in config.yaml 2016-06-21 16:00:13 -07:00
numtracks_test.go Bump to version 3.0.0 2016-06-20 17:16:05 -07:00
pause.go Resolve https://github.com/matthieugrieger/mumbledj/issues/152: Command messages are now set and configured in config.yaml 2016-06-21 16:00:13 -07:00
pause_test.go Bump to version 3.0.0 2016-06-20 17:16:05 -07:00
pkg_init.go Implemented register command 2016-07-10 21:09:54 -07:00
register.go Implemented register command 2016-07-10 21:09:54 -07:00
register_test.go Implemented register command 2016-07-10 21:09:54 -07:00
reload.go Resolve https://github.com/matthieugrieger/mumbledj/issues/152: Command messages are now set and configured in config.yaml 2016-06-21 16:00:13 -07:00
reload_test.go Bump to version 3.0.0 2016-06-20 17:16:05 -07:00
reset.go Resolve https://github.com/matthieugrieger/mumbledj/issues/152: Command messages are now set and configured in config.yaml 2016-06-21 16:00:13 -07:00
reset_test.go Bump to version 3.0.0 2016-06-20 17:16:05 -07:00
resume.go Resolve https://github.com/matthieugrieger/mumbledj/issues/152: Command messages are now set and configured in config.yaml 2016-06-21 16:00:13 -07:00
resume_test.go Bump to version 3.0.0 2016-06-20 17:16:05 -07:00
setcomment.go Resolve https://github.com/matthieugrieger/mumbledj/issues/152: Command messages are now set and configured in config.yaml 2016-06-21 16:00:13 -07:00
setcomment_test.go Bump to version 3.0.0 2016-06-20 17:16:05 -07:00
shuffle.go Resolve https://github.com/matthieugrieger/mumbledj/issues/152: Command messages are now set and configured in config.yaml 2016-06-21 16:00:13 -07:00
shuffle_test.go Bump to version 3.0.0 2016-06-20 17:16:05 -07:00
skip.go https://github.com/matthieugrieger/mumbledj/issues/182: Added back track/playlist submitter immediate skipping 2016-11-05 19:39:31 -07:00
skip_test.go Bump to version 3.0.0 2016-06-20 17:16:05 -07:00
skipplaylist.go https://github.com/matthieugrieger/mumbledj/issues/182: Added back track/playlist submitter immediate skipping 2016-11-05 19:39:31 -07:00
skipplaylist_test.go Bump to version 3.0.0 2016-06-20 17:16:05 -07:00
toggleshuffle.go Resolve https://github.com/matthieugrieger/mumbledj/issues/152: Command messages are now set and configured in config.yaml 2016-06-21 16:00:13 -07:00
toggleshuffle_test.go Bump to version 3.0.0 2016-06-20 17:16:05 -07:00
version.go Resolve https://github.com/matthieugrieger/mumbledj/issues/152: Command messages are now set and configured in config.yaml 2016-06-21 16:00:13 -07:00
version_test.go Bump to version 3.0.0 2016-06-20 17:16:05 -07:00
volume.go Made volume range check inclusive 2016-06-25 12:50:08 -07:00
volume_test.go Added some tests and fixed some others 2016-06-21 23:27:41 -07:00