Open
Conversation
…ing right now (was hooked up to refresh).
…nsfers working though they don't yet. Moving some code away from async/await.
… not as a reply transaction type.
…ine icons where possible.
…moderation settings, plus username (finally) and user icon.
…h icons painsakenly pulled from the original Hotline client. May try to "remaster" these somehow.
…ew so you can connect to specific IP servers no listed by tracker, login/pass supported (I think?), and a nicer connect progress display.
…globe next to server name dims when window is inactive.
…ew them, works with animated GIFs too. Added cmd-R shortcut for Servers window. More work on login view.
…hanged some icons in context menus for bookmarks.
… etc. and handling of multiple selection.
…isplays. Move connect form to ConnectView.
… previewing certain files with HFS types (but no extensions). Cleanup preview files when window closes.
… transfers with small icon for the current file. Fix progress for folder downloads.
…pact transfers list items. Remove push notification entitlement.
… bar or toolbar. More error handling.
… when can't connect (server down) or can't login (show server message).
Contributor
Author
|
Related, I had some thoughts on how servers might communicate to tracker clients that TLS is available: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Hey Dustin 👋,
I've added TLS support to the latest Mobius release and with the changes in this PR, it seems to be working with your client!
TLS can be enabled with this new toggle in the server connect and bookmark views:
When enabled, transactions and file transfers go through the TLS encrypted connections.
I'm currently running TLS on mobius.trtphotl.com:5600 with a valid Let's Encrypt certificate if you'd like to test it out.
I need to test out some of the unhappy path scenarios (e.g. invalid cert), but I wanted to share this seemingly working implementation! 🎉