git (11/41)
Category index page 11 of 41 pages, listing 100 out of 4046 entries in the category git.
Simplify start/stop, only stop from the shared main function
Merge branch 'feature/logger-naming' into develop
* feature/logger-naming: Replace modified logger names' this.constructor.name Search-replace to use this.constructor.name
Replace modified logger names' this.constructor.name
Search-replace to use this.constructor.name
Check if startables have been initialized before stopping them
Fix large response ECONNRESET by adding connection keep-alive
Merge branch 'feature/upgrade-dependencies' into develop
* feature/upgrade-dependencies: Lock rxjs to v6.0.0-alpha.3 Upgrade ws Upgrade rollup Upgrade axios Upgrade dependencies
Lock rxjs to v6.0.0-alpha.3
Merge branch 'release/v1.0.0'
* release/v1.0.0: v1.0.0 Add /vidy slack command for VIDY API queries Add basic README with setup commands Add @google-cloud/functions-emulator Add eslint Add package.…→ Full commit message
v1.0.0
Merge branch 'release/v1.0.0'
* release/v1.0.0: v1.0.0 Add vidy command line tool Add usage example Add vidy api search functionality Add readme Add eslint Add package.json Add .editorconfig …→ Full commit message
v1.0.0
Add vidy command line tool
Add usage example
Add AGPL-3.0 license
Add AGPL-3.0 license
Add vidy api search functionality
Add eslint
Add readme
Add package.json
Add .editorconfig
Initial commit
Upgrade ws
Upgrade rollup
Upgrade axios
Upgrade dependencies
Upgrade rxjs to v6.2.0
Add package.json files for faux internal packages
Add Aurelia dependency injection
Merge branch 'feature/split-main-backend' into develop
* feature/split-main-backend: Convert main startup code to classes Move the vidy connection to separate files Move the twitch polling connections to separate files WIP mov…→ Full commit message
Convert main startup code to classes
Move the vidy connection to separate files
Move the twitch polling connections to separate files
WIP move handlers and interfaces
Move the vidy backend folder
Add collect-npm-readmes
Add readme
Add GPL-3.0 license
Initial commit
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.
Add overlay images/sound for events
- Translate twitch events to internal events in the backend. - Use internal events to trigger animations in the overlay. - Events include when a viewer follows, subscribes, cheers…→ Full commit message
Split codebase to backend, frontend, shared
Merge branch 'feature/zmq-events' into develop
* feature/zmq-events: Use events for irc messages Split up run.ts Implement ZeroMQ for internal events Add zeromq-nq
Use events for irc messages
Split up run.ts
Add zeromq-nq
Add boxes for potential OBS and ESD integration
- OBS: Open Broadcaster Software - ESD: Elgato Stream Deck See - https://obsproject.com/ - https://www.elgato.com/en/gaming/stream-deck
Merge branch 'release/v5.0.0'
* release/v5.0.0: v5.0.0 Improved main logging Fix pubsub outgoing data type Disconnect polling connection properly Stricter typescript compiler options Remove undersc…→ Full commit message
v5.0.0
Merge branch 'feature/improve-code-style' into develop
* feature/improve-code-style: Improved main logging Fix pubsub outgoing data type Disconnect polling connection properly Stricter typescript compiler options Remove unde…→ Full commit message
Improved main logging
Move index file, add config files
- Moves the index file to a new folder. - Move defaults to configuration files. - Define environment variable mapping. See - https://github.com/lorenwest/node-config
Fix pubsub outgoing data type
Stricter typescript compiler options
Disconnect polling connection properly
Exclude the lib folder from tsconfig.json
Remove underscore from private/protected property names
Split up the index file to functions
Merge branch 'feature/rxjs' into develop
* feature/rxjs: Convert remaining connections, connection managers, handlers to use rxjs Convert irc websocket connection to use rxjs Convert graceful shutdown manager to rx…→ Full commit message