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 Leave context entry & PART completion #64

Merged
merged 2 commits into from
Jun 29, 2023
Merged

Add Leave context entry & PART completion #64

merged 2 commits into from
Jun 29, 2023

Conversation

tarkah
Copy link
Member

@tarkah tarkah commented Jun 29, 2023

Adds a new context entry to leave a server / channel / query.

If leaving a server, it sends QUIT and drops the connection. I've confirmed via lsof the underlying connection is killed.

If leaving a channel, it sends a PART.

If leaving a query, nothing is sent but the buffer is closed.

In all cases the associated history is cleanly flushed and removed. Side menu properly doesn't show entries anymore.

@casperstorm casperstorm force-pushed the feat/nicklist-context branch 2 times, most recently from 7a50ab2 to 44ce5a7 Compare June 29, 2023 20:17
Base automatically changed from feat/nicklist-context to main June 29, 2023 20:20
Add leave for server

Add Leave context entry & PART completion

Always pointer for context menu

Add user context to user nicks in buffer

Keep input module locked down

Refactor to nick_list module

Snap context menu to viewport

Update mouse interaction for context menu

nicklist context
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.

2 participants