Project icon

com.io7m.portero

Build status Maven Central Codecov

The portero package provides a simple token-based invitation system for Matrix homeservers.

Contents

Features

  • Written in pure Java 11.
  • OSGi-ready
  • JPMS-ready
  • ISC license
  • High-coverage automated test suite

Releases

The most recently published version of the software is 2.0.0.

Source code and binaries are available from the repository.

Documentation

Documentation for the 2.0.0 release is available for reading online.

Documentation for current and older releases is archived in the repository.

User documentation

See the README.md for documentation.

Maven

The following is a complete list of the project's modules expressed as Maven dependencies:

<dependency>
  <groupId>com.io7m.portero</groupId>
  <artifactId>com.io7m.portero</artifactId>
  <version>2.0.0</version>
</dependency>

<dependency>
  <groupId>com.io7m.portero</groupId>
  <artifactId>com.io7m.portero.tests</artifactId>
  <version>2.0.0</version>
</dependency>

<dependency>
  <groupId>com.io7m.portero</groupId>
  <artifactId>com.io7m.portero.server</artifactId>
  <version>2.0.0</version>
</dependency>

<dependency>
  <groupId>com.io7m.portero</groupId>
  <artifactId>com.io7m.portero.cmdline</artifactId>
  <version>2.0.0</version>
</dependency>

Each release of the project is made available on Maven Central within ten minutes of the release announcement.

Changes

Subscribe to the releases atom feed.

2021-05-29 Release: com.io7m.portero 2.0.0
2021-05-29 Change: Switch to Synapse-specific APIs for user registration
2021-05-29 Change: Add a configuration option to control token expiration (tickets: 2 )
2021-05-29 Release: com.io7m.portero 1.0.0

Sources

This project uses Git to manage source code.

Repository: https://github.com/io7m/portero

$ git clone https://github.com/io7m/portero

License

Copyright © 2021 Mark Raynsford <code@io7m.com> http://io7m.com

Permission to use, copy, modify, and/or distribute this software for
any purpose with or without fee is hereby granted, provided that the
above copyright notice and this permission notice appear in all copies.

THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL
WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED
WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR
BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES
OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,
WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION,
ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS
SOFTWARE.

Bug Tracker

The project uses GitHub Issues to track issues.