Encwork

Latest version: v1.0.4

Safety actively analyzes 613461 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 1 of 2

1.0.4

What's changed?
- Added ability to slow Status-handling loop (used to save CPU).

To get this version of Encwork, run **`pip install encwork=1.0.4`**.
To get the latest version of Encwork, run **`pip install encwork`**.

1.0.3

What's changed?
- **Fixed a major bug that caused Server Encwork to be unable to receive data.**

To get this version of Encwork, run **`pip install encwork=1.0.3`**.
To get the latest version of Encwork, run **`pip install encwork`**.

1.0.2

**This version has bugs that prevent it from working correctly. Please use a later version.**
What's changed?
- Fixed broken code that caused v1.0.1 to be taken off PyPI.
Specifically, the client did not properly use the `utf8` variable in the `.start` function when receiving, meaning that UTF-8 messages would not be automatically decoded.

Due to broken code, this version is no longer available on PyPI.
To get the latest version of Encwork, run **`pip install encwork`**.

1.0.1

**This version has bugs that prevent it from working correctly. Please use a later version.**
What's changed?
- Added a missing Status log for message sent (`17`)
- Added ability to choose to auto-encode UTF-8 or just send bytes.

Due to broken code, this version is no longer available on PyPI.
To get the latest version of Encwork, run **`pip install encwork`**.

1.0.0

What's changed?
- **Switched P2P Encwork to the Status system.**
- Made a very small change to the Status system to help P2P and updated Server Encwork accordingly.

To get this version of Encwork, run **`pip install encwork=1.0.0`**.
To get the latest version of Encwork, run **`pip install encwork`**.

1.0.0beta.1

What's changed?
Added a Server-based mode for Encwork!
Encwork has been P2P-only for a while, but there is now a server-based mode. The server will individually interact will all clients, it is not built as a chatroom-type program, although it can be used to build one.

This is a beta release since the server is still unable to handle multiple client connections from the same IP, but this is not a difficult fix. Another reason is that Encwork's P2P and Server-based modes don't use the same message handling system, and P2P doesn't use statuses at all. Once this is finished, I will make a full release of `v1.0.0`.

Page 1 of 2

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.