Commit Graph

131 Commits (bb1d952d18ef6b45888e34122242d0fc8b35b395)
 

Author SHA1 Message Date
Trivernis bb1d952d18 Fixes in code quality 6 years ago
Trivernis f2ef10bf08 Fixed a bug in lib/music 6 years ago
Trivernis 43e65e6949 Changed commands
- changed global command syntax to templates
- added ~about and ~bug
6 years ago
Trivernis 5444089261 Added Message Rate limits 6 years ago
Trivernis c2f3ae08a1 Fixed security problem
- excluded ~execute from saved sequences to avoid recursive calls
6 years ago
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 9775ab2cdb
Merge pull request #32 from Trivernis/renovate/pin-dependencies
Pin dependency fs-extra to 7.0.1
6 years ago
Renovate Bot 2503d7c72b
Pin dependency fs-extra to 7.0.1 6 years ago
Trivernis fad495cbe1 Updated Readme 6 years ago
Trivernis 7ededc255e
Merge pull request #34 from Trivernis/develop
Webinterface
6 years ago
Trivernis f21cea872c
Merge pull request #33 from Trivernis/WebApi
Webinterface
6 years ago
Trivernis 9a75a1c70a
Merge branch 'develop' into WebApi 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 7ad8fc7ff2 Replaced Promises with Async 6 years ago
codefactor-io 742848f36f [CodeFactor] Apply fixes 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 a75ac75dba
Merge pull request #31 from Trivernis/renovate/pin-dependencies
Pin dependencies
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
Trivernis 72794a2f63 Added Query entries
- changed id to type ID!
- changed id to md5 hash of base64 string of properties
- added discord Id
- added paging to arrays
- implemented guildHandler into Guild query type
- added saved to retrieve saved songs/playlists
- added ready indicator boolean
- added querying logs
- added presences array
- added config as String
- added prefix
6 years ago
Trivernis 275179b990 Added Graphiql
- added some discord objects (see schema for more info)
6 years ago
Renovate Bot 644a1ab04c
Pin dependencies 6 years ago
Trivernis f4dc5e43c3
Merge pull request #30 from Trivernis/renovate/pin-dependencies
Pin dependencies
6 years ago
Renovate Bot 913c18a0b3
Pin dependencies 6 years ago
Trivernis 5b8d4cefaa
Merge pull request #29 from Trivernis/develop
Develop - Structural Changes
6 years ago
Trivernis a560643d4d Fixed Code Quality
- removed unnecessary semicolon
6 years ago
Trivernis f1abc3b9b4 Structural changes
- removed data.js
- added Bot class to bot.js
- moved handling guildhandlers to bot class
- moved shuffleArray from music to utils
- cleanup
6 years ago
Trivernis 21ce5efafe
Merge pull request #28 from Trivernis/renovate/winston-3.x
Update dependency winston to v3.2.1
6 years ago
Trivernis 3bc3557796
Merge branch 'develop' into renovate/winston-3.x 6 years ago
Renovate Bot b6d7ccc4fe
Update dependency winston to v3.2.1 6 years ago
Trivernis 15ace55c24
Merge pull request #27 from Trivernis/renovate/winston-3.x
Update dependency winston to v3.2.0
6 years ago
Renovate Bot 07848ac761
Update dependency winston to v3.2.0 6 years ago
Trivernis e27b46ac6a Added Rich Embeds
- rich embed for `queue`
- rich embed for `uptime`
6 years ago
Trivernis 5d90ff6830 Changed presences storage
- moved presences to main.db
- added detailed description to README
6 years ago
Trivernis ac46163efe
Merge pull request #26 from Trivernis/unit-tests
Added Unit Tests
6 years ago
Trivernis 249c711b53 Added Test
- testing all servercommands in guilding
6 years ago
Trivernis b7e66f8fd5 Added Tests
- added tests for lib/guilding
6 years ago
Trivernis 298119511a Added Tests
- added tests for lib/cmd
6 years ago
Trivernis 8b2f9c45cf Added --exit flag to mocha test 6 years ago
Trivernis 453170433f Fixed Bug
- fixed reference error in test setup
6 years ago
Trivernis 4f1367e27f Removed unused import 6 years ago