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

Merge master into discv5.2 #234

Merged
merged 20 commits into from
Feb 21, 2024
Merged

Commits on Jul 20, 2023

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

Commits on Jul 26, 2023

  1. fix docs (sigp#204)

    divagant-martian authored Jul 26, 2023
    Configuration menu
    Copy the full SHA
    3135833 View commit details
    Browse the repository at this point in the history

Commits on Jul 27, 2023

  1. refactor for removing Discv5 prefix (sigp#206)

    * goodbye prefix
    
    * adjust docs
    divagant-martian authored Jul 27, 2023
    Configuration menu
    Copy the full SHA
    a9f1e99 View commit details
    Browse the repository at this point in the history

Commits on Aug 7, 2023

  1. fix rpc decoding to reject extra data (sigp#208)

    * reject extra data
    
    * reduce diff
    divagant-martian authored Aug 7, 2023
    Configuration menu
    Copy the full SHA
    1439dec View commit details
    Browse the repository at this point in the history

Commits on Aug 21, 2023

  1. expected_responses remains after challenge has been completed (sigp#210)

    * Replace `Handler::spawn` with `build_handler()` and `Handler::start()`
    
    * Test the handler's states after the handler has been terminated
    
    * Remove expected response on handle_auth_message()
    
    * Rename variables for readability
    ackintosh authored Aug 21, 2023
    Configuration menu
    Copy the full SHA
    d2e30e0 View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2023

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

Commits on Sep 29, 2023

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

Commits on Oct 23, 2023

  1. update dependencies (sigp#219)

    jxs authored Oct 23, 2023
    Configuration menu
    Copy the full SHA
    f289bbd View commit details
    Browse the repository at this point in the history

Commits on Nov 6, 2023

  1. Changing port of ReponseBody::Pong to NonZeroU16 (sigp#220)

    * Change `port` from u16 to NonZeroU16
    
    * Fix tests
    
    * Fix test: the PONG port can't be zero
    
    * Fix clippy warnings
    ackintosh authored Nov 6, 2023
    Configuration menu
    Copy the full SHA
    e64446b View commit details
    Browse the repository at this point in the history

Commits on Nov 30, 2023

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

Commits on Dec 10, 2023

  1. Add support for concurrent requests to a single peer. (sigp#200)

    Co-authored-by: ackintosh <sora.akatsuki@gmail.com>
    Co-authored-by: Diva M <divma@protonmail.com>
    Co-authored-by: Age Manning <Age@AgeManning.com>
    4 people authored Dec 10, 2023
    Configuration menu
    Copy the full SHA
    546e19c View commit details
    Browse the repository at this point in the history

Commits on Dec 11, 2023

  1. Adjust some logs (sigp#225)

    * remove log for timed out query. This is always informed in the callback
    
    * expand common logs, unify info on startup
    
    * adjust auth header log
    
    * Update src/service.rs
    
    * Appease clippy
    
    * Realised I was wrong. Don't need this log, my bad
    
    * fmt
    
    ---------
    
    Co-authored-by: Age Manning <Age@AgeManning.com>
    divagant-martian and AgeManning authored Dec 11, 2023
    Configuration menu
    Copy the full SHA
    ce7531c View commit details
    Browse the repository at this point in the history
  2. Version bump to v0.4.0

    AgeManning committed Dec 11, 2023
    Configuration menu
    Copy the full SHA
    4009f0d View commit details
    Browse the repository at this point in the history

Commits on Dec 13, 2023

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

Commits on Jan 31, 2024

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

Commits on Feb 9, 2024

  1. Merge branch 'master' into discv5.2-merge-master

    # Conflicts:
    #	Cargo.toml
    #	src/config.rs
    #	src/error.rs
    #	src/handler/mod.rs
    #	src/handler/session.rs
    #	src/handler/tests.rs
    #	src/rpc.rs
    #	src/service.rs
    #	src/service/test.rs
    ackintosh committed Feb 9, 2024
    Configuration menu
    Copy the full SHA
    b0b8569 View commit details
    Browse the repository at this point in the history

Commits on Feb 13, 2024

  1. Update session_cache_capacity from usize to NonZeroUsize

    since the argument of LruCache::new is NonZeroUsize.
    ackintosh committed Feb 13, 2024
    Configuration menu
    Copy the full SHA
    6d4fce2 View commit details
    Browse the repository at this point in the history
  2. Fix rustdoc

    ackintosh committed Feb 13, 2024
    Configuration menu
    Copy the full SHA
    630828f View commit details
    Browse the repository at this point in the history
  3. cargo fmt

    ackintosh committed Feb 13, 2024
    Configuration menu
    Copy the full SHA
    238dbc0 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c58677e View commit details
    Browse the repository at this point in the history