Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add a bucketload of assorted features #123

Merged
merged 12 commits into from
Aug 1, 2024
Merged

Add a bucketload of assorted features #123

merged 12 commits into from
Aug 1, 2024

Conversation

TheDaemoness
Copy link
Collaborator

No description provided.

Hides network names of foci when the current focus's network is the same.
Adds a colon to the end of network buffer names.
Replaces the colon before the message count with a space, for looks.
Adds a buffer to ClientState for storing rendered help lines.

Moves responsibility for rendering command help text to the /help command itself.
`/help invalidcmd` now results in a typical command error.
This commit makes a breaking change to irc-core.

TargetExisting was added to support sane Away handling in glirc,
but this handling should be done by glirc, not irc-core.
As such, Away messages are now considered to be TargetUser messages.

All message routing to windows is now handled by Client.State.Target.msgTarget
(except for overrides done by hooks).
Single-target monitor numeric replies are now put in user-specific buffers
as metadata messages of normal importance.

glirc now requests the extended-monitor capability.
It's pretty rare in the wild, but it doesn't do anything glirc can't handle.
Invites are now subject to ignores, displayed in the channel one is invited to,
and marked important if you are the one being invited.

glirc now requests the invite-notify capability.
Also adds a /cinfo alias
and commented-out code for /names to also work
once necessary state-management changes are implemented.
@TheDaemoness TheDaemoness merged commit e37e273 into v2 Aug 1, 2024
6 checks passed
@TheDaemoness TheDaemoness deleted the v2.41-dev branch August 1, 2024 00:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant