Skip to content

v0.18.0

Compare
Choose a tag to compare
@mk6i mk6i released this 12 Jul 03:47
· 40 commits to main since this release

What's new?

screenshot of AIM 5.x rate limit bar

New Features

Kerberos + SSL Support

  • Added support for AIM v6.2–v6.5.3.12, which uses Kerberos-style authentication over SSL.
  • Includes tooling to generate certificates and configure SSL termination.
  • Check out the Docker setup guide to set up an SSL-enabled instance of RAS.

Bot Support (#124)

  • Accounts can now be flagged as bots.
  • Bot accounts are excluded from rate limiting and expose their bot status via user info.
  • The bot flag is managed via the management API.

Bug Fixes

  • #112: AIM 2.0 no longer crashes when sending an OService no-op request.

Changelog

  • f5793fd Revert "update docs to reference script"
  • ef6c7fc fix small issues with docker setup sh
  • 002865f adding in interactive Bash install script
  • 812bdd0 setting these make portions to not require tty
  • 97fa950 update docs to reference script
  • 071c4aa dockerize + document SSL setup
  • 2cfdade add docker internal host to stunnel runner
  • 8a9b0ab clean up ValidateAIMHandle
  • 15846bf fix username validation
  • 589d58f issue #112 - add idle handlers to ODIR
  • 6821618 exempt bots from rate limiting
  • 5288c57 set bot flag on user info
  • 1054427 issue #124: add is_bot user flag to mgmt api
  • 6cfd7e3 implement kerberos auth