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

Conversation

Kan18
Copy link
Contributor

@Kan18 Kan18 commented Dec 28, 2022

  • genotp.lua: allow caps, make usage more clear, increase password length by 2
  • util.lua: close stopgap fix for opus icons on newer MC #59, make Util.getVersion return tuple, and new Util.compareVersion and Util.supportsExtChars methods (changes the mentions of Util.getVersion that I could find)
  • samba.lua: sanitize labels
  • snmp.lua: spreads out discovery message pings, and increases interval

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
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
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.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant