Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 16 additions & 0 deletions data/plugins/thirdparty/mas-token-bot.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# The name of the plugin.
name: MAS Token Bot
# A link to the Git repository.
repo: https://github.com/NataliaWoof/mas-token-bot
# The SPDX license identifier for the plugin (same as in maubot.yaml)
license: AGPL-3.0-or-later
# The author of the plugin.
author: NataliaWolf (forked from yoxcu)
# A short description for the plugin. May contain markdown.
description: A maubot to create and manage your homeservers user registration tokens when using a Matrix-Authentication-Service (MAS).
# Antifeature identifiers. Currently the only defined value is `synchronous`,
# which must be included if the plugin uses non-async libraries in the main
# thread (because that can block the whole maubot process).
antifeatures: []
# List of public bot user IDs where the plugin is running.
public_instances: []
Loading