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

1.4.0 #30

Merged
merged 16 commits into from
May 25, 2023
Merged

1.4.0 #30

merged 16 commits into from
May 25, 2023

Commits on May 25, 2023

  1. feat: Add NIP04 support (#25)

    * add encrypted direct messages (NIP04) support, with
    code from https://github.com/vishalxl/nostr_console.git
    
    * formatting + ok
    
    * clean up comments
    
    * add couple testcases
    
    * remove couple dependencies
    
    kepler: removed by adding Kepler class locally since the
    github repo is archived
    crypto: replace sha 256 hash with pointycastle equivalent
    
    * re-org
    
    * more re-org
    
    * remove `encrypt` dependency
    
    * message changes belong in separate PR
    
    * comment fix
    
    * leave comment on where kepler came from
    ntheden authored and ethicnology committed May 25, 2023
    Configuration menu
    Copy the full SHA
    7922879 View commit details
    Browse the repository at this point in the history
  2. fix: #25 warnings

    ethicnology committed May 25, 2023
    Configuration menu
    Copy the full SHA
    72545f5 View commit details
    Browse the repository at this point in the history
  3. refactor: PR #25

    ethicnology committed May 25, 2023
    Configuration menu
    Copy the full SHA
    f2f1a01 View commit details
    Browse the repository at this point in the history
  4. fix: decipher bug, add Event.quick (#26)

    * fix encrypt bug, add Event.quick
    
    * a send and a receive unit test
    ntheden authored and ethicnology committed May 25, 2023
    Configuration menu
    Copy the full SHA
    43b412b View commit details
    Browse the repository at this point in the history
  5. refactor: PR #26

    ethicnology committed May 25, 2023
    Configuration menu
    Copy the full SHA
    1b0dedf View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    9b52f8c View commit details
    Browse the repository at this point in the history
  7. feat: NIPS 1, 5, 10, 19, 20, 28, 51

    water783 authored and ethicnology committed May 25, 2023
    Configuration menu
    Copy the full SHA
    bd664bf View commit details
    Browse the repository at this point in the history
  8. refactor: nip20

    ethicnology committed May 25, 2023
    Configuration menu
    Copy the full SHA
    0878781 View commit details
    Browse the repository at this point in the history
  9. fix: useless import

    ethicnology committed May 25, 2023
    Configuration menu
    Copy the full SHA
    ee41a49 View commit details
    Browse the repository at this point in the history
  10. chore: format

    ethicnology committed May 25, 2023
    Configuration menu
    Copy the full SHA
    6fdad5c View commit details
    Browse the repository at this point in the history
  11. refactor: PR #29

    ethicnology committed May 25, 2023
    Configuration menu
    Copy the full SHA
    b0f4a53 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    f5ccd80 View commit details
    Browse the repository at this point in the history
  13. refactor: PR #28

    ethicnology committed May 25, 2023
    Configuration menu
    Copy the full SHA
    f66c998 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    bfbe917 View commit details
    Browse the repository at this point in the history
  15. refactor: mark NIP04 as deprecated to warn users about controversial …

    …discussions about its harmfullness
    ethicnology committed May 25, 2023
    Configuration menu
    Copy the full SHA
    3057122 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    a52e2ea View commit details
    Browse the repository at this point in the history