aboutsummaryrefslogtreecommitdiff
path: root/Hotline/macOS/ChatView.swift
AgeCommit message (Collapse)Author
2025-10-27Random project housekeeping/organizing source files.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
2024-07-26Added support for announce in chat, hold shift while pressing enter to send ↵Dustin Mierau
chat.
2024-05-17Attempt to fix chat scroll issue in public chat.Dustin Mierau
2024-05-14Newsgroup posting now works. Added reload button to news. More work on ↵Dustin Mierau
server and user icons.
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-03First pass at private messages UI.Dustin Mierau
2024-05-02Add link highlighting to agreements and message board. Add basic markdown ↵Dustin Mierau
styling and link highlighting to chat messages.
2024-05-02Link highlighting in chat (with basic markdown support for bold, italtics, ↵Dustin Mierau
strikethrough, monospace/code). Remove some source files from iOS build.
2024-05-01New Hotline toolbar window for banner.Dustin Mierau
2024-01-09Focus address field in connect view when window opens. Add a note to connect ↵1.0beta8Dustin Mierau
view. Remove some console logging.
2024-01-03Server 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-03Fix issue with username saving to server with each change in username textfield.Dustin Mierau
2024-01-02Fix 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-01File downloads now working in macOS client.1.0beta4Dustin Mierau
2023-12-22Added Save Chat button to Chat toolbar.Dustin Mierau
2023-12-22Fix issue where some servers mark transactions with isReply field but not as ↵Dustin Mierau
a reply transaction type.
2023-12-22Some work to get banner images working. Some plumbing to get file transfers ↵Dustin Mierau
working though they don't yet. Moving some code away from async/await.
2023-12-20Reverse sort order on news so most recent posts show at top in a category.Dustin Mierau
2023-12-19Beginnings of a UI for macOS as well as some visual changes to iOS client. :)Dustin Mierau