Commit Graph

  • cc8f219b67 Added simple discord command framework in place of the current system. * Still need to actually use it, just added to the POM file. development Andrew Lalis 2018-01-18 15:21:37 +0100
  • 0ea54a5333 Fixed youtube query issue, updated profile image. Andrew Lalis 2017-12-23 12:51:52 +0100
  • 4506edb794 Avoiding duplicates in playlist add by checking for identical URL. Andrew Lalis 2017-12-05 21:23:19 +0100
  • 571ebf857a Changed to latest D4J version. Andrew Lalis 2017-12-05 20:50:15 +0100
  • a1057279e9 fixed playnow bug with shuffling, by rewriting the instructions to mimic the track scheduler's behaviour. Andrew Lalis 2017-09-02 01:04:58 +0200
  • f0122a5098 fixed playnow bug Andrew Lalis 2017-09-02 00:50:33 +0200
  • 62988e9a40 Added playnow command to play a song immediately. Andrew Lalis 2017-09-01 11:10:42 +0200
  • b33762f80d Added the ability to load an entire playlist from youtube. Andrew Lalis 2017-09-01 10:32:23 +0200
  • d4163bbbea Added queue move command. Andrew Lalis 2017-08-31 19:32:30 +0200
  • 4ffd8c9a64 Added persistent shuffle and repeat, began work on a rocket league command. Andrew Lalis 2017-08-27 20:05:14 +0200
  • e1944c7447 added queue remove and report commands. Andrew Lalis 2017-08-25 13:27:36 +0200
  • 7a4b3e8c36 made tengwar command rate-limited Andrew Lalis 2017-08-03 08:37:32 +0200
  • 3ef3f38fb0 Updated pom file to version 1.5.1 Andrew Lalis 2017-07-31 13:01:25 +0200
  • 53608d9a93 Externalized many strings, converted playlist view to tables, and made the playlist show command more pretty. Andrew Lalis 2017-07-31 12:54:23 +0200
  • 0cefc0946a Added table column adjuster class to help in formatting songs table. Andrew Lalis 2017-07-30 14:05:23 +0200
  • 4a44675e8e Added settings file, and displaying playlists as tables Andrew Lalis 2017-07-23 11:28:15 +0200
  • 117254e27d Finalized Zino's changes, and many other things. * added broadcast command * added interface for distinguishing command line commands * added button to switch from english to dutch (work in progress) * fixed playlist viewer and now uses list models. Andrew Lalis 2017-07-22 15:46:03 +0200
  • b842ce17c2 removing local files Andrew Lalis 2017-07-21 12:01:33 +0200
  • 36605477c1 merged zino's code, but attempted to clean it up. Still needs work to be functional. Andrew Lalis 2017-07-21 11:53:31 +0200
  • fe5b2a54ef Added playlist popup window but no functionality yet. zino Zino Holwerda 2017-07-15 17:04:59 +0200
  • 383f97ae93 Finished the sidebar with playlist functionality. Zino Holwerda 2017-07-13 20:25:26 +0200
  • 13e567adfb Added quite some stuff Zino Holwerda 2017-07-13 16:28:11 +0200
  • 54d7fb3fed updated error message for no token Andrew Lalis 2017-07-12 18:20:56 +0200
  • a55bb49f1c made all send messages safe with request buffers, and externalized the token for extra security. Andrew Lalis 2017-07-12 15:25:25 +0200
  • fde75385bd Fixed many things, and now you can use youtube to add to playlists. Andrew Lalis 2017-07-06 02:14:34 +0200
  • 8177ad8669 Youtube query addition added the ability to search and return the first 5 songs from youtube, and have the user choose one of them to play. Andrew Lalis 2017-07-03 22:04:51 +0200
  • d851482d94 Merge pull request #6 from andrewlalis/development master v1.4.0 Andrew Lalis 2017-07-03 13:27:59 +0200
  • 8f670601b3 Handiebot Version 1.4.0 Final Commit for release * Updated README * externalized all necessary strings * fixed `-nogui` argument position * Many small improvements #6 Andrew Lalis 2017-07-03 13:27:19 +0200
  • e115808e54 Did lots of stuff. Andrew Lalis 2017-07-02 15:38:42 +0200
  • bca2921e67 Added sub-command permissions, fixed spam for downvoting, changed repeat and shuffle to admin only, and some few fixes. Andrew Lalis 2017-07-02 10:10:15 +0200
  • b3455e0b8d added tengwar command. View TengwarCommand.java for more info Andrew Lalis 2017-07-02 01:58:24 +0200
  • e29c3d7701 Fixed downvote skipping, added usage of command tag. Andrew Lalis 2017-06-30 13:50:40 +0200
  • fb430ebf5b Version 1.3.0: Many changes: * Externalized strings, so that translating phrases is much easier. There are a few log strings that must still be externalized, but all messages to discord are. * Added downvote skipping: if more than half of the people listening to a song downvote it, the song is skipped. * Added emojis to prominent commands to make it easier to understand what the bot is doing without having to read a lot. * Re-ordered execution and notification to users for some commands, so that the user has a better experience. Andrew Lalis 2017-06-29 13:29:35 +0200
  • ce618179fd fixed nogui Andrew Lalis 2017-06-28 16:02:13 +0200
  • dd82ab6dcc fixed permissions error with 0 required permissions Andrew Lalis 2017-06-28 15:55:39 +0200
  • 2078137e1e added nogui option, and started externalizing strings. Andrew Lalis 2017-06-28 15:42:34 +0200
  • 36f85fbe13 Added return to avoid double logging if a guild is null. Andrew Lalis 2017-06-28 10:45:23 +0200
  • ca56b5061a Fixed multiple errors and made it command line friendly. * Fixed deletion of messages causing 'no permission error' * Removed the use of intellij gui form and rewrote the gui in plain java. * Added console printing to every log call. Andrew Lalis 2017-06-28 10:44:25 +0200
  • 71f6911e2f fixed pom file compile plugin version Andrew Lalis 2017-06-27 23:42:44 +0200
  • 1ab45a868a updated gitignore Andrew Lalis 2017-06-27 17:34:03 +0200
  • f2b7f782ba Added gitignore, changed version to 1.2 Andrew Lalis 2017-06-27 17:25:27 +0200
  • cb4acea979 Merge pull request #4 from andrewlalis/development Andrew Lalis 2017-06-27 11:08:39 +0200
  • 4b76347041 * Added permissions for commands. * Added package info files. * Added proper quit command. * Changed so all bot messages stay active, except for pastebin link, which has 10 minutes. #4 Andrew Lalis 2017-06-27 11:07:13 +0200
  • 2c3541e613 Merge pull request #3 from andrewlalis/development Andrew Lalis 2017-06-25 11:53:11 +0200
  • fdeb1a2059 Fixed help command, improved aesthetics, added time to playing song. Added framework for reaction voting. #3 Andrew Lalis 2017-06-25 11:51:19 +0200
  • 7bf9c9ab3e Added better command descriptions. Help does not work. Andrew Lalis 2017-06-25 02:06:34 +0200
  • e7283743fc Lots of minor bug fixes, added queue clear. Andrew Lalis 2017-06-25 00:31:10 +0200
  • 3288f7aa75 Cleaned up the command handler. Andrew Lalis 2017-06-24 16:20:40 +0200
  • 2ff95d5e50 Merge pull request #2 from andrewlalis/development Andrew Lalis 2017-06-23 14:26:59 +0200
  • 2db68aac61 Finished playlists: * playlists are saved globally. * playlists are lists of links, titles and durations * songs are loaded only when they should be played. #2 Andrew Lalis 2017-06-23 14:15:36 +0200
  • 54deb2fb61 Added new command framework and rudimentary playlist functionality Andrew Lalis 2017-06-22 17:04:10 +0200
  • af2ba22bba Merge pull request #1 from andrewlalis/development Andrew Lalis 2017-06-21 16:48:08 +0200
  • cafdfd6988 Updated icon. #1 Andrew Lalis 2017-06-21 16:46:25 +0200
  • b9b6c6277f Created actions for manipulation of music and other things. Andrew Lalis 2017-06-21 12:48:10 +0200
  • c77540934e Fixed loading a playlist from a file. Andrew Lalis 2017-06-21 10:36:10 +0200
  • 338294fa4f Added command line to the GUI, safeguards for quitting, and more! Andrew Lalis 2017-06-21 08:07:09 +0200
  • 8cc95e4d68 Added the framework for a console. Andrew Lalis 2017-06-20 15:32:26 +0200
  • 4f97ce6e87 Stabilized playback, added playlist class, among other improvements. Andrew Lalis 2017-06-20 15:18:37 +0200
  • 3bc2404b44 Added play documentation to readme. Andrew Lalis 2017-06-18 23:53:09 +0200
  • 0ceedf293d Lots! of changes Andrew Lalis 2017-06-18 23:44:53 +0200
  • cda6199fc7 Added repeat and queue listing, still lots of work that needs to be done. Andrew Lalis 2017-06-18 12:30:09 +0200
  • c2e443410f Added abstraction of music functions to Music Player Andrew Lalis 2017-06-18 11:33:58 +0200
  • fb0c57659b Added help function. Work in progress. Andrew Lalis 2017-06-18 10:43:28 +0200
  • c0477a4d17 First Commit, working play feature. Andrew Lalis 2017-06-18 10:29:17 +0200
  • cad267befa Initial commit Andrew Lalis 2017-06-18 10:20:31 +0200