Commit Graph

273 Commits (renovate/ytdl-core-1.x)
 

Author SHA1 Message Date
Trivernis 169d83fccf Added Changelog
- added CHANGELOG.md
- modified README.md
6 years ago
Trivernis 3ae7fbc6fa Fixed Style issues 6 years ago
Trivernis 5114228134 Added Music voting
- users that don't own the role dj or botcommander or botowner need to vote for skipping. The vote is passed if more or exactly 50% voted to skip
6 years ago
Trivernis ff9d78566b Implemented basic AniList api features
- changed anilist query files
- added autocropping to ExtendedRichEmbed
- updated Readme
6 years ago
Trivernis e74fa83ed3 Added Unit Tests & Logging
- Added own logger class that includes the module name
- added unit tests for MessageHandler, Command and Answer
- removed unit tests for GuildHandler and lib/cmd
- removed old command templates
6 years ago
Trivernis 6f890dacee Added ServerUtilityCommands module 6 years ago
Trivernis 4d7018d510 Restructuring and new Commands
- Added Server Utility Commands
- Removed lib/cmd
- Renamed lib/music
- renamed lib/weblib
- removed command parsing function from GuildHandler
- renamed DJ to MusicPlayer
- updated graphql schema and interface to new names
6 years ago
Trivernis 556c3a5e7f Added Servercommands
- added commands for music functionalities
6 years ago
Trivernis a425607a6b Changed CommandHandler
- registering commands no longer needs a name
- added info commands implementation
6 years ago
Renovate Bot 063f3d9ee4
Update dependency eslint to v5.15.0 6 years ago
Renovate Bot fdcd56c9ea
Update dependency sinon to v7.2.6 6 years ago
Trivernis c4f3635dd6 Started Reimplementing Commands
- reimplemented utils
- reimplemented info
6 years ago
Trivernis 08dcf2f084 Added 2 Anilist Commands 6 years ago
Trivernis 0223180053 Started restructuring command handling 6 years ago
Trivernis 8c21d4b524
Merge pull request #47 from Trivernis/renovate/mocha-6.x
Update dependency mocha to v6.0.2
6 years ago
Trivernis df58059542
Merge pull request #48 from Trivernis/renovate/winston-daily-rotate-file-3.x
Update dependency winston-daily-rotate-file to v3.8.0
6 years ago
Trivernis 42ee8cc4c5 Added Anilist Api
- moved graphql schemas and queries to lib/graphql
- added anilistApiLib that contains functions to access the anilist graphql api
- added graphql queries to lib/graphql to access data on anilist
- added global ~anime command that returns information to an anime
- modified help command so that it shows command categories for global and server commands
- moved global command registration to lib/cmd
6 years ago
Renovate Bot 66fb213c7f
Update dependency mocha to v6.0.2 6 years ago
Renovate Bot 65c1271bfe
Update dependency winston-daily-rotate-file to v3.8.0 6 years ago
Trivernis aeaebb4f33
Merge pull request #46 from Trivernis/dependency-updates
Dependency updates
6 years ago
Trivernis aa74df734c
Merge pull request #44 from Trivernis/renovate/mocha-6.x
Update dependency mocha to v6
6 years ago
Trivernis 531672d13c Fixed Syntax error in package.json 6 years ago
Trivernis a5bce282a2
Merge branch 'dependency-updates' into renovate/mocha-6.x 6 years ago
Trivernis a3d61a9d1f
Merge pull request #43 from Trivernis/renovate/sinon-7.x
Update dependency sinon to v7.2.4
6 years ago
Trivernis ee80cd1ade
Merge pull request #42 from Trivernis/renovate/eslint-5.x
Update dependency eslint to v5.14.1
6 years ago
Trivernis 26b7b32bee
Merge pull request #41 from Trivernis/renovate/nyc-13.x
Update dependency nyc to v13.3.0
6 years ago
Trivernis 356d6c5b93
Merge pull request #40 from Trivernis/renovate/winston-daily-rotate-file-3.x
Update dependency winston-daily-rotate-file to v3.7.0
6 years ago
Trivernis a9dabfe06e
Merge pull request #39 from Trivernis/renovate/pin-dependencies
Pin dependency promise-waterfall to 0.1.0
6 years ago
Trivernis e2de34414d Fixed Typo 6 years ago
Trivernis cb48f4961a configuration changes
- added autoreconnect
- changed dependency update branch
6 years ago
Renovate Bot 7d8b6a0aed
Update dependency mocha to v6 6 years ago
Renovate Bot b96564c1b8
Update dependency eslint to v5.14.1 6 years ago
Renovate Bot 6a924e2c36
Update dependency sinon to v7.2.4 6 years ago
Renovate Bot 6b8b0a6c15
Update dependency nyc to v13.3.0 6 years ago
Renovate Bot 5db721c91e
Update dependency winston-daily-rotate-file to v3.7.0 6 years ago
Renovate Bot cb4df8862d
Pin dependency promise-waterfall to 0.1.0 6 years ago
Trivernis 84df9ce4f2
Merge pull request #35 from Trivernis/renovate/pin-dependencies
Pin dependency promise-waterfall to 0.1.0
6 years ago
Trivernis efa8dd613c
Merge pull request #37 from Trivernis/master
README update
6 years ago
Trivernis 3609561b80 Updated Readme 6 years ago
Renovate Bot 908ad3b09c
Pin dependency promise-waterfall to 0.1.0 6 years ago
Trivernis b1ef9459b6
Merge pull request #36 from Trivernis/develop
Develop
6 years ago
Trivernis da2cf341d8 Fixes to test scripts 6 years ago
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