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

Refactor some X11 code around #26

Merged
merged 1 commit into from
Nov 27, 2024
Merged

Conversation

smcintyre-r7
Copy link

This makes the following changes:

  • Adds the new #x11_read_response which handles chunked replies with a timeout
  • Changes things to use the new #x11_read_response method
  • Refactors some response classes to consistently refer to "Reply" objects as responses with a response_length field which is necessary for #x11_read_response
  • Prefixed mixin methods with x11_ to help scale things better in the future

Tested with Ubuntu 16.04

Consistently refer to replys as responses
@smcintyre-r7
Copy link
Author

A bunch of these test failures appear unrelated to the changes I made.

@h00die h00die merged commit e0a39b5 into h00die:xspy Nov 27, 2024
37 of 62 checks passed
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.

2 participants