This is an archive of the discontinued Mercurial Phabricator instance.

wireprotoserver: split ssh protocol handler and server
ClosedPublic

Authored by indygreg on Feb 7 2018, 7:26 PM.

Details

Summary

We want to formalize the interface for protocol handlers. Today,
server functionality (which is domain specific) is interleaved
with protocol handling functionality (which conforms to a generic
interface) in the sshserver class.

This commit splits the ssh protocol handling code out of the
sshserver class.

Diff Detail

Repository
rHG Mercurial
Lint
Automatic diff as part of commit; lint not applicable.
Unit
Automatic diff as part of commit; unit tests not applicable.

Event Timeline

indygreg created this revision.Feb 7 2018, 7:26 PM
indygreg edited the summary of this revision. (Show Details)Feb 7 2018, 11:32 PM
indygreg updated this revision to Diff 5332.
indygreg updated this revision to Diff 5343.Feb 8 2018, 12:20 AM
durin42 accepted this revision.Feb 12 2018, 4:20 PM
This revision is now accepted and ready to land.Feb 12 2018, 4:20 PM
This revision was automatically updated to reflect the committed changes.