Skip to content

Latest commit

 

History

History
25 lines (20 loc) · 1.06 KB

CHANGELOG.md

File metadata and controls

25 lines (20 loc) · 1.06 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[Unreleased]

Added

  • Added /user slash command
  • Added field to retaliation embed for whether the original attack is a retaliation

Changed

  • Re-enabled Discord-based authentication
  • Updated assists to utilize the DB instead of Redis as the datastore
  • Changed chain alert minimum length from 100 to 250 hits
  • Changed chain list generation API route from GET /api/v1/chain-list to GET /api/v1/chain-list to avoid uBlock Origin privacy filter

Fixed

  • Fixed retaliations not being marked as completed and being spammed
  • Fixed lack of pagination of server members and servers in tasks.guilds.refresh_guilds
  • Fixed session state being overwritten before usage

Removed

  • Removed ddtrace importing and setting of user ID in span within @app.before_request
  • Removed discord-gateway from monorepo