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

A bunch of fixes and improvements #289

Merged
merged 11 commits into from
Jun 22, 2024
Merged

A bunch of fixes and improvements #289

merged 11 commits into from
Jun 22, 2024

Conversation

pmhahn
Copy link
Collaborator

@pmhahn pmhahn commented Jun 17, 2024

As always more testing (from you) is appreciated 😉

pmhahn added 9 commits June 17, 2024 13:43
Hard-coded paths below /tmp/ are a security issue on shared hosts.

/tmp/ is (often) cleaned up on reboot.
Fix spelling errors.

Fix broken links, e.g. https:// everywhere.

Fix Sphinx reST markup.
pyupgrade --py38-plus
ruff check --fix setup.py vncdotool/*.py
move mouse diagonally instead of first going up/down and then
left/right.

Do not use `time.sleep()` with Twisted reactor as it will also pause all
other event processing.

Patch `vncev` to print all mouse events, including those where not button
is pressed / released.

Issue sibson#287
@sibson
Copy link
Owner

sibson commented Jun 22, 2024

Thank you for the attentiveness and thoroughness as always. I delayed looking at this for a while because it seemed so large, but it looks like the semantic changes are minimal.

@sibson sibson merged commit 317de66 into sibson:main Jun 22, 2024
10 checks passed
@pmhahn pmhahn changed the title A bunch of fixes and improvemenbs A bunch of fixes and improvements Jun 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants