M-griffin / Oblivion2-XRM

Oblivion/2 XRM BBS Software
Other
89 stars 13 forks source link

[XRM Server/Unit Tests] Enhancement - SSH_DEPRECATED LIBSSH_API #224

Open M-griffin opened 2 years ago

M-griffin commented 2 years ago

[XRM Server/Unit Tests] Enhancement - SSH_DEPRECATED LIBSSH_API Update Needed The previous versions of libssh has functional API calls you'd make directly is now deprecated. So we must upgrade to the new methods.

Later versions of libssh replaced the functionality with an Async / Event type of flow.
Need to research the best way to rewrite the existing Socket / Communications abstraction to see I can still maps the read/writes.