Skip to content

Releases: tim54000/cypherpunk-cli

v2.0.0 - Hexagonal Release

25 Feb 13:40
0be7541
Compare
Choose a tag to compare

Changelogs:

  • More comments and contexts!

v2.0.0-beta.3

25 Feb 11:41
a6953c6
Compare
Choose a tag to compare
v2.0.0-beta.3 Pre-release
Pre-release

Changelogs:

  • More commented code !
  • Fixed formatting bug with additional headers
  • Use of generics instead of Box (possible performance improvement) for PGP backends

What's next?

  • Finish commenting the code
  • Adding context to errors

v2.0.0-beta.2

20 Feb 15:13
1b38c58
Compare
Choose a tag to compare
v2.0.0-beta.2 Pre-release
Pre-release

Changelog:

  • Added the possibility to add for each post to a remailer of the
    headers using --header.

  • The PGP backend "back-gpg" now uses a unique keyring and no longer
    pollutes the user's keyring.

  • The path to the config can now be set via the CLI using --config path/to/config.json.

  • License change : Switching from GPLv3 to CeCILL v2.1.
    No major change since the CeCILL license is fully compatible with the GPL licenses.

  • Disabling some remailers (because they don't respond to MX requests).

v2.0.0-beta - Working as expected

18 Feb 12:01
a741918
Compare
Choose a tag to compare
Pre-release

A complete rewrite following the hexagonal architecture.

Why is it still a pre-release?

The program is quite usable, it just lacks the comments and surely some errors that will be thrown to you and for that, it is a pre-release and not a release.

Features:

  • Retrieve remailers' stats (no longer wanted)
  • Import remailer keys
  • Encrypt message for 1 remailer (only with back-gpg)
  • Support remailer chain
  • Support Mailto format

What's new:

  • Interactive mode (input via stdin and output via stdout)
  • Fully configurable remailer list
  • Support EML format
  • Extendable PGP backend.
  • Quiet mode

v1.0.0 - First stable release

08 Sep 11:50
v1.0.0
230614f
Compare
Choose a tag to compare

Features:

  • Retrieve remailers' stats
  • Import remailer keys
  • Encrypt message for 1 remailer (only with back-gpg)
  • Support remailer chain
  • Support Mailto format