Releases: TechnikEmpire/CitadelCore.Windows
Releases · TechnikEmpire/CitadelCore.Windows
Version 1.4.2
-
Upgrade the core engine, inherits many Fixes, most importantly fixes related to Websocket proxying. The core engine now passes autobahn's fuzzing client test suite.
-
Fixes an issue where IPV6 system process packet detection incorrectly considered PID 6 to be SYSTEM when in fact it's 4.
-
Since the core engine no longer relies on libUV, get rid of all arch-specific projects and return to a single AnyCPU project. This is great news for library users.
Version 1.3.8
- Inherits a websockets fix from core engine.
Version 1.3.7
- Via core engine 1.3.13, websockets will now work on Windows 7.
Version 1.3.6
- Inherits a fix for custom block response writing from the core engine upgrade.
Version 1.3.5
- Inherits several fixes from core engine, such as:
- Opens up downstream and upstream connection limits to unlimited/65535 respectively. Massive throughput gains by doing this.
- Fixes an issue where the wrong bind endpoints were returned by the ProxyServer public properties.
- Potentially fixes Websockets failing on Windows 7 by referencing MyGet preview release of .NET Standard 2.1.
Version 1.3.4
- Reverts priority of QUIC protocol drop handle back to < 1.3.3.
- Modifies QUIC filter string to avoid filter string syntax issues.
Version 1.3.3
- Fixes improper IPV6 address parsing/conversion. This bug would let HTTP traffic on IPV6 escape filtering.
Version 1.3.2
Upgrades core engine, inheriting fixes for zero-length payloads.
Version 1.3.1
Inherits fixes by upgrading core engine to 1.3.7.
Version 1.3.0
Inherits core engine upgrade. The core engine now enables deprecated SSL protocols ONLY on the client side to enable greater client compatibility.