AmendHub

jcs

/

wallops

/

amendments

Amendments on September 11, 2024

main: Use focusables_quit on exit

jcs made amendment 86 over 2 years ago

settings: Dialog has no cancel button, 2 (cancel) is a field

jcs made amendment 85 over 2 years ago

irc: Cope with input buffer getting full of non-lines

This should only happen on a rogue server, but we shouldn't fall
over ourselves dealing with it.
jcs made amendment 84 over 2 years ago

main: Custom about dialog

jcs made amendment 83 over 2 years ago

README: Update with latest things, add list of commands

jcs made amendment 82 over 2 years ago

irc: Try to detect channel name at start of commands, various fixes

If the user types "/topic #channel blah", detect "#channel" and use
that as the channel name rather than the current tab channel.
 
Also fix up some things around channel mode handling, especially when
using +k since there's a space in it between the mode and key.
jcs made amendment 81 over 2 years ago

*: Implement selective ignoring of certain events like joins and quits

On a small screen in a busy channel, having a screenful of nothing
but joins and quits is pretty annoying, so make it easy to turn them
off and on globally.
jcs made amendment 80 over 2 years ago

Amendments on September 10, 2024

irc: Implement /mode and /umode

jcs made amendment 79 over 2 years ago

LICENSE: 2024

jcs made amendment 77 over 2 years ago

Amendments on September 9, 2024

chatter: Only autoscroll when the scrollbar is at the bottom

If the user has scrolled up, they probably want to keep reading until
they scroll back down.
jcs made amendment 74 over 2 years ago

irc: Pass count of nicks in batch to irc_add_nick_to_channel

This lets it do a malloc of the full count of the line, rather than
having to realloc it 5 at a time.
 
Also implement 333 and 475 and show non-server notices properly.
jcs made amendment 73 over 2 years ago

chatter: Sprinkle locking

jcs made amendment 72 over 2 years ago

main: Add Debug menu when MALLOC_DEBUG is on

jcs made amendment 71 over 2 years ago

Amendments on September 8, 2024

irc: Implement /who

jcs made amendment 69 over 2 years ago

chatter: Open query window when double-clicking a nick in a chan list

Remove index, not used
jcs made amendment 68 over 2 years ago

irc: Fix bold format code in error message

jcs made amendment 67 over 2 years ago