Skip to content

Releases: TechnikEmpire/CitadelCore.Windows

Version 1.4.2

18 Apr 02:06

Choose a tag to compare

  • 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

22 Jan 17:52

Choose a tag to compare

  • Inherits a websockets fix from core engine.

Version 1.3.7

19 Jan 13:10

Choose a tag to compare

  • Via core engine 1.3.13, websockets will now work on Windows 7.

Version 1.3.6

08 Jan 19:02

Choose a tag to compare

  • Inherits a fix for custom block response writing from the core engine upgrade.

Version 1.3.5

08 Jan 18:19

Choose a tag to compare

  • 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

15 Dec 22:05

Choose a tag to compare

  • 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

07 Dec 16:40

Choose a tag to compare

  • Fixes improper IPV6 address parsing/conversion. This bug would let HTTP traffic on IPV6 escape filtering.

Version 1.3.2

21 Nov 20:47

Choose a tag to compare

Upgrades core engine, inheriting fixes for zero-length payloads.

Version 1.3.1

21 Nov 09:16

Choose a tag to compare

Inherits fixes by upgrading core engine to 1.3.7.

Version 1.3.0

14 Nov 22:33

Choose a tag to compare

Inherits core engine upgrade. The core engine now enables deprecated SSL protocols ONLY on the client side to enable greater client compatibility.