AmendHub

jcs

/

wallops

/

amendments

Amendments on September 12, 2024

main: Hide/Show should always be enabled

jcs made amendment 90 2 months ago

chatter: Pull conn out of tab during destruction

jcs made amendment 89 2 months ago

Amendments on September 11, 2024

irc: Implement /op, /deop, /voice, and /devoice

jcs made amendment 88 2 months ago

chatter: Change order of operations in close_tab

jcs made amendment 87 2 months ago

main: Use focusables_quit on exit

jcs made amendment 86 2 months 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 2 months ago

main: Custom about dialog

jcs made amendment 83 2 months ago

README: Update with latest things, add list of commands

jcs made amendment 82 2 months 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 2 months 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 2 months ago

Amendments on September 10, 2024

irc: Implement /mode and /umode

jcs made amendment 79 2 months ago

LICENSE: 2024

jcs made amendment 77 2 months 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 2 months 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 2 months ago

chatter: Sprinkle locking

jcs made amendment 72 2 months ago

main: Add Debug menu when MALLOC_DEBUG is on

jcs made amendment 71 2 months ago