Skip to content

Releases: kylrth/disco-bouncer

v0.3.0

18 Sep 14:11
Compare
Choose a tag to compare

This release adds the following functionality to the server:

  • find new lowercase Discord roles (55fa34d)
  • point users to the waiting room for help, instead of admins (fcc7767)
  • set nickname after setting roles, for privacy (48d4696)
  • log user info once admitted (483f91d)
  • add note about setting your password (b3f63be)
  • add pre-ACME role (0127b22)

The following functionality was added to the client:

  • runhash convenience command for computing the hash of a key, to help search the server logs (54dde90)
  • update help & input prompt for pre-ACME role (0127b22)

Download the client CLI below, and grab the server image with docker pull ghcr.io/kylrth/disco-bouncer:v0.3.0.

v0.2.0

31 Aug 14:51
Compare
Choose a tag to compare

This release fixes the releases so we're actually releasing the client binary! (Previous releases accidentally built the server instead and released it as the client.)

This client also now comes with a changepass subcommand.

Download the client CLI below, and grab the server image with docker pull ghcr.io/kylrth/disco-bouncer:v0.2.0.

v0.1.2

29 Aug 23:13
Compare
Choose a tag to compare

This patch fixes a few bugs discovered upon initial testing of the Discord functionality.

Download the client CLI below, and grab the server image with docker pull ghcr.io/kylrth/disco-bouncer:v0.1.2.

v0.1.1

28 Aug 21:17
Compare
Choose a tag to compare

This patch makes it possible to disable the Discord bot while still editing users, by setting the environment variable DISCORD_TOKEN: disable.

Download the client CLI below, and grab the server image with docker pull ghcr.io/kylrth/disco-bouncer:v0.1.1.

v0.1.0

28 Aug 20:46
Compare
Choose a tag to compare

This releases the first fully functional (hopefully) server and client. Still yet to come is a React front end. Download the client CLI below, and grab the server image with docker pull ghcr.io/kylrth/disco-bouncer:v0.1.0.