aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* update readmeHEADmasterGravatar lancebord 2026-03-181-1/+3
|
* merge consecutive join/part messagesGravatar lancebord 2026-03-104-48/+36
|
* handle window resize events since draw is event driven nowGravatar lancebord 2026-03-091-1/+9
|
* have password prompt instead of arg for more securityGravatar lancebord 2026-03-093-21/+168
|
* Merge pull request #1 from lancebord/async-reworkGravatar Lance Borden 2026-03-095-75/+108
|\ | | | | initial move to async instead of polling
| * initial move to async instead of pollingGravatar lancebord 2026-03-095-75/+108
| |
* | 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 screenshot to readmeGravatar lancebord 2026-03-082-0/+4
|
* added a readmeGravatar lancebord 2026-03-083-1/+47
|
* make private messages more obviousGravatar lancebord 2026-03-082-16/+7
|
* command line args for configGravatar lancebord 2026-03-083-22/+142
|
* 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-073-58/+1276
|
* 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-0620-0/+2808