joelpurra (11/40)
Category index page 11 of 40 pages, listing 100 out of 3926 entries in the category joelpurra.
Merge branch 'release/v3.3.0'
* release/v3.3.0: Add simple text response irc chat commands Prefix usernames with @ in twitch chat to highlight Add follow reminder every 15 minutes Separate raw token an…→ Full commit message
Add simple text response irc chat commands
Prefix usernames with @ in twitch chat to highlight
Add follow reminder every 15 minutes
Separate raw token and twitch token by variable name
Merge branch 'release/v1.0.2'
* release/v1.0.2: v1.0.2 Add find-up
v1.0.2
Add find-up
Merge branch 'release/v1.0.1'
* release/v1.0.1: v1.0.1 Use file-relative path to file in the uvc-control package
v1.0.1
Use file-relative path to file in the uvc-control package
Merge branch 'release/v1.0.0'
* release/v1.0.0: Initial public release
Initial public release
Initial commit
Merge branch 'release/v3.2.0'
* release/v3.2.0: Rename graceful shutdown manager More validation for user storage, move/rename user storage helper to manager Start conversion from promises to async/await…→ Full commit message
Rename graceful shutdown manager
More validation for user storage, move/rename user storage helper to manager
Start conversion from promises to async/await
Revoke invalid refreshed user access token
Fix user token refresh data flow
Merge branch 'release/v3.1.0'
* release/v3.1.0: Split up user helper, improve token validation Refactor the user token manager Add request and token helpers Check if the user token is valid, revoke and…→ Full commit message
Split up user helper, improve token validation
Refactor the user token manager
Add request and token helpers
Check if the user token is valid, revoke and re-request if necessary
Add greetings
Detect non-GNU/GNU date
Add authenticate, star/unstar actions
Merge branch 'release/v3.0.0'
* release/v3.0.0: Dynamic request, storage, automatic user token refresh Add reconnect irc handler Add twitch user access token provider, make irc login commands sequential …→ Full commit message
Implement ZeroMQ for internal events
- Split up hard dependencies using events. - Introduce event classes and interfaces. - Still needs work on reducing the number of steps to set up a new event handler or emitter.
Disable uglify to speed up builds
Target current node with babel
Dynamic request, storage, automatic user token refresh
Add reconnect irc handler
Add twitch user access token provider, make irc login commands sequential
Add backend layers
Specify twitch api boundaries
Add system and application layers diagram
Add system overview diagram
Merge branch 'release/v2.2.0'
* release/v2.2.0: Automatically get and refresh the application access token Make polling connection more generic Use power-assert Enable babel transformation of es2015+ f…→ Full commit message
Automatically get and refresh the application access token
Make polling connection more generic
Use power-assert
Enable babel transformation of es2015+ features
Change following message wording
Merge branch 'release/v2.1.0'
* release/v2.1.0: Increase limit of number of recent followers to poll Normalize the pubsub manager, move pubsub logging to new handler Write log output to file Log shutdo…→ Full commit message
Increase limit of number of recent followers to poll
Log shutdown event/signal type
Write log output to file
- In nodejs `stdout` can get closed prematurely (before the synchronous `exit` event). - When `stdout` closes, logging breaks. - Using a separate file works better, and stop/disco…→ Full commit message
Normalize the pubsub manager, move pubsub logging to new handler
Use debugging flags in debugging mode
Merge branch 'release/v2.0.1'
* release/v2.0.1: Rename calling code's use of the ConnectionManager interface's connection Add commented out logging serialization code
Rename calling code's use of the ConnectionManager interface's connection
Add commented out logging serialization code
Merge branch 'release/v2.0.0'
* release/v2.0.0: Add polling connection and following handler Greet subscribers Add greetings, don't greet bot owner Add subscribing handler Add new chatter handler, sh…→ Full commit message
Add polling connection and following handler
Greet subscribers
Add greetings, don't greet bot owner
Add subscribing handler
Parse irc message tags to key/value
Add new chatter handler, shorten greeting message
Add irc greeting handler
Add child loggers, add irc logging class
Add pino for logging
Add irc ping manager, move files to folders, break out websocket send method
Add irc connection and manager
Document installation, execution, development environment setup
Merge branch 'release/v1.0.0'
* release/v1.0.0: Handle beforeExit event Use built-in constants to check websocket connection state Add pre-commit hook Add copyright notices Fix eslint errors and warn…→ Full commit message
Handle beforeExit event
Use built-in constants to check websocket connection state
Add copyright notices
Add pre-commit hook
Fix eslint errors and warnings
Run eslint --fix
Use ES6 modules
Add build step/commands with rollup, babel, eslint
Add .gitattributes
Add a license
Add a readme
Add .editorconfig
Assert some variables
Add shutdown manager
Ensure the websocket gets disconnected
Move pubsub topic manager to a separate file
Clarify twitch pubsub connection class name
Add a topic listener
Add TwitchConnection class
Add proof-of-concept websocket connection to twitch
Initial commit
Add simple virtualenv wrapper around git2json
Initial commit
npshell v1.4.1
Trim null character from line count when adding to playlist
Mention if a path is a symlink if it cannot be added to the playlist
Add newline after sounds in queue/history counts
Assume terminal-notifier v2.0.0 is used, and remove alerter flags
- Versions before terminal-notifier v2.0.0 had bugs related to "alerter" mode notifications. - Workarounds were in place in `npshell`. - Removed workarounds, assuming terminal-not…→ Full commit message
Merge branch 'release/v5.0.0'
* release/v5.0.0: (64 commits) 5.0.0 Ignore linting demo.css Remove links to espeak Use HTTPS where possible Add links to install additional voices Use higher resoluti…→ Full commit message
5.0.0
Ignore linting demo.css
- Linting css files with web-ext gives warnings for correct webextensions special variables. - Ignoring linting css files for now. See - https://github.com/mozilla/web-ext/issue…→ Full commit message