aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #1 from lancebord/async-reworkGravatar Lance Borden 2026-03-093-74/+106
|\ | | | | initial move to async instead of polling
| * initial move to async instead of pollingGravatar lancebord 2026-03-093-74/+106
| |
* | add scroll and scroll bar indicator to members listGravatar lancebord 2026-03-093-9/+44
| |
* | fixing text wrap miscalculation on long wordsGravatar lancebord 2026-03-081-5/+13
|/
* off by one fix for some word wrappingGravatar lancebord 2026-03-081-1/+1
|
* clear member list on partGravatar lancebord 2026-03-081-0/+2
|
* add display for motd on connectGravatar lancebord 2026-03-083-0/+16
|
* clear chat on joinGravatar lancebord 2026-03-081-0/+1
|
* reduce redundant comments in the UI codeGravatar lancebord 2026-03-081-22/+1
|
* added a readmeGravatar lancebord 2026-03-081-1/+1
|
* make private messages more obviousGravatar lancebord 2026-03-082-16/+7
|
* command line args for configGravatar lancebord 2026-03-081-22/+32
|
* make chat box expand for multi line messageGravatar lancebord 2026-03-071-12/+16
|
* added chat scrollingGravatar lancebord 2026-03-073-9/+30
|
* make chatbot fill from bottomGravatar lancebord 2026-03-071-6/+15
|
* chat name colorsGravatar lancebord 2026-03-073-52/+58
|
* account for wrapping in scrollGravatar lancebord 2026-03-071-3/+40
|
* part on join to newGravatar lancebord 2026-03-071-0/+3
|
* server address from cli argGravatar lancebord 2026-03-071-4/+16
|
* a bunch of client cleanupGravatar lancebord 2026-03-077-113/+53
|
* initial commitGravatar lancebord 2026-03-0616-0/+1814