Skip to content
#

graphicsmagick

Here are 86 public repositories matching this topic...

jevolk
jevolk commented Mar 5, 2019

Resolving this issue involves going through the handlers in the modules/ tree alongside the matrix client and server specification to flag methods required to be rate-limited. Currently some are, but many are not.

Example of a method with the flag:

resource::method
method
{
    resource, "GET", handler,
    {
        method.REQUIRES_AUTH |
        method.RATE_LIMITED
    }
};
`
bug good first issue

Improve this page

Add a description, image, and links to the graphicsmagick topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the graphicsmagick topic, visit your repo's landing page and select "manage topics."

Learn more