Skip to content

Releases: bobbah/CentCom

Version 1.3.2 Release

22 Mar 01:17
000a37b
Compare
Choose a tag to compare

Changelog:

  • Added handling to allow continued operation of a ban parser when the data source for that parser returns bad data with null ckeys. These are reported to the CentCom server instance, but otherwise discarded.

Version 1.3.1 Release

16 Dec 04:00
b8dc500
Compare
Choose a tag to compare

Changelog:

  • Added option for turning off SSL verification for Fulpstation source, as their SSL certs have been expired for quite some time
  • Suspected to have fixed issues with ban duplication from 1.3.0
  • Updated Beestation ban parsing to match new formats provided for ban expiry and unban time.

Version 1.3.0 Release

19 Nov 23:42
0519ae4
Compare
Choose a tag to compare
Version 1.3.0 Release Pre-release
Pre-release

Changelog:

  • Updated all projects to .NET 5
  • Added documentation to several DTOs
  • Improved date display format on the web-based viewer of CentCom.API
  • Cleaned up unused references, and some other linted code quality issues

UPDATE: revert release as this actually introduced a duplication of bans

Version 1.2.5 Release

14 Nov 10:32
c04f74d
Compare
Choose a tag to compare

Changelog:

  • Fixed bug where a ban with an 'unbanned by' field, but no expiration, would show as active on viewer (Fixes #28)
  • Added active field to API response
  • Improve additional fields shown on viewer
  • Improved publish script for my own laziness

Version 1.2.4 Release

20 Oct 01:35
8586540
Compare
Choose a tag to compare

Changelog:

  • Added support for unbanned time to fulp (fixes #26)

Version 1.2.3 Release

19 Oct 23:41
7c06245
Compare
Choose a tag to compare

Changelog:

  • Fixed #24, which caused lifted bans from TGMC to appear as active

Version v1.2.2 Release

19 Oct 21:09
7c4cd72
Compare
Choose a tag to compare

Changelog:

  • Added BuildBundlerMinifier to properly minify CSS assets
  • Updated several packages to latest

Version v1.2.1 Release

19 Oct 21:01
2a2a78d
Compare
Choose a tag to compare

Changelog:

  • Hotfix for minification of CSS assets

Version v1.2.0 Release

19 Oct 20:50
c589a9a
Compare
Choose a tag to compare

Changelog:

  • Added a built-in viewer to the API project, allows for viewing of ban entries in a reasonable interface.

Version v1.1.0 Release

14 Sep 05:12
af9c55d
Compare
Choose a tag to compare

Changelog:

  • Added attributes to bans, which allows for individual ban sources to tag specific strings onto their bans. (Closes #19)
  • Fixed bug in finding newest bans for a source which could result in an infinite loop.