Now About Social Code
aboutsummaryrefslogtreecommitdiff
path: root/src/message.py
AgeCommit message (Collapse)Author
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-07message: Add `@` to url regexLucas Fryzek
2024-10-07message: Fix URL parsing to handle quote at end of URLLucas Fryzek
2024-10-06chat: Add support for file uploadLucas 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