Now About Social Code
aboutsummaryrefslogtreecommitdiff
path: root/src/main.py
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-07main: Remove debug codeLucas Fryzek
2024-10-07fix various exceptions from missing Qweechat codeLucas Fryzek
2024-10-06chat,main: Fix client crashes on Fedora version of Gtk4Lucas Fryzek
2024-10-06window: Add interface for connecting and disconnectingLucas 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-05chat: Get auto-scroll working, and fix ssh connLucas Fryzek
2024-10-04Initial commitLucas Fryzek