aboutsummaryrefslogtreecommitdiff
path: root/Hotline
AgeCommit message (Expand)Author
2024-05-08Fix about box layout on open. Remove about box from window menu, add expand b...Dustin Mierau
2024-05-08Some more user icons in high res.Dustin Mierau
2024-05-07Remastered Finder user iconsDustin Mierau
2024-05-07Some more user icon remasters.Dustin Mierau
2024-05-07More high res user icons.Dustin Mierau
2024-05-07Few more high res user icons.Dustin Mierau
2024-05-07Experimenting with creating high res vector versions of classic Hotline user ...Dustin Mierau
2024-05-06Fix some flakiness around the banner window when moving between fullscreen/sp...Dustin Mierau
2024-05-06Fix downloading files on 1.2.3 server.Dustin Mierau
2024-05-06Add list of contributors to About Box (automatically pulled from GitHub)Dustin Mierau
2024-05-05Add .online and .garden tlds to url regex.Dustin Mierau
2024-05-05Clean up Settings a wee bit: icons now show at proper scale, switches for sou...Dustin Mierau
2024-05-05Add version check/download UI in about box.Dustin Mierau
2024-05-05Write better URL regular expressions for our needs.Dustin Mierau
2024-05-04Fix message board divider regular expression. New shared RegularExpressions.Dustin Mierau
2024-05-03Nicer about box.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 througho...Dustin Mierau
2024-05-03First pass at private messages UI.Dustin Mierau
2024-05-02Add link highlighting to agreements and message board. Add basic markdown sty...Dustin Mierau
2024-05-02Link highlighting in chat (with basic markdown support for bold, italtics, st...Dustin Mierau
2024-05-02Fix up server sidebar alignment a bit.Dustin Mierau
2024-05-02Move message board up in navigation as it has always seemed higher level to m...Dustin 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
2024-05-01Merge pull request #14 from jhalter/get-set-file-infoDustin Mierau
2024-05-01Add sound settingsJeff 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-06Merge pull request #7 from jhalter/fix_loginDustin 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 link...Dustin Mierau
2024-01-17Send message board posts encoded with Mac OS Roman string encoding. I think t...Dustin Mierau
2024-01-17Added server and tracker bookmarks. Reordering in Servers window. Delete. All...Dustin Mierau
2024-01-16Cleanup HotlineTrackerClient header parsing by moving to byte consumption APIDustin Mierau
2024-01-15Add classic sound effects. Fix read user access bits. Better no content/no ac...Dustin Mierau
2024-01-14Disable custom TCP keepalive settings. Just use defaults. Seeing some weird d...Dustin Mierau
2024-01-14Add support for downloading files with resource forks! Also properly set HFS ...Dustin 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. S...Dustin Mierau
2024-01-12Experimenting with a simpler stream/delegate bsaed socket library for Tracker...Dustin Mierau
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
2024-01-09Split view in News saves position and hiding when an article isn't selected. ...Dustin Mierau
2024-01-09Update TrackerView.swiftJohn Leighow