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

Reduce calling scp, cache result #3025

Open
wants to merge 3 commits into
base: dev
Choose a base branch
from
Open

Reduce calling scp, cache result #3025

wants to merge 3 commits into from

Commits on Mar 25, 2024

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

Commits on Mar 29, 2024

  1. Updates, refinements, etc

    - fix '0'
    - improvements in data handling
    - filter allows prefixes
    DJ3CE committed Mar 29, 2024
    Configuration menu
    Copy the full SHA
    aaf7f99 View commit details
    Browse the repository at this point in the history

Commits on Apr 4, 2024

  1. Fixes matching to 'anywhere', isolates and restructures code

    - server side matches anywhere, thus replace `startsWith` by `includes`,
    - callsigns *should* be with stroked-0, improving consistency here,
    - code restructuring (reduce nesting a lot),
    - isolating code, same codebase for qso.js and contesting.js, could
      be put in a 'lib'-like file
    DJ3CE committed Apr 4, 2024
    Configuration menu
    Copy the full SHA
    181dcbe View commit details
    Browse the repository at this point in the history