Skip to content

Releases: bobbah/CentCom

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.

Version v1.0.7 Release

16 Aug 16:05
b60d5eb
Compare
Choose a tag to compare

Changelog:

  • Removed IP and CID from bans (Resolves #16)
  • Updated Fulp to be MRP by default
  • Fixed absolute path for XML documentation (Fixes #17)
  • Fixed error in logic for getting active bans from API (#14 / #15)

Version v1.0.6 Release

08 Aug 01:31
a7cc043
Compare
Choose a tag to compare

Changelog:

  • Added TGMC bans (Closes #12)
  • Improved handling of equality for EFCore entities, removed use of IEquatable in favor of isolated IEqualityComparers
  • Added support for detecting and updating changed job bans
  • Minor refactor of how jobs are added to bans to prevent code duplication and improve maintainability

CentCom requires .NET 3.1 runtimes to run.

Version v1.0.5 Release

04 Aug 05:53
53a487b
Compare
Choose a tag to compare

Changelog:

  • Added Fulp ban parsing (Closes #9)
  • Added unit tests for bans, job bans, and ckey parsing
  • Ensured ckeys were properly parsed for all three possible locations in Ban objects
  • Fixed bug with comparing JobBan objects (Closes #8)
  • Fixed bug with comparing Ban objects with JobBans (Closes #8)
  • Fixed bug with comparing Ban objects with IPAddresses (Closes #8)
  • Ensured all timestamps being sent to DB are stored as UTC
  • Version bump to v1.0.5
  • Fixed JSON encoding for JobBan, Ban, and BanSource objects

CentCom requires .NET 3.1 runtimes to run.

Version v1.0.4 Release

01 Aug 04:40
Compare
Choose a tag to compare
  • Flat format ban data has been refactored to include versioning and the ability to update a server's version of that data automatically. (Closes #1)
  • The API server will now return bans in descending order of the banned_on datetime value (Closes #2)

Running CentCom requires .NET Core 3.1 runtimes.

Version v1.0.3 Release

30 Jul 06:08
Compare
Choose a tag to compare
  • Updated Postgres configuration such that the generated database objects will now use proper camel casing.

If you previous had a Postgres instance, you will need to manually rename _EFCoreMigationsHistory's columns to migration_id and product_version respectively, though I suspect this doesn't effect anyone. Anyone setting up new Postgres instances will have no issues.

CentCom requires .NET Core 3.1 runtimes.