Now About Social Code
aboutsummaryrefslogtreecommitdiff
path: root/src/relay
AgeCommit message (Collapse)Author
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-10-07fix various exceptions from missing Qweechat codeLucas 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-06window: Add interface for connecting and disconnectingLucas Fryzek
2024-10-06chat: Add support for file uploadLucas Fryzek
2024-10-05chat: Get auto-scroll working, and fix ssh connLucas Fryzek
2024-10-04Initial commitLucas Fryzek