Releases: bobbah/CentCom
Releases · bobbah/CentCom
Version 1.3.2 Release
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
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
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
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
Changelog:
- Added support for unbanned time to fulp (fixes #26)
Version 1.2.3 Release
Changelog:
- Fixed #24, which caused lifted bans from TGMC to appear as active
Version v1.2.2 Release
Changelog:
- Added BuildBundlerMinifier to properly minify CSS assets
- Updated several packages to latest
Version v1.2.1 Release
Changelog:
- Hotfix for minification of CSS assets
Version v1.2.0 Release
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
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.