Commit Graph
73 Commits
Author SHA1 Message Date
da 22a9df93ea Revert "go.mod: bump discordgo to v0.23.2"
This reverts commit c6bee2e4a7.
2021-04-14 13:07:33 +02:00
da ff1c2e4554 Revert "README.md: delete \newline"
This reverts commit a254f42d92.
2021-04-14 13:07:20 +02:00
da a254f42d92 README.md: delete \newline 2021-04-13 16:22:16 +02:00
da c6bee2e4a7 go.mod: bump discordgo to v0.23.2 2021-04-13 16:19:50 +02:00
da 72983f8adc update README.md 2021-04-13 14:21:07 +02:00
da f01aafe454 switch do alpine docker image 2021-04-13 12:54:07 +02:00
da 87509ff803 add Dockerfile for easy deployment 2021-04-13 12:29:03 +02:00
da 9232168b1e change from flags to config file 2021-04-13 12:28:41 +02:00
da b50ef3b543 add go.mod and update to latest discordgo changes 2021-04-12 18:01:21 +02:00
da bf10acb46b update .gitignore
- gidbig binary
- go.sum
2021-04-12 17:11:48 +02:00
da 1e265c1a33 bugfix clearQueue 2017-08-03 18:52:26 +02:00
da 4a1c59d3ab bugfix clearQueue 2017-08-03 18:51:49 +02:00
da 7a5cdfedf2 new attempt to add clearQueue() 2017-08-03 18:50:20 +02:00
da 0ca13a53b9 removed clearQueue 2017-08-03 18:46:40 +02:00
da 1334096029 clearQueue method implemented for testing purposes 2017-08-03 18:33:33 +02:00
da 207fce5166 Voice connection will now disconnect again after playback 2017-05-12 12:38:29 +02:00
da 0468c155ae Added known issue 2017-02-13 02:19:59 +01:00
da 650dccb220 Fix for random button 2017-02-06 15:02:33 +01:00
da 27be1626a7 Navigation for Web UI finally available 2017-02-06 14:58:03 +01:00
da a66ed5ee1e Updated README.md 2017-02-02 22:32:50 +01:00
da 4003fc212e Web UI corrections 2017-02-02 17:52:09 +01:00
da 8b2a052422 Web Interface improvements and bug fixes
- Added button for random sounds to each category
- Visual improvements on category separation and a lot more (thanks, Pixeljockey)
- Crash bug fix on playing random sounds with commands without soundnames
2017-02-02 17:29:11 +01:00
da 56c0949507 Reverted adjustments 2017-01-31 23:35:06 +01:00
da 41eddf1279 Adjusted log output of last commit 2017-01-31 23:34:22 +01:00
da c0e10ed0a8 Added logging of users who triggered a sound 2017-01-31 23:32:02 +01:00
da 2441e65072 Bot now keeps voice connections established 2017-01-31 22:59:12 +01:00
da f4b8a5f308 More debug stuff 2017-01-24 23:06:06 +01:00
da acafed6b66 Removing rcCounter and debug stuff 2017-01-24 22:57:29 +01:00
da 7c669ade2c We have an icon 2017-01-22 19:58:59 +01:00
da 6eecb355ac Added txt files to .gitignore 2017-01-22 18:23:43 +01:00
da fc03d04e50 Removed reconnection 2017-01-22 18:22:16 +01:00
da 4d461c6f16 Changing popover to tooltip 2017-01-22 13:43:19 +01:00
da d230e92e59 More minor UI adjustments 2017-01-22 13:01:56 +01:00
da b246523ca3 Small adjustments for tooltips 2017-01-22 12:51:31 +01:00
da 4ea6631ee0 Description files for audio and new webui feature for backgrounds 2017-01-22 12:42:57 +01:00
da 3e34b5c415 bug fix
i'm so stupid
2017-01-22 00:45:17 +01:00
da d76f416272 minor adjustment 2017-01-22 00:43:08 +01:00
da 4319e64f4e Reconnection check moved to better position 2017-01-22 00:35:27 +01:00
da 077e3b7a8d Memory leak counter measure test and web ui bug fix + improvements 2017-01-22 00:20:04 +01:00
da 1e50475a46 Worlds biggest commit
forgot to make it a separate goroutine
2017-01-19 23:44:58 +01:00
da f0cff35bea Functional web interface 2017-01-19 22:49:17 +01:00
da 0ffa002ba9 First test of sound commands through web interface 2017-01-19 17:03:57 +01:00
da 9b8d1ead08 Concurrency adjustments again
forgot to add mutex to some critical parts
2017-01-19 14:19:33 +01:00
da dde0654aa0 Concurrency and small bug fix
- Used mutex to counter race condition on checking voice connection status
- Mentions without arguments crashed the bot
2017-01-19 12:50:54 +01:00
da d7ef3432fe Minor viewport adjustment for web ui 2017-01-18 23:51:36 +01:00
da a1c79296a9 New simple bootstrap layout and audio files readme
minor tweak to check files for ".dca" substring first.
2017-01-18 23:44:32 +01:00
da 3ebdb69945 delete unwanted data 2017-01-18 18:42:08 +01:00
da 94d88d87e1 Sending !list reply as private message 2017-01-16 21:09:49 +01:00
da bb60ccadad Removed hardcoded sound collections
- Removed hardcoded SoundCollections, they will now be generated from all files inside the audio subdirectory. They have to named command_soundname for !command soundname.
- Added a !list command to list all available sounds to the channel.
2017-01-16 20:55:41 +01:00
da 7c23f2f25c Small refactor, Closing Discord Session in webserver 2017-01-11 21:07:37 +01:00
da 3284044873 Added .gitignore
YES ... I accidently pushed my run file with all secret arguments...
2017-01-09 21:36:54 +01:00
da 64cff2bb92 WebUI sessions implemented 2017-01-09 21:34:37 +01:00
da cecfff984c Added redirectURL argument for oauth2 callback 2017-01-08 20:27:51 +01:00
da 90e628b517 First implementaion of a web server
First implementation of a web server with oauth2 functionality. Nothing fancy, it just returns the username.
Three more arguments: -p for a port the web server shall run on and -ci and -cs for oauth2 ClientID and ClientSecret.
2017-01-08 20:15:09 +01:00
da b04eaf6978 Deleting voice commands from channel
Voice commands will now be deletedd from channel after 30 seconds. It happens quite often that the bot gets a voice channel time out if it is used heavily by 2 users. I suspect enqueuePlay to be the cause of that.
2017-01-08 14:57:26 +01:00
da 0525062e3f Reverted dependency removal 2017-01-07 22:44:28 +01:00
da 7cfc133f26 Added more games, removed dependency 2017-01-07 22:37:47 +01:00
da cb091db1bb Updated some README.md stuff 2017-01-07 18:15:10 +01:00
da 050de55737 Minor adjustments to game names 2017-01-07 15:33:43 +01:00
da 6c1d4d4982 shorter timer for status change 2017-01-06 23:52:43 +01:00
da 7f62e5e6fe typo 2017-01-06 23:51:32 +01:00
da a334658e6e more Bud Spencer & Terence Hill sounds 2017-01-06 23:50:24 +01:00
da e951a998eb forgot to add bsth2 2017-01-06 21:24:14 +01:00
da 6aa70c3550 Bud Spencer & Terence Hill
- Added a lot of voice lines short and long
2017-01-06 21:16:13 +01:00
da a05246e463 cycling through random games as status 2017-01-06 19:10:55 +01:00
da 3378588c0b Added setIdleStatus function 2017-01-06 18:44:59 +01:00
da 1a64b694bd fixes, stats removal
- Fixed opening Discord connection for Bots.
- Fixed a lot of bad code syntax - seriously, this has to be their
  first project with Go.
- Added some placeholder comments for golint to shut up.
- Removed unnecessary code for redis stats - less library requirements,
  Yay!
2017-01-06 16:48:11 +01:00
da 39b51a4e8e small modifications on license and readme.md 2017-01-06 13:57:03 +01:00
da 3873b1c812 ping pong bug fix 2017-01-05 23:25:25 +01:00
da 25e49a946e Added ping pong 2017-01-05 23:18:00 +01:00
da 0069c88484 First iteration. Basically almost only copy paste for now. 2017-01-05 23:08:29 +01:00
da dd3f896017 fixed readme.md 2017-01-05 19:59:42 +01:00
daandDaniel Aberger 979d8c5732 Initial commit 2017-01-05 19:57:57 +01:00