| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2025-11-07 | Further cleanup of previous refactor. Removing old view model and NetSocket. ↵ | Dustin Mierau | |
| Added some empty states for newsgroups and message board. | |||
| 2025-11-07 | Massive 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-26 | Rewrite HotlineTrackerClient using new async NetSocket as proof of concept. | Dustin Mierau | |
| 2025-10-25 | Move 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-25 | Fixed 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-24 | Further polish on chat. Try not to persist back to back disconnect messages. | Dustin Mierau | |
| 2025-10-24 | A first pass at chat persistence. Also some chat UI cleanup. | Dustin Mierau | |
| 2025-10-23 | Add 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-23 | Improve 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-22 | Improvements to file search UI and config. | Dustin Mierau | |
| 2025-10-22 | First pass at file search in files view. | Dustin Mierau | |
| 2025-10-21 | Add initial support for folder downloading. | Dustin Mierau | |
| 2024-07-29 | Actually update the file on drop. Add error message sound effect. | Dustin Mierau | |
| 2024-07-26 | Added support for announce in chat, hold shift while pressing enter to send ↵ | Dustin Mierau | |
| chat. | |||
| 2024-07-26 | Display error messages from the server. | Dustin Mierau | |
| 2024-07-26 | Further work on uploads. Also properly reading and writing file HFS ↵ | Dustin Mierau | |
| type/creator codes and finder comments. | |||
| 2024-07-24 | First 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-30 | A 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-10 | Add account management functionality | Jeff Halter | |
| 2024-05-22 | Redesign 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-14 | Some contextual menus in files and newsgroups. Added functional delete file ↵ | Dustin Mierau | |
| context menu. | |||
| 2024-05-14 | Merge pull request #19 from jhalter/add_show_join_leave_pref | Dustin Mierau | |
| Add "Show Join/Leave in Chat" option | |||
| 2024-05-14 | Newsgroup posting now works. Added reload button to news. More work on ↵ | Dustin Mierau | |
| server and user icons. | |||
| 2024-05-11 | Add "Show Join/Leave in Chat" option | Jeff Halter | |
| 2024-05-10 | Further work on threaded news UI: better icons, tweaked indentation, post ↵ | Dustin Mierau | |
| count, keyboard navigation. | |||
| 2024-05-10 | First crack at threading news. Added read state to news items. Playing with ↵ | Dustin Mierau | |
| some icon visual styles. | |||
| 2024-05-08 | Fix 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-05 | Write better URL regular expressions for our needs. | Dustin Mierau | |
| 2024-05-03 | Add unread badge to public chat in sidebar. Display server messages. | Dustin Mierau | |
| 2024-05-03 | Remember banner toolbar displayed state. Clean up use of preferences ↵ | Dustin Mierau | |
| throughout project. | |||
| 2024-05-03 | First pass at private messages UI. | Dustin Mierau | |
| 2024-05-01 | Merge and use new shared SoundEffectsPlayer. | Dustin Mierau | |
| 2024-05-01 | New Hotline toolbar window for banner. | Dustin Mierau | |
| 2024-05-01 | Merge pull request #15 from jhalter/add_sound_settings | Dustin Mierau | |
| Add sound settings | |||
| 2024-05-01 | Merge pull request #14 from jhalter/get-set-file-info | Dustin Mierau | |
| Add Get/Set file info | |||
| 2024-05-01 | Add sound settings | Jeff Halter | |
| 2024-04-28 | Add Get/Set file info | Jeff Halter | |
| 2024-04-20 | Add handling for new news post transaction | Jeff Halter | |
| 2024-01-17 | Added server and tracker bookmarks. Reordering in Servers window. Delete. ↵ | Dustin Mierau | |
| All stored securely in Keychain. | |||
| 2024-01-15 | Add 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-14 | Add 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-13 | Add support for posting to the message board. | Dustin Mierau | |
| 2024-01-13 | Rewrite 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-12 | Experimenting 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-09 | Focus address field in connect view when window opens. Add a note to connect ↵1.0beta8 | Dustin Mierau | |
| view. Remove some console logging. | |||
| 2024-01-09 | Split 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-05 | Add 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-03 | Add user icons to iOS app. Bump build number.1.0beta5 | Dustin Mierau | |
| 2024-01-03 | Added the rest of the classic icons to the app. | Dustin Mierau | |
| 2024-01-02 | Fix banners not loading. First crack at adding a classic icon set with icons ↵ | Dustin Mierau | |
| painsakenly pulled from the original Hotline client. May try to "remaster" these somehow. | |||