Start conversion from promises to async/await

Repository details (botten-nappet)
Project page
botten-nappet
Project log category
(195 entries)
Owner
@joelpurra
Contributors
Contributors on Github
Project status
💤 This project is inactive.
📂 This project is open.
🤷 This project is not particularly popular.
Repository activity period
🗓
Commits
209 commits
Stars
5 stars
Commit details (1f9475d8)
Author
Authored at
Committer
Joel Purra
Committed at

Commit message

Start conversion from promises to async/await

Raw text
Start conversion from promises to async/await

Changed files (26)

Path Additions Deletions
index.js +179 -153
src/storage/database-connection.js +6 -13
src/storage/repository/user-repository.js +0 -1
src/twitch/authentication/application-token-manager.js +55 -64
src/twitch/authentication/polling-application-token-connection.js +11 -16
src/twitch/authentication/user-token-manager.js +20 -29
src/twitch/connection-manager.js +22 -25
src/twitch/helper/csrf-helper.js +2 -3
src/twitch/helper/request-helper.js +0 -2
src/twitch/helper/token-helper.js +82 -84
src/twitch/helper/user-helper.js +38 -37
src/twitch/helper/user-storage-helper.js +66 -72
src/twitch/helper/user-token-helper.js +174 -179
src/twitch/irc/handler/greeting.js +19 -22
src/twitch/irc/handler/logging.js +3 -4
src/twitch/irc/handler/new-chatter.js +18 -21
src/twitch/irc/handler/ping.js +3 -4
src/twitch/irc/handler/reconnect.js +3 -4
src/twitch/irc/handler/subscribing.js +15 -18
src/twitch/irc/irc-connection.js +53 -60
src/twitch/polling/handler/following.js +13 -16
src/twitch/polling/polling-connection.js +94 -117
src/twitch/pubsub/handler/logging.js +3 -4
src/twitch/pubsub/pubsub-connection.js +37 -41
src/twitch/pubsub/pubsub-manager.js +3 -4
src/util/pino-logger.js +0 -2

Commit categories (3)