| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2024-01-17 | Bump version.1.0beta11 | Dustin Mierau | |
| 2024-01-17 | Send 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-17 | Added server and tracker bookmarks. Reordering in Servers window. Delete. ↵ | Dustin Mierau | |
| All stored securely in Keychain. | |||
| 2024-01-16 | Cleanup HotlineTrackerClient header parsing by moving to byte consumption API | Dustin Mierau | |
| 2024-01-15 | Bump build number1.0beta10 | Dustin Mierau | |
| 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-15 | Update README.md | Dustin Mierau | |
| 2024-01-14 | Disable custom TCP keepalive settings. Just use defaults. Seeing some weird ↵ | Dustin Mierau | |
| disconnecting. | |||
| 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 | Bump build number.1.0beta9 | Dustin Mierau | |
| 2024-01-13 | Fix divider color in dark mode in News. | Dustin Mierau | |
| 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 | Update README.md | Dustin Mierau | |
| 2024-01-09 | Update README.md | Dustin Mierau | |
| 2024-01-09 | Merge pull request #5 from tagban/patch-1 | Dustin Mierau | |
| Update TrackerView.swift | |||
| 2024-01-09 | Merge branch 'main' into patch-1 | Dustin Mierau | |
| 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-09 | Update TrackerView.swift | John Leighow | |
| Correcting a dynamic IP saved with the dynamic url change. | |||
| 2024-01-08 | Let's use default TCP settings for the most part (keepalive is our one ↵ | Dustin Mierau | |
| addition for now). | |||
| 2024-01-08 | Add Markdown display for news articles to support rich text, images, links, ↵ | Dustin Mierau | |
| tables, etc. | |||
| 2024-01-08 | Move 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-06 | Disable fast open on TCP connection. Fix some build issues in iOS build. | Dustin Mierau | |
| 2024-01-05 | Update README.md1.0beta7 | Dustin Mierau | |
| 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-04 | Update README.md | Dustin Mierau | |
| 2024-01-04 | Update README.md | Dustin Mierau | |
| 2024-01-04 | Bump build number.1.0beta6 | Dustin Mierau | |
| 2024-01-04 | Add Connect to Server to menu with classic cmd-K shortcut. Make sure globe ↵ | Dustin Mierau | |
| next to server name dims when window is inactive. | |||
| 2024-01-03 | Server windows restore with app session now. Implemented new login view so ↵ | Dustin Mierau | |
| you can connect to specific IP servers no listed by tracker, login/pass supported (I think?), and a nicer connect progress display. | |||
| 2024-01-03 | Clean up user list definition a bit | Dustin Mierau | |
| 2024-01-03 | Dim Hotline logo in Servers window title bar when window is inactive. | Dustin Mierau | |
| 2024-01-03 | Select better starter icon for new users. | Dustin Mierau | |
| 2024-01-03 | Fix issue with username saving to server with each change in username textfield. | Dustin Mierau | |
| 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. | |||
| 2024-01-01 | Update README.md | Dustin Mierau | |
| 2024-01-01 | Update README.md | Dustin Mierau | |
| 2024-01-01 | File downloads now working in macOS client.1.0beta4 | Dustin Mierau | |
| 2023-12-24 | New Preferences window on macOS with support for changing some basic ↵1.0beta | Dustin Mierau | |
| moderation settings, plus username (finally) and user icon. | |||
| 2023-12-23 | Quick pass at an emoji based icon set, matching icons to classic Hotline ↵ | Dustin Mierau | |
| icons where possible. | |||
| 2023-12-22 | Dim user list propertly in inactive window. | Dustin Mierau | |
| 2023-12-22 | Create LICENSE.md | Dustin Mierau | |
| 2023-12-22 | Update README.md | Dustin Mierau | |
| 2023-12-22 | Added Save Chat button to Chat toolbar. | Dustin Mierau | |
| 2023-12-22 | Add icon to Servers window. Add a simple app icon for macOS. | Dustin Mierau | |
| 2023-12-22 | Fix issue where some servers mark transactions with isReply field but not as ↵ | Dustin Mierau | |
| a reply transaction type. | |||