Skip to content

Commit

Permalink
feat: Update blacklist implementation
Browse files Browse the repository at this point in the history
The blacklist is currently tailored towards the Dark Gaming Blacklist
API. It does however provide a good basic foundation for other people to
edit the http request to work with whatever API they want.

This also updates the `rescript-terrariapacket` dependency which the
blacklist implementation is using the parse packets.
  • Loading branch information
popstarfreas committed Mar 25, 2024
1 parent 7416aff commit 24989bd
Show file tree
Hide file tree
Showing 19 changed files with 371 additions and 764 deletions.
71 changes: 54 additions & 17 deletions app/node_modules/dimensions/blacklist.ts

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

134 changes: 134 additions & 0 deletions app/node_modules/dimensions/blacklistcheckclient.ts

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions app/node_modules/dimensions/clearutils.ts

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion app/node_modules/dimensions/client.ts

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

18 changes: 9 additions & 9 deletions app/node_modules/dimensions/clientpackethandler.ts

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 24989bd

Please sign in to comment.