Commit Graph
51 Commits
Author SHA1 Message Date
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
Daniel Aberger 204d95c775 Update status removed 2017-01-05 23:42:15 +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