Month
Index of 38 entries from . Entries belong to 3 different categories, vidy-slack-bot, botten-nappet, and collect-npm-readmes.
Move interfaces, handlers, irc connection setup
Use @botten-nappet npm scope for faux/local path packages
Move the twitch per-user pubsub connection to a separate file
Move the twitch per-user pubsub api to a separate file
Ignore urls in automatic text-to-speech
Once again try to fix bit cheering events/overlay
Clean up frontend command translation a bit
Validate the color argument for the animate chat command
Split overlay to OBS and browser versions
Attempt to limit fps of ballz
Add speech manager to the fronted, with say and animate speech commands
Respond publicly but anonymously to whispers
Add basic README with setup commands
Add /vidy slack command for VIDY API queries
Add @google-cloud/functions-emulator
Add eslint
Add package.json
Add .editorconfig
Add .gcloudignore
Initial commit
Fix date-time format for localtime in vidy search
Update system diagram
Increase ball timeout for \!animate
Add vidy to system overview
Add greetings
Move barrier between twitch api and internal events
Attempt to fix cheering token parsing
Convert connections to events, store external events
- Incoming/outgoing data on external connections are now translated to/from internal events. - External events are stored in the database. - With a replay functionality, it would …→ Full commit message
Attempt to fix cheering token parsing
Merge branch 'release/v6.0.0'
* release/v6.0.0: v6.0.0 Add greetings Fix bits cheering Play vidy after preloading enough of it Implement searching/showing videos from the vidy api Use twitch channe…→ Full commit message
v6.0.0
Add greetings
Fix bits cheering
- Fix copy-paste error for channel id/name for bits cheering. - Fix duck typing for cheermotes.
Play vidy after preloading enough of it
Implement searching/showing videos from the vidy api
Merge branch 'feature/add-frontend' into develop
* feature/add-frontend: Use twitch channel cheermotes for cheering events Add overlay images/sound for events Split codebase to backend, frontend, shared
Use twitch channel cheermotes for cheering events
- Load a list of per-channel cheermotes from twitch. - Apply images to cheering events. - Display random cheermotes in the overlay upon cheering.