botten-nappet (2/2)
Category index page 2 of 2 pages, with 95 of 195 entries in botten-nappet.
Remove underscore from private/protected property names
Remove underscore from private/protected property names
Split up the index file to functions
Split up the index file to functions
Merge branch 'feature/rxjs' into develop
Merge branch 'feature/rxjs' into develop
Exclude lib folder from copyright notice check
Exclude lib folder from copyright notice check
Additional subscription funneling layer in the system diagram
Additional subscription funneling layer in the system diagram
Convert remaining connections, connection managers, handlers to use rxjs
Convert remaining connections, connection managers, handlers to use rxjs
Convert irc websocket connection to use rxjs
Convert irc websocket connection to use rxjs
Convert graceful shutdown manager to rxjs (improperly)
Convert graceful shutdown manager to rxjs (improperly)
Merge branch 'release/v4.0.0'
Merge branch 'release/v4.0.0'
Add RxJS
Add RxJS
Merge branch 'feature/typescript' into develop
Merge branch 'feature/typescript' into develop
Rephrase subscription chat message
Rephrase subscription chat message
Add compile-time type information and improve runtime assert checking
Add compile-time type information and improve runtime assert checking
Add Chrome debugging launch configuration for vscode
Add Chrome debugging launch configuration for vscode
Replace eslint with tslint
Replace eslint with tslint
Add type definitions
Add type definitions
Switch to typescript compilation
Switch to typescript compilation
Merge branch 'release/v3.3.0'
Merge branch 'release/v3.3.0'
Add simple text response irc chat commands
Add simple text response irc chat commands
Prefix usernames with @ in twitch chat to highlight
Prefix usernames with @ in twitch chat to highlight
Add follow reminder every 15 minutes
Add follow reminder every 15 minutes
Separate raw token and twitch token by variable name
Separate raw token and twitch token by variable name
Merge branch 'release/v3.2.0'
Merge branch 'release/v3.2.0'
Rename graceful shutdown manager
Rename graceful shutdown manager
More validation for user storage, move/rename user storage helper to manager
More validation for user storage, move/rename user storage helper to manager
Start conversion from promises to async/await
Start conversion from promises to async/await
Revoke invalid refreshed user access token
Revoke invalid refreshed user access token
Fix user token refresh data flow
Fix user token refresh data flow
Merge branch 'release/v3.1.0'
Merge branch 'release/v3.1.0'
Split up user helper, improve token validation
Split up user helper, improve token validation
Refactor the user token manager
Refactor the user token manager
Add request and token helpers
Add request and token helpers
Check if the user token is valid, revoke and re-request if necessary
Check if the user token is valid, revoke and re-request if necessary
Add greetings
Add greetings
Merge branch 'release/v3.0.0'
Merge branch 'release/v3.0.0'
Implement ZeroMQ for internal events
Implement ZeroMQ for internal events
Disable uglify to speed up builds
Disable uglify to speed up builds
Target current node with babel
Target current node with babel
Dynamic request, storage, automatic user token refresh
Dynamic request, storage, automatic user token refresh
Add reconnect irc handler
Add reconnect irc handler
Add twitch user access token provider, make irc login commands sequential
Add twitch user access token provider, make irc login commands sequential
Add backend layers
Add backend layers
Specify twitch api boundaries
Specify twitch api boundaries
Add system and application layers diagram
Add system and application layers diagram
Add system overview diagram
Add system overview diagram
Merge branch 'release/v2.2.0'
Merge branch 'release/v2.2.0'
Automatically get and refresh the application access token
Automatically get and refresh the application access token
Make polling connection more generic
Make polling connection more generic
Use power-assert
Use power-assert
Enable babel transformation of es2015+ features
Enable babel transformation of es2015+ features
Change following message wording
Change following message wording
Merge branch 'release/v2.1.0'
Merge branch 'release/v2.1.0'
Increase limit of number of recent followers to poll
Increase limit of number of recent followers to poll
Log shutdown event/signal type
Log shutdown event/signal type
Write log output to file
Write log output to file
Normalize the pubsub manager, move pubsub logging to new handler
Normalize the pubsub manager, move pubsub logging to new handler
Use debugging flags in debugging mode
Use debugging flags in debugging mode
Merge branch 'release/v2.0.1'
Merge branch 'release/v2.0.1'
Rename calling code's use of the ConnectionManager interface's connection
Rename calling code's use of the ConnectionManager interface's connection
Add commented out logging serialization code
Add commented out logging serialization code
Merge branch 'release/v2.0.0'
Merge branch 'release/v2.0.0'
Add polling connection and following handler
Add polling connection and following handler
Greet subscribers
Greet subscribers
Add greetings, don't greet bot owner
Add greetings, don't greet bot owner
Add subscribing handler
Add subscribing handler
Parse irc message tags to key/value
Parse irc message tags to key/value
Add new chatter handler, shorten greeting message
Add new chatter handler, shorten greeting message
Add irc greeting handler
Add irc greeting handler
Add child loggers, add irc logging class
Add child loggers, add irc logging class
Add pino for logging
Add pino for logging
Add irc ping manager, move files to folders, break out websocket send method
Add irc ping manager, move files to folders, break out websocket send method
Add irc connection and manager
Add irc connection and manager
Document installation, execution, development environment setup
Document installation, execution, development environment setup
Merge branch 'release/v1.0.0'
Merge branch 'release/v1.0.0'
Handle beforeExit event
Handle beforeExit event
Use built-in constants to check websocket connection state
Use built-in constants to check websocket connection state
Add copyright notices
Add copyright notices
Add pre-commit hook
Add pre-commit hook
Fix eslint errors and warnings
Fix eslint errors and warnings
Run eslint --fix
Run eslint --fix
Use ES6 modules
Use ES6 modules
Add build step/commands with rollup, babel, eslint
Add build step/commands with rollup, babel, eslint
Add .gitattributes
Add .gitattributes
Add a license
Add a license
Add a readme
Add a readme
Add .editorconfig
Add .editorconfig
Assert some variables
Assert some variables
Add shutdown manager
Add shutdown manager
Ensure the websocket gets disconnected
Ensure the websocket gets disconnected
Move pubsub topic manager to a separate file
Move pubsub topic manager to a separate file
Clarify twitch pubsub connection class name
Clarify twitch pubsub connection class name
Add a topic listener
Add a topic listener
Add TwitchConnection class
Add TwitchConnection class
Add proof-of-concept websocket connection to twitch
Add proof-of-concept websocket connection to twitch
Initial commit
Initial commit