forked from webtorrent/bittorrent-tracker
-
Notifications
You must be signed in to change notification settings - Fork 0
update #1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
update #1
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Update bencode to the latest version 🚀
Update ws to the latest version 🚀
Code is already using safe-buffer, just replace the constructor API
Replace new Buffer with Buffer.from
add missing comma
Adjust npmignore
Update simple-get to the latest version 🚀
Fix filter function
- Filter before potentially creating a swarm that is not needed - Unify getSwarm()/createSwarm() into a getOrCreateSwarm() function
Co-authored-by: Renovate Bot <[email protected]>
## [9.18.2](v9.18.1...v9.18.2) (2021-09-02) ### Bug Fixes * **deps:** update dependency socks to v2 ([#394](#394)) ([353e1f4](353e1f4))
Co-authored-by: Renovate Bot <[email protected]>
Co-authored-by: Renovate Bot <[email protected]>
## [9.18.3](v9.18.2...v9.18.3) (2021-10-29) ### Bug Fixes * **deps:** update dependency clone to v2 ([#393](#393)) ([dc6f796](dc6f796))
* Updated docs to better match default server config * docs: updated to more recent version * docs: Changed var to const * Update README.md Co-authored-by: Diego Rodríguez Baquero <[email protected]>
## [9.18.4](v9.18.3...v9.18.4) (2022-03-06) ### Bug Fixes * typo in ws example ([#417](#417)) ([023afb9](023afb9))
Co-authored-by: Renovate Bot <[email protected]>
Co-authored-by: Renovate Bot <[email protected]>
Co-authored-by: Renovate Bot <[email protected]>
## [9.18.5](v9.18.4...v9.18.5) (2022-03-25) ### Bug Fixes * connection leaks ([#420](#420)) ([f7928cf](f7928cf))
* chore(deps): update actions/cache action to v3 * Update release.yml Co-authored-by: Renovate Bot <[email protected]> Co-authored-by: Diego Rodríguez Baquero <[email protected]>
## [9.18.6](v9.18.5...v9.18.6) (2022-05-11) ### Bug Fixes * revert [#420](#420) ([8d54938](8d54938))
* feat: Added `paused` client event * fix(events): fixed 'invalid event' response on 'paused' request from client * fix(styles): fixed extra semicolon
# [9.19.0](v9.18.6...v9.19.0) (2022-06-01) ### Features * **events:** Support of `paused` client event ([#411](#411)) ([ef76b3f](ef76b3f))
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.