Skip to content
This repository was archived by the owner on Jul 3, 2026. It is now read-only.

Make sure ISON command does not exceed IRC line length limit - #563

Open
tobbi wants to merge 2 commits into
Codeux-Software:masterfrom
tobbi:ison_command_line_limit
Open

Make sure ISON command does not exceed IRC line length limit#563
tobbi wants to merge 2 commits into
Codeux-Software:masterfrom
tobbi:ison_command_line_limit

Conversation

@tobbi

Copy link
Copy Markdown
Contributor

I noticed that the periodical ISON check that happens every 30 seconds can exceed the IRC line limit of 512 bytes easily when there's a lot of open query windows and therefore a lot of nicks. I kept getting error messages from Undernet because of that.

This commit sends the list of nicknames to update in batches.

@tobbitobbi changed the title Make sure ISON command does not exceed IRC line limitMake sure ISON command does not exceed IRC line length limitAug 12, 2025
@tobbi

Copy link
Copy Markdown
ContributorAuthor

@tobbi
tobbi marked this pull request as draft August 12, 2025 19:18
@tobbi
tobbi marked this pull request as ready for review August 12, 2025 20:15
@tobbi

Copy link
Copy Markdown
ContributorAuthor

With the last commit we store the nickname list in a class member and wait until the last batch is through before updating the rest of the UI.

Sign up for freeto subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant

@tobbi