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

Match by a prefix instead of regexp #11

Open
wants to merge 9 commits into
base: master
Choose a base branch
from
Open

Commits on Jun 25, 2022

  1. Configuration menu
    Copy the full SHA
    797f708 View commit details
    Browse the repository at this point in the history
  2. README.md imporve

    stokito committed Jun 25, 2022
    Configuration menu
    Copy the full SHA
    580999e View commit details
    Browse the repository at this point in the history
  3. Cleanup

    stokito committed Jun 25, 2022
    Configuration menu
    Copy the full SHA
    0c22254 View commit details
    Browse the repository at this point in the history
  4. base32 Encoding to lower case

    stokito committed Jun 25, 2022
    Configuration menu
    Copy the full SHA
    6490459 View commit details
    Browse the repository at this point in the history
  5. Make: build with GOAMD64=v3 optimization

    The make.sh can be called from Windows
    stokito committed Jun 25, 2022
    Configuration menu
    Copy the full SHA
    6d78363 View commit details
    Browse the repository at this point in the history

Commits on Oct 19, 2023

  1. README.md key expansion

    stokito committed Oct 19, 2023
    Configuration menu
    Copy the full SHA
    f3c3797 View commit details
    Browse the repository at this point in the history
  2. Match by a prefix instead of regexp

    The regexp matching is expensive but also makes little sense for most cases.
    stokito committed Oct 19, 2023
    Configuration menu
    Copy the full SHA
    8cc56ec View commit details
    Browse the repository at this point in the history
  3. Match prefix by a part of a public key

    The onion domains has PK and checksum + v3.
    We may match prefix by just PK. Without concatenating the full onion domain.
    This improves speed of matching
    stokito committed Oct 19, 2023
    Configuration menu
    Copy the full SHA
    d2a7260 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    22ed2e6 View commit details
    Browse the repository at this point in the history