Giter Club home page Giter Club logo

clipsock's People

Contributors

sstallion avatar

Stargazers

 avatar

Watchers

 avatar  avatar

clipsock's Issues

Prefer IPv4 addresses

When resolving the listen address, the first address returned by ParseNetworkString is expected. More often than not, this seems to resolve to an IPv6 address, which is different than behavior found in SSH clients like PuTTY and SecureCRT. This should be addressed so that localhost can be used as the default listen address rather than 127.0.0.1.

Support UTF-8 clipboard data

Clipboard data is currently limited to ANSI due to CF_TEXT being passed to SetClipboardData(). UTF-8 should be possible using CF_UNICODE and MultiByteToWideChar, however this causes issues with buffering. This could be solved by introducing a second buffer, but other methods should be investigated before doubling the memory footprint.

Do not start server by default

When ClipSock runs for the first time, the server will be started prior to showing the settings dialog. This was laziness on my part since this situation only occurs once per installation, but it's messy. Ideally, the server will not start until the user has confirmed the default settings.

Add indicator to taskbar notification area icon

Server status is written to the tooltip text for the taskbar notification area icon, however this can be easy to miss. It would be nice to provide a small indicator (eg. green/red) to show server status visually.

Installation should fail if runtime libraries are missing

Current guidance from Microsoft with respect to using merge modules in .msi installers for redistributable packages:

If you deploy your code only as an .msi installer, we recommend you don't include the merge modules in the installer. Instead, report a failure to the user when the required Redistributable libraries aren't found. In the failure dialog, include instructions on how to find and install the latest Redistributable package. For more information and links to Redistributable packages, see The latest supported Visual C++ downloads.

Given the above, WiX should updated to show an error dialog if runtime libraries cannot be found. As a stop-gap, this limitation should be documented in README.md.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.