X Tutup
The Wayback Machine - https://web.archive.org/web/20220428183233/https://github.com/topics/boost-coroutine2
Skip to content
#

boost-coroutine2

Here are 2 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 boost-coroutine2 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 boost-coroutine2 topic, visit your repo's landing page and select "manage topics."

Learn more

X Tutup