jcs
/wallops
/amendments
Amendments on January 11, 2023
jcs made amendment
46
over 3 years ago
jcs made amendment
45
over 3 years ago
Amendments on January 7, 2023
jcs made amendment
44
over 3 years ago
Amendments on December 11, 2022
irc: Check for input commands case-insensitively
I keep typing "/joiN #"
*: Large reorganization in preparation for multiple chat windows
Each channel belongs to a connection, and each channel belongs to
a chatter. Right now they're all the same chatter, but eventually
they'll be different windows or different TE buffers on the same
window.
The connection and channel are passed to chatter_printf so it can
eventually determine where to print the text.
jcs made amendment
41
over 3 years ago
Amendments on December 1, 2022
chatter: Implement window resizing
Since our input field is taller than a scrollbar, we have to draw our
own grow icon that is a little taller.
Amendments on November 30, 2022
jcs made amendment
39
over 3 years ago
Amendments on September 6, 2022
jcs made amendment
38
over 3 years ago
jcs made amendment
37
over 3 years ago
jcs made amendment
36
over 3 years ago
jcs made amendment
35
over 3 years ago
jcs made amendment
34
over 3 years ago
jcs made amendment
33
over 3 years ago
jcs made amendment
32
over 3 years ago
jcs made amendment
31
over 3 years ago
Amendments on February 10, 2022
jcs made amendment
30
over 4 years ago
jcs made amendment
29
over 4 years ago
focusable: Let each dictate the minimum sleep time for WaitNextEvent
When a window is hiding in the background, we can sleep up to a whole
second
irc: Print dying gasps in irc_recv, catch nick list trailing space
An Unreal3.2.10.2 server returned a trailing space at the end of
nick lists when joining a channel, causing an infinite loop in
sorting.