The Wayback Machine - https://web.archive.org/web/20220411165904/https://github.com/topics/autotools
Skip to content
#

autotools

Here are 117 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
alucardthefish
alucardthefish commented Jan 24, 2020

Supporting more programming languages

Base in the contribution flow and steps present here create your branch and start contributing.

First check that the language you want to add is not already in the file.

You can edit the extdata/lang.dat file; adding new programming language file extensions using the following format:
a

enhancement good first issue up-for-grabs

Improve this page

Add a description, image, and links to the autotools 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 autotools topic, visit your repo's landing page and select "manage topics."

Learn more