Skip to content

Tags: Discusss/proxy

Tags

v1.3.3

Toggle v1.3.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Update wangyoucao577/go-release-action to 1.49

v1.3.2

Toggle v1.3.2's commit message

Verified

This commit was signed with the committer’s verified signature.
germanoeich Germano Eichenberg
Add DISABLE_GLOBAL_RATELIMIT_DETECTION flag, return a 429 not a 500 w…

…hen /users/@me or /gateway/bot calls 429

v1.3.1

Toggle v1.3.1's commit message

Verified

This commit was signed with the committer’s verified signature.
germanoeich Germano Eichenberg
Remove request aborting references from code & readme

v1.3.0

Toggle v1.3.0's commit message
Fix rare segfault on doDiscordReq

v1.2.3

Toggle v1.2.3's commit message
Fix global ratelimit not working on stand-alone mode

v1.2.2

Toggle v1.2.2's commit message
Document /nirn/healthz

v1.2.1

Toggle v1.2.1's commit message
Properly handle getOrCreateQueue errors & add additional logging info…

… for it

v1.2.0

Toggle v1.2.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Bearer token support (germanoeich#4)

* Support Bearer tokens using a different mutex and queue, remove redundant takeGlobal call on queue

* Add LRU support for bearer queues

* Document bearer tokens on readme

* Prevent queue creation and global hash calculations if the request is going to be routed to another node

* Fix some bad mutex locking, add k6 test

* More mutex work

v1.1.3

Toggle v1.1.3's commit message
Allow interactions to return 401, make sure we never lock NoAuth queue

v1.1.2

Toggle v1.1.2's commit message
Add logging around 401 bucket locks, add DISABLE_401_LOCK unstable en…

…v var