Trivernis
4921ee243c
Added cmdsequence saving
...
- Sequences of commands can be saved with ~savecmd
- When saving the semicolon must be escaped by backslash
- saved commands can be listed with ~savedcmd
- saved commands can be executed with ~execute [name]
- renamed ~save to ~savemedia and ~saved to ~savedmedia
- added a command to delete saved entries
6 years ago
Trivernis
dd2a49209f
Added command listing
...
- improved asynchronous command feature
- added waterfall to resolve array answers
- added function and array type to answerMessage types
6 years ago
Trivernis
13493d8db5
Changes to lib/music
...
- changed the listener Checking to event based
- bot updates the VoiceChannel when moved to another one
6 years ago
Trivernis
2a2f4abe66
Modifications
...
- replaced most promises with async/await
- added sqlite3 session storage
- restyled login page
- added session requirement to graphql
- deactivated incompatible
- modified mockobjects
- added fs-extra for async file operations
6 years ago
Trivernis
d3e1106d70
Changes to Authentication
...
- changed to password encryption on client side
- modified login page
- renamed webapi to weblib
6 years ago
Trivernis
d095922926
Code Style Corrections
6 years ago
Trivernis
c0efaf2e80
Bugfixes and login system
...
**WARNING:** This login system is not safe because it transfers your password in plain text. Please wait for the next release.
- added https options
- added user password system
- added paused/playing to dashboard
- bugfixes to music playnext function
- Code Reformatting
6 years ago
Trivernis
f8a765799e
Bug fix
...
- getSplitDuration now returns the correct time
6 years ago
Trivernis
60366de6b3
Updated stylesheed
...
- overflow only shown on hover
6 years ago
Trivernis
1d3ce93561
Modified Dashboard
...
- added Song timer
- added active VC count
- improved layout
- added querying for VC count to graphql
6 years ago
Trivernis
36b6416531
Bugfixes and features
...
- fixed player bug
- added duration to play view
- fixed queue view
- added queue count
6 years ago
Trivernis
9ce38e4f3b
Bug Fixes
...
- fixed two bugs in the interface
6 years ago
Trivernis
bfe29e0ef4
Dashboard modifications
...
- finished most functionalities of the dashboard
- fixed some bugs
6 years ago
Trivernis
c46f34fd59
Changes to webservice
...
- added more query parameters
- started working on webinterface
- tokens for authentication
6 years ago