Now About Social Code
aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2 daysmessages: Shrink spacing between messagesHEADmainLucas Fryzek
3 dayschat: Improve rendering of messagesLucas Fryzek
Reduces the slowdown from receiving lots of messages at once. TODO look to see if adding messages can be done without freezing the UI.
3 daysnetwork: Improve disconnect handlingLucas Fryzek
Make sure disconnecting closes the SSH tunnel connection. Also add keep alive ping to check if connection to server is still there and time out if the keep alive ping does not respond.
2024-12-30chat: Reorganize how system messages are presentedLucas Fryzek
2024-10-09message: Fix more url parsing issuesLucas Fryzek
2024-10-08Update manifest to build on ARM targetsPeter
2024-10-08Update requested width+height to be more friendly with mobile linuxLucas Fryzek
Also fix rendering error with messages at low window widths. Co-authored-by: Peter <peter@linmob.net>
2024-10-08chat: Add missing nicklist update functionLucas Fryzek
This is still a TODO as the function is just a stub. none of the nicklist functionality is implemented yet.
2024-10-07main: Remove debug codeLucas Fryzek
2024-10-07message: Add `@` to url regexLucas Fryzek
2024-10-07fix various exceptions from missing Qweechat codeLucas Fryzek
2024-10-07message: Fix URL parsing to handle quote at end of URLLucas Fryzek
2024-10-07chat: Fix user leave message not being parsed as system msgLucas Fryzek
2024-10-07README: fix typoLucas Fryzek
2024-10-07Add .gitignoreLucas Fryzek
2024-10-06color: Fix color parsing of (ATTR)EXT+~+STDLucas Fryzek
This pattern was used in the `relay.list` buffer and caused render artifiacts if we don't remove the color from the text.
2024-10-06chat,main: Fix client crashes on Fedora version of Gtk4Lucas Fryzek
2024-10-06fix various gtk errors when running from installed versionLucas Fryzek
2024-10-06window: Add interface for connecting and disconnectingLucas Fryzek
2024-10-06chat: Fix error when cancelling file uploadLucas Fryzek
2024-10-06chat: Add autoscroll to bottom buttonLucas Fryzek
2024-10-06chat: Fix margin on buttons beside chat inputLucas Fryzek
2024-10-06chat: Add support for file uploadLucas Fryzek
2024-10-05window: Fix breakpoint related resizing errorLucas Fryzek
2024-10-05chat: Improve system message handlingLucas Fryzek
Not 100% happy with how system messages are displayed. Need to find a better system for how to handle them.
2024-10-05message: Parse url in message and use pango markupLucas Fryzek
2024-10-05chat: Get auto-scroll working, and fix ssh connLucas Fryzek
2024-10-04Initial commitLucas Fryzek