1
0
mirror of https://github.com/amitbet/vncproxy.git synced 2025-05-09 08:06:21 +00:00
vncproxy/todo.md
2017-08-03 01:33:09 +03:00

558 B

TODO:

  • add replay logics to proxy (depending on session type & cmdline flags)
  • set correct status for each flow in proxy (replay / prox+record / prox / ..)
  • improve recorder so it will save RFB response before sending another RFB update request
  • code stuff:
    • move encodings to be on the framebufferupdate message object
    • clear all messages read functions from updating stuff, move modification logic to another listener
    • message read function should accept only an io.Reader, move read helper logic (readuint8) to an actual helper class