aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2024-05-01Bump build number.1.0beta12Dustin Mierau
2024-05-01Add "Download Latest" menu item to help.Dustin Mierau
2024-05-01Merge and use new shared SoundEffectsPlayer.Dustin Mierau
2024-05-01New Hotline toolbar window for banner.Dustin Mierau
2024-05-01Merge pull request #15 from jhalter/add_sound_settingsDustin Mierau
Add sound settings
2024-05-01Merge pull request #14 from jhalter/get-set-file-infoDustin Mierau
Add Get/Set file info
2024-05-01Merge pull request #12 from jhalter/refresh_newsDustin Mierau
Add handling for new news post transaction
2024-05-01Add sound settingsJeff Halter
2024-04-29Fix project fileJeff Halter
2024-04-29Fix handling of optional file info fieldsJeff Halter
2024-04-28Add Get/Set file infoJeff Halter
2024-04-20Add handling for new news post transactionJeff Halter
2024-03-10Update README.mdDustin Mierau
2024-03-09Update README.mdDustin Mierau
2024-03-07Update README.mdDustin Mierau
2024-03-07Update README.mdDustin Mierau
2024-03-06Merge pull request #7 from jhalter/fix_loginDustin Mierau
Fix login/password encoding and bookmark logins
2024-03-06Update README.mdDustin Mierau
2024-01-22Fix bookmarks that use non-default login, password, portJeff Halter
2024-01-22Fix login/password encodingJeff Halter
2024-01-18Add Request Feature and Report Bug menu items to Help menu in macOS that ↵Dustin Mierau
link to GitHub issues with appropriate labels preselected.
2024-01-17Update README.mdDustin Mierau
2024-01-17Bump version.1.0beta11Dustin Mierau
2024-01-17Send message board posts encoded with Mac OS Roman string encoding. I think ↵Dustin Mierau
this needs to be looked at further though... is UTF-8 really not an option? Hmm.
2024-01-17Added server and tracker bookmarks. Reordering in Servers window. Delete. ↵Dustin Mierau
All stored securely in Keychain.
2024-01-16Cleanup HotlineTrackerClient header parsing by moving to byte consumption APIDustin Mierau
2024-01-15Bump build number1.0beta10Dustin Mierau
2024-01-15Add classic sound effects. Fix read user access bits. Better no content/no ↵Dustin Mierau
access views. Add Server menu. Add keep alive ping to server every 3 minutes.
2024-01-15Update README.mdDustin Mierau
2024-01-14Disable custom TCP keepalive settings. Just use defaults. Seeing some weird ↵Dustin Mierau
disconnecting.
2024-01-14Add support for downloading files with resource forks! Also properly set HFS ↵Dustin Mierau
creator code and type on downloaded files when specified by the server.
2024-01-13Bump build number.1.0beta9Dustin Mierau
2024-01-13Fix divider color in dark mode in News.Dustin Mierau
2024-01-13Add support for posting to the message board.Dustin Mierau
2024-01-13Rewrite HotlineClient to use new simpler NetSocket stream based socket lib. ↵Dustin Mierau
Seems to be working well and has fixed some connection issues with certain servers. This does away with Apple's NWConnection for everything but file transfers which I still want to be processing on another thread so will keep NWConnection for now.
2024-01-12Experimenting with a simpler stream/delegate bsaed socket library for ↵Dustin Mierau
Tracker listing for now. Added consume methods to Data and [UInt8] arrays to make reading bytes off the wire easier to read..
2024-01-09Update README.mdDustin Mierau
2024-01-09Update README.mdDustin Mierau
2024-01-09Merge pull request #5 from tagban/patch-1Dustin Mierau
Update TrackerView.swift
2024-01-09Merge branch 'main' into patch-1Dustin Mierau
2024-01-09Focus address field in connect view when window opens. Add a note to connect ↵1.0beta8Dustin Mierau
view. Remove some console logging.
2024-01-09Split view in News saves position and hiding when an article isn't selected. ↵Dustin Mierau
Some code cleanup. Some plumbing for news posting though it's not hooked up yet.
2024-01-09Update TrackerView.swiftJohn Leighow
Correcting a dynamic IP saved with the dynamic url change.
2024-01-08Let's use default TCP settings for the most part (keepalive is our one ↵Dustin Mierau
addition for now).
2024-01-08Add Markdown display for news articles to support rich text, images, links, ↵Dustin Mierau
tables, etc.
2024-01-08Move to a standard SwiftUI window for preview windows so I can add toolbar ↵Dustin Mierau
items from SwiftUI. Not ideal. Added support for previewing text files too.
2024-01-06Disable fast open on TCP connection. Fix some build issues in iOS build.Dustin Mierau
2024-01-05Update README.md1.0beta7Dustin Mierau
2024-01-05Add image preview to Files so you don't have to download images to view ↵Dustin Mierau
them, works with animated GIFs too. Added cmd-R shortcut for Servers window. More work on login view.
2024-01-04Update README.mdDustin Mierau