Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Decode message body before printing on console (tap,sub) #103

Merged
merged 11 commits into from
Sep 22, 2024

Commits on Sep 7, 2024

  1. Configuration menu
    Copy the full SHA
    1a16ec2 View commit details
    Browse the repository at this point in the history

Commits on Sep 10, 2024

  1. Configuration menu
    Copy the full SHA
    ee8fe41 View commit details
    Browse the repository at this point in the history

Commits on Sep 22, 2024

  1. Configuration menu
    Copy the full SHA
    eabfcf0 View commit details
    Browse the repository at this point in the history
  2. decompress messages according to ContentEncoding in sub and tap commands

    when printing to the console. gzip, compress, zstd, bzip2 and deflate
    algorithmns are supported.
    jandelgado committed Sep 22, 2024
    Configuration menu
    Copy the full SHA
    58c3fd1 View commit details
    Browse the repository at this point in the history
  3. fix usage formatting

    jandelgado committed Sep 22, 2024
    Configuration menu
    Copy the full SHA
    118bb82 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    af73bab View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    07011da View commit details
    Browse the repository at this point in the history
  6. fix deprecations

    jandelgado committed Sep 22, 2024
    Configuration menu
    Copy the full SHA
    a3437bb View commit details
    Browse the repository at this point in the history
  7. use go 1.23.1

    jandelgado committed Sep 22, 2024
    Configuration menu
    Copy the full SHA
    0b60167 View commit details
    Browse the repository at this point in the history
  8. release 1.43

    jandelgado committed Sep 22, 2024
    Configuration menu
    Copy the full SHA
    af1674c View commit details
    Browse the repository at this point in the history
  9. fix typos

    jandelgado committed Sep 22, 2024
    Configuration menu
    Copy the full SHA
    af88d0c View commit details
    Browse the repository at this point in the history