matrix-registration-bot

A bot that is used to create and manage registration tokens for a matrix server

AGPL-3.0 License

Stars
67
matrix-registration-bot - v1.1.5 Latest Release

Published by moan0s over 2 years ago

This is a small feature release that adds the option to specifiy a config file via an environment variable. Very useful for docker deployment

matrix-registration-bot - v1.1.4

Published by moan0s over 2 years ago

Fix pip install

matrix-registration-bot - v1.1.3

Published by moan0s over 2 years ago

A small release, adding a README.rst that is compatible with PyPi. This release has no effect on the end user.

matrix-registration-bot - v1.1.2

Published by moan0s over 2 years ago

This release focuses on build&deployment. It contains

  • A build with pyproject.toml that fixes dependency problems
  • An ansible role to easily install the bot, written by https://github.com/bziemons
  • The option to run the bot via matrix-registration-bot after installation
matrix-registration-bot - v1.1.0

Published by moan0s over 2 years ago

Releasing version 1.1.0

This release mainly aims to make this project docker ready and ease configuration.

Changelog

  • Added command -line option --config to specify a configuration file to use
  • Add a config class that can deal with configuration via environment variables
matrix-registration-bot - v1.0.0

Published by moan0s over 2 years ago

Releasing version 1.0.0 🎉

This release is mostly a stability/bugfix release. The big change in the version number tries to communicate the stability of the project which now feels stable enough to be used in production.

There are no breaking changes. Updates to this version can be done via pip install matrix-registration-bot==1.0.0

Changelog:

  • Add password based login: This should not only make it easier to get started but also helps users with old versions of simple-matrix-bot-lib #2
  • Add logging: Helps debug and provides insight for admins in case of misuse
  • Improved Feedback to user
  • Help now encourages users to join a matrix room to ask questions, not to message @moan0s directly

Full Changelog: https://github.com/moan0s/matrix-registration-bot/compare/v0.0.2...v1.0.0

matrix-registration-bot - v0.0.2

Published by moan0s over 2 years ago

Changelog

No action needed

This release adds support for allow/blocklists that regulate which users can interact with the bot (for restricted commands). The file to control the behavior will be created automatically.

matrix-registration-bot - v0.0.1

Published by moan0s almost 3 years ago

Initial release