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

TODO list #1

Closed
23 of 31 tasks
vi opened this issue Mar 14, 2018 · 1 comment
Closed
23 of 31 tasks

TODO list #1

vi opened this issue Mar 14, 2018 · 1 comment

Comments

@vi
Copy link
Owner

vi commented Mar 14, 2018

For publishing a crate:

  • Stdin to websocket client
  • Abstractions for boxed peer, peer constructor, peer stream
  • TCP connector and listener
  • Websocket server (no ssl)
  • Generic websocket server and client (custom connectors, not just TCP)
  • Replying to WebSocket pings
  • Intermediate structure between command-line strings and actual peers
  • Normal command line interface with a help message and options
  • --text option
  • exec: specifier
  • sh-c: specifier
  • Unidirectional option
  • UNIX and abstract listener and connector

For considering a non-alpha release:

  • Make it singlethreaded and/or provide explicit --threaded option.
  • Correct handling for EOF / socket shutdown
  • More thorough testing
  • Line mode for websockets
  • More useful logging (connection log), -v and --quiet options
  • Option to execute a program on each message, not on each connection.
  • unix seqpacket
  • More lints
  • Delays between reconnects for autoreconnect:
  • De-hardcode buffer size

Further ideas:

  • Non-websocket content redirector
  • SSL listener and connector
  • SCTP
  • Pure Rust SSL support
  • Environment variables like URL for exec:
  • Special JSON powers?
  • Specifying cookies and other HTTP headers.
  • Propagation of "can't accept writes anymore" status.
@vi
Copy link
Owner Author

vi commented Mar 14, 2018

Pre-built for the impatient: https://github.com/vi/websocat/releases/tag/v0.5.1-alpha

(first 6 boxes are checked)

@vi vi changed the title Todo list for 1.0.0 "async" version TODO list Jun 23, 2018
@vi vi closed this as completed Oct 22, 2023
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

No branches or pull requests

1 participant