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

Many changes #62

Open
wants to merge 9 commits into
base: develop-1.8
Choose a base branch
from
Open

Many changes #62

wants to merge 9 commits into from

Commits on Dec 28, 2022

  1. genotp.lua changes

    Make genotp more clearly state that the password can be used once but
    allows permanent access (sorry for not making this clear earlier.) Use a
    slightly longer password, and allow uppercase characters except for some
    that could be ambiguous
    Kan18 committed Dec 28, 2022
    Configuration menu
    Copy the full SHA
    f7ba900 View commit details
    Browse the repository at this point in the history
  2. Sanitize label in samba.lua

    Prevent labels from having .., /, *, control characters, or quotes (this
    generally messes things up) and limit them to a reasonable length. We
    might possibly also want to do this in snmp.lua, I'm not sure if that
    will break things though
    Kan18 committed Dec 28, 2022
    Configuration menu
    Copy the full SHA
    8fbcc7b View commit details
    Browse the repository at this point in the history
  3. Increase discovery message interval, distribute messages

    Previously on large server(s), there was an issue where because
    chunkloaded computers all started up at once, so they all had the same
    discovery message sending timer. This prevents that by starting each off
    with a random offset. Also increases the interval for sending messages
    from 15 s to 30 s, so that messages (which are the same, a lot of the
    time) get sent less often.
    Kan18 committed Dec 28, 2022
    Configuration menu
    Copy the full SHA
    f26f443 View commit details
    Browse the repository at this point in the history
  4. oops

    Kan18 committed Dec 28, 2022
    Configuration menu
    Copy the full SHA
    76b310d View commit details
    Browse the repository at this point in the history
  5. actually set it to 30

    Kan18 committed Dec 28, 2022
    Configuration menu
    Copy the full SHA
    0a42551 View commit details
    Browse the repository at this point in the history
  6. oops

    Kan18 committed Dec 28, 2022
    Configuration menu
    Copy the full SHA
    5f15372 View commit details
    Browse the repository at this point in the history
  7. Fix Util.getVersion

    Kan18 committed Dec 28, 2022
    Configuration menu
    Copy the full SHA
    2597724 View commit details
    Browse the repository at this point in the history
  8. oops

    Kan18 committed Dec 28, 2022
    Configuration menu
    Copy the full SHA
    c247097 View commit details
    Browse the repository at this point in the history

Commits on Dec 17, 2023

  1. Update json.lua

    Kan18 committed Dec 17, 2023
    Configuration menu
    Copy the full SHA
    9b50255 View commit details
    Browse the repository at this point in the history