aboutsummaryrefslogtreecommitdiff
path: root/Hotline/Models
AgeCommit message (Collapse)Author
2025-11-12Get Accounts out of the sidebar, redesign Account management.Dustin Mierau
2025-11-11Use linear progress bar for transfers in the Server side bar.Dustin Mierau
2025-11-11Folder download logic cleanup. Display folder icon on folder download ↵Dustin Mierau
transfers with small icon for the current file. Fix progress for folder downloads.
2025-11-10Remove "New" suffix from our transfer clients. Further cleanup. Allow ↵Dustin Mierau
previewing certain files with HFS types (but no extensions). Cleanup preview files when window closes.
2025-11-08Fixing cancel transfer from transfer window. Transfer window ux improvements.Dustin Mierau
2025-11-08Change default bookmark to MacDomain.Dustin Mierau
2025-11-08Some work on making it possible to connect to servers with an IPv6 address. ↵Dustin Mierau
Improve connect form a bit. Add Copy Link to context menu for servers and trackers.
2025-11-07Add Bonjour discovery for Hotline servers on the local network to the ↵Dustin Mierau
Servers window.
2025-11-07Further cleanup of previous refactor. Removing old view model and NetSocket. ↵Dustin Mierau
Added some empty states for newsgroups and message board.
2025-11-07Massive refactor of transfer cients (new folder upload implementation), ↵Dustin Mierau
brand new async version of NetSocket, and a rewritten Hotline view model. New cross-server transfers UI.
2025-10-27Fix default bookmark address for Mobius Strip.Dustin Mierau
2025-10-26Rewrite HotlineTrackerClient using new async NetSocket as proof of concept.Dustin Mierau
2025-10-25Move chat input string to view model so its not lost when switching between ↵Dustin Mierau
tabs. Add chat search/filtering with suppport for live filtering.
2025-10-25Fixed some warnings. Add basic markdown formatting support to chat messages. ↵Dustin Mierau
Add some metadata support for chat log (though we're not using this yet).
2025-10-24Further polish on chat. Try not to persist back to back disconnect messages.Dustin Mierau
2025-10-24A first pass at chat persistence. Also some chat UI cleanup.Dustin Mierau
2025-10-23Add a basic file cache that gets searched over first. TTL on entries. Force ↵Dustin Mierau
clear cache but holding shift+enter to search. Don't cache upload/dropbox folders. Don't search in .app folders.
2025-10-23Improve file search to move down the tree once current depth has been ↵Dustin Mierau
searched with exception now for hot spots where we burst into folders that contain matches.
2025-10-22Improvements to file search UI and config.Dustin Mierau
2025-10-22First pass at file search in files view.Dustin Mierau
2025-10-21Add initial support for folder downloading.Dustin Mierau
2025-10-21Add bookmark editing to TrackerView (you can add login/pass to bookmarks ↵Dustin Mierau
now). Fix macOS 26 border around images in toolbar.
2025-10-20Cleanup and a bunch of work to fix issues syncing, loading, and general ↵Dustin Mierau
bookmark states in TrackerView. Added search field (substring conjunctive filter on server/bookmark names and descriptions).
2024-07-30Display connected user count on tracker listings.Dustin Mierau
2024-07-29Actually update the file on drop. Add error message sound effect.Dustin Mierau
2024-07-29Add drag and drop suppport for files to upload. Tighten up spacing on ↵Dustin Mierau
heirarchical lists. Add some extra HFS type to UTType conversion. Update to latest packages.
2024-07-26Added support for announce in chat, hold shift while pressing enter to send ↵Dustin Mierau
chat.
2024-07-26Display error messages from the server.Dustin Mierau
2024-07-26Further work on uploads. Also properly reading and writing file HFS ↵Dustin Mierau
type/creator codes and finder comments.
2024-07-24First pass at uploads and a big refactoring of transfer clients. Also now ↵Dustin Mierau
showing download progress bar on file icon in dock (like Safari).
2024-06-30A pass on icons. Sleeker toolbar window. Fix Accounts and News menu item ↵Dustin Mierau
disable states. Don't request banner from older servers. Cleanup News list display.
2024-06-10Add account management functionalityJeff Halter
2024-05-24Custom folder icons, including custom icons for dropbox/upload folders and ↵Dustin Mierau
admin folders (all name based like the original client).
2024-05-23Add Bookmark exporting to Server window context menu.Dustin Mierau
2024-05-22Support for drag and drop of old Hotline Bookmark files onto the Servers window.Dustin Mierau
2024-05-22Redesign of Message Board post sheet. Tweaks to NewsEditor. Disable smart ↵Dustin Mierau
quotes in message board and news editor text view. Hide news section on older servers.
2024-05-17Further work on bookmark syncing. Reworked code that prepopulated bookmarks ↵Dustin Mierau
when empty to wait for first sync.
2024-05-16Enable CloudKit. Fix saving server bookmarks. Remove old bookmarks code.Dustin Mierau
2024-05-16Move tracker items and bookmarks to SwiftData for iCloud sync.Dustin Mierau
2024-05-15Holding option when clicking server button in banner window now opens a ↵Dustin Mierau
connect to server window.
2024-05-14Some contextual menus in files and newsgroups. Added functional delete file ↵Dustin Mierau
context menu.
2024-05-14Merge pull request #19 from jhalter/add_show_join_leave_prefDustin Mierau
Add "Show Join/Leave in Chat" option
2024-05-14Newsgroup posting now works. Added reload button to news. More work on ↵Dustin Mierau
server and user icons.
2024-05-11Add "Show Join/Leave in Chat" optionJeff Halter
2024-05-10Further work on threaded news UI: better icons, tweaked indentation, post ↵Dustin Mierau
count, keyboard navigation.
2024-05-10First crack at threading news. Added read state to news items. Playing with ↵Dustin Mierau
some icon visual styles.
2024-05-08Fix about box layout on open. Remove about box from window menu, add expand ↵Dustin Mierau
button to server agreement, add email address highlighting, style server messages, unread badge on admins are red now, play server message sound, some code cleanup.
2024-05-05Write better URL regular expressions for our needs.Dustin Mierau
2024-05-03Add unread badge to public chat in sidebar. Display server messages.Dustin Mierau
2024-05-03Remember banner toolbar displayed state. Clean up use of preferences ↵Dustin Mierau
throughout project.