generated from K4ryuu/Project_Template
-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathCHANGELOG
50 lines (33 loc) · 1.48 KB
/
CHANGELOG
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
-- 2024. 07. 02 - v1.4.1
- feat: Added option to change the warning print interval
- feat: Added log and check for game details privated
- fix: Warning countdown issues
-- 2024. 07. 02 - v1.4.0
- feat: Added option to allow private profiles join for given seconds to warn them about the issue
- remove: Removed fully SteamWorks dependency and solved with own solutions instead
- remove: Removed prime based checks for now due to SteamWorks not detect primes if bought after CS2 release
-- 2024. 05. 21 - v1.3.2
- feat: Added option to disable join logs
- feat: Added the user's account oldness in days too
- fix: Lag spikes caused by database
- refactor: Violation check function readability improved
-- 2024. 05. 19 - v1.3.1
- feat: Added detection to know if database is used
- fix: Threading issues with database
-- 2024. 05. 18 - v1.3.0
- feat: Add configuration json file to allow players to bypass specific restrictions
- feat: Add database to store allowed players for a while and dont validate them all the time
-- 2024. 04. 26 - v1.2.1
- update: Updated from NET7 to NET8
- fix: Steam group check
-- 2024. 04. 06 - v1.2.0
- feat: Created SteamService model
- feat: Block players if VAC banned
- feat: Block players if not in steam group
- optimise: Full plugin refactoring
-- 2024. 02. 14 - v1.1.3
- fix: Server lag on player connect
- fix: Checking restrictions for bots
-- 2023. 10. 10 - v1.1.0
- Added option to filter Trade banned players
- Added option to filter Game banned players