Skip to content

Releases: bobbah/CentCom

Version 1.5.1 Release

06 Jun 03:07
Compare
Choose a tag to compare

Changelog:

  • Hotfix for standard ban parsers failing on account of the optionality of Round IDs not being accounted for properly in the REST model of bans

Version 1.5.0 Release

09 Apr 16:00
Compare
Choose a tag to compare

Changelog:

  • Add support for Paradise-based ban sources to the standardized ban exporter (@AffectedArc07, #51)

Version 1.4.0 Release

25 Jun 16:51
da3f64a
Compare
Choose a tag to compare

Changelog:

  • Upgraded all projects to use .NET 6
  • Upgraded all dependencies to latest
  • Fix TGMC pointing to wrong ban API
  • Fix possible bug wherein ID-based ban sources could fail to have original ban times updated if the underlying data changed

Version 1.3.17 Release

11 Nov 15:57
38d070c
Compare
Choose a tag to compare

Changelog:

  • Adds support for BeeStation's Linden server as an MRP source

Version 1.3.16 Release

09 Sep 23:08
18b36dd
Compare
Choose a tag to compare

Changelog:

  • Fixed the Swagger documentation failing to build

Version 1.3.15 Release

24 Aug 04:00
c391b0a
Compare
Choose a tag to compare

Changelog:

  • Added AuStation as a standard source
  • Resolved bug wherein a standard source would fail if a provided ckey was null.
  • Excluded null ckey bans (typically IP bans) from exporter-exposed bans

Version 1.3.14 Release

23 Aug 19:27
Compare
Choose a tag to compare

Changelog:

  • Add support for slash commands
  • Add commands to get basic information about the bot instance, an invite link, and to search for a player on CentCom

Version 1.3.13 Release

23 Aug 01:19
52d7b4b
Compare
Choose a tag to compare

Changelog:

  • Add response content to failed ban data fetch messages on CentCom.Bot

Version 1.3.12 Release

22 Aug 23:26
d8f050a
Compare
Choose a tag to compare

Changelog:

  • Added user agent to denote the scraper
  • Added info page for scraper
  • Added Shiptest 13 to standardized parsers

Version 1.3.11 Release

22 Aug 17:08
169f1e2
Compare
Choose a tag to compare

Wow, this one is a big one!

Changelog:

  • Adds CentCom.Exporter, a standardized ban exporter for CentCom.
  • Add support for standardized ban exporters to CentCom.Server.
  • Refactors CentCom.Server to use generic application host.
  • Refactors CentCom.Server's use of Quartz to properly use dependency injection.
  • Force ban source IDs to be unique.