Skip to content
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

Ratelimiting refactor #60

Merged
merged 5 commits into from
Apr 23, 2022
Merged

Ratelimiting refactor #60

merged 5 commits into from
Apr 23, 2022

Conversation

lcsmuller
Copy link
Collaborator

@lcsmuller lcsmuller commented Apr 23, 2022

What?

Create a struct discord_ratelimiter datatype to encompass all ratelimiting related data, and replace hard to read dependencies (uthash.h).

  1. Reorganize and modularize discord-adapter_ratelimit.c
  2. Replace uthash.h with chash.h

Why?

Improve comprehension and readability.

@lcsmuller lcsmuller added bug Something isn't working enhancement New feature or request labels Apr 23, 2022
@lcsmuller lcsmuller marked this pull request as ready for review April 23, 2022 23:56
@lcsmuller lcsmuller merged commit bb0a121 into update_deps Apr 23, 2022
@lcsmuller lcsmuller deleted the ratelimiting_refactor branch April 23, 2022 23:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant