| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2024-05-03 | Bump version number.1.0beta13 | Dustin Mierau | |
| 2024-05-03 | Nicer about box. | 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-02 | Add link highlighting to agreements and message board. Add basic markdown ↵ | Dustin Mierau | |
| styling and link highlighting to chat messages. | |||
| 2024-05-02 | Link highlighting in chat (with basic markdown support for bold, italtics, ↵ | Dustin Mierau | |
| strikethrough, monospace/code). Remove some source files from iOS build. | |||
| 2024-05-02 | Fix up server sidebar alignment a bit. | Dustin Mierau | |
| 2024-05-02 | Move message board up in navigation as it has always seemed higher level to ↵ | Dustin Mierau | |
| me than news. Message board felt like big server news, vs News was more of users talking in a forum. | |||
| 2024-05-02 | Update README.md | Dustin Mierau | |
| 2024-05-01 | Bump build number.1.0beta12 | Dustin Mierau | |
| 2024-05-01 | Add "Download Latest" menu item to help. | 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 | Merge pull request #12 from jhalter/refresh_news | Dustin Mierau | |
| Add handling for new news post transaction | |||
| 2024-05-01 | Add sound settings | Jeff Halter | |
| 2024-04-29 | Fix project file | Jeff Halter | |
| 2024-04-29 | Fix handling of optional file info fields | 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-03-10 | Update README.md | Dustin Mierau | |
| 2024-03-09 | Update README.md | Dustin Mierau | |
| 2024-03-07 | Update README.md | Dustin Mierau | |
| 2024-03-07 | Update README.md | Dustin Mierau | |
| 2024-03-06 | Merge pull request #7 from jhalter/fix_login | Dustin Mierau | |
| Fix login/password encoding and bookmark logins | |||
| 2024-03-06 | Update README.md | Dustin Mierau | |
| 2024-01-22 | Fix bookmarks that use non-default login, password, port | Jeff Halter | |
| 2024-01-22 | Fix login/password encoding | Jeff Halter | |
| 2024-01-18 | Add 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-17 | Update README.md | Dustin Mierau | |
| 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 | |