Skip to content

Conversation

@jonathanslenders
Copy link
Member

Experimental telnet implementation + many refactorings.

Please don't merge yet. Should remove the readline_compat commit first. (That one is not yet finished.)

@jonathanslenders jonathanslenders force-pushed the feature/telnet branch 13 times, most recently from 0992460 to 1129746 Compare March 28, 2015 09:58
…loop and Renderer.) - Renderer now accepts an Output object instead of stdout. - CommandLineInterface now accepts an optional Output argument, which will be passed to the renderer. (Normally the default is okay.) - CommandLineInterface now accepts an AcceptAction argument for defining the behaviour of "accept" (Either return document or call handler.) - Property "is_reading_input" of CommandLineInterface has been removed. (Not required and meaning was unclear in some situations.) - CommandLineInterface.run_in_executor and CommandLineInterface.call_from_executor have been removed. (Call run_in_executor/call_from_executor on CommandLineInterface.eventloop instead.) - on_abort and on_exit have been moved from CommandLineInterface.read_input to CommandLineInterface.__init__, because its behaviour has more to do with key binding actions than reading input. - More refactoring of the CommandLineInterface and Renderer classes. - Eventloop._reset became public.
@jonathanslenders jonathanslenders merged commit 447f1e2 into master Mar 28, 2015
@jonathanslenders jonathanslenders deleted the feature/telnet branch May 31, 2015 08:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

2 participants