This repository has been archived on 2019-06-23. You can view files and clone it, but cannot push or open issues or pull requests.
mumbledj/commands
Jason Waataja caf2003d96 Fix addnext failing on an empty queue
Previously, addnext would try to unconditionally add at index one into a
queue. This panicked if the queue was empty. Added two protections, one
that checks the index in the InsertTrack function, the other in the
addnext command itself to insert at zero if the queue is empty.
2018-07-20 17:49:10 -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 Fix addnext failing on an empty queue 2018-07-20 17:49:10 -07:00
addnext_test.go Fix addnext failing on an empty queue 2018-07-20 17:49:10 -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