mirror of
https://github.com/peeringdb/peeringdb.git
synced 2024-05-11 05:55:09 +00:00
are different for the generalized regex match. > A username can only contain alphanumeric characters (letters A-Z, numbers 0-9) with the > exception of underscores, as noted above. Check to make sure your desired username > does not contain any symbols, dashes, or spaces. https://help.twitter.com/en/managing-your-account/x-username-rules Add a specific if-else regex match for X usernames to take into account that PeeringDB users are able to have X usernames of less than 4 characters that are the current minimum our generalized username regexer checks in the string length match. I.e. We currently accept 4-32. X allows 1-15 in length.
PeeringDB
PeeringDB provides a scalable way to publish interconnection related information for tens of thousands of network operators. Over the years, more and more organisations have built integrations to streamline their interconnection processes.
The source code powering PeeringDB is publicly available under a BSD 2-Clause license.
We anticipate that work considered to be "low hanging fruit" could be taken on by volunteers, and we expect that open sourcing the platform makes it easier for third parties to participate in bidding for new features specified by the Product Committee.
Developers in the community may fork the code, create a container for development and testing, and submit pull requests.
Description
Languages
Python
78.9%
HTML
13%
JavaScript
6.2%
CSS
1.5%
Shell
0.3%