Bug 311086 - Konversation reconnects and rejoins after the client is /kill'd and /kick'd
Summary: Konversation reconnects and rejoins after the client is /kill'd and /kick'd
Status: CONFIRMED
Alias: None
Product: konversation
Classification: Applications
Component: protocol (show other bugs)
Version: 1.5-rc1
Platform: unspecified All
: NOR normal
Target Milestone: ---
Assignee: Konversation Developers
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-12-03 15:14 UTC by Chris Nehren
Modified: 2023-02-02 06:44 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Chris Nehren 2012-12-03 15:14:23 UTC
A user on an ircd I oper for was having connection problems while afk. One user kicked him from the channel, after which he rejoined. Deciding to make the matter final, I /kill'd the client. It nevertheless reconnected and rejoined the channel, much to the annoyance of everyone present.

/kick and /kill are meaningful tools used by IRC operators, and disregarding them will only draw the ire of operators and lead to more drastic measures. Please disable automatic reconnect / rejoin after these events, or at least make a setting available to respect these.

Reproducible: Always

Steps to Reproduce:
1. /kick or /kill user

Actual Results:  
User rejoins. Rage.

Expected Results:  
User doesn't rejoin
Comment 1 Eike Hein 2012-12-03 16:02:14 UTC
Konversation doesn't auto-rejoin after kicks - intentionally, despite frequent user requests, because we agree it only aids trolls and bad operators. Kills however are not treated differently from other forms of connection loss.
Comment 2 Chris Nehren 2012-12-03 19:11:45 UTC
On Mon, Dec 03, 2012 at 16:02:14 +0000 , Eike Hein wrote:
> https://bugs.kde.org/show_bug.cgi?id=311086
> 
> Eike Hein <hein@kde.org> changed:
> 
>            What    |Removed                     |Added
> ----------------------------------------------------------------------------
>                  CC|                            |hein@kde.org
> 
> --- Comment #1 from Eike Hein <hein@kde.org> ---
> Konversation doesn't auto-rejoin after kicks - intentionally, despite frequent
> user requests, because we agree it only aids trolls and bad operators. Kills
> however are not treated differently from other forms of connection loss.

I think what happened with the rejoin-after-kick is:

1. user joined channel
2. user was kicked from channel
3. user's connection dropped
4. user reconnected, and rejoined

I'd say this is a bug, though admittedly a difficult one to fix. Whether
you want it filed separately or not is up to you.

Why are kills not treated separately? If an oper /kills a user, they
want that user off of their network, and reconnecting will only make
things worse.
Comment 3 Eike Hein 2012-12-03 20:10:43 UTC
No reason for either, other than simply not having special-cased those cases yet. Shouldn't be too difficult, though; channels already keep the relevant state, and handling kills that way is a matter of parsing and funneling the event into the already-existing codepath for deliberate, non-actionable disconnects. Unless I'm missing something you can probably expect the next release to behave this way.
Comment 4 Andrew Crouthamel 2018-11-10 03:11:31 UTC
Dear Bug Submitter,

This bug has been stagnant for a long time. Could you help us out and re-test if the bug is valid in the latest version? I am setting the status to NEEDSINFO pending your response, please change the Status back to REPORTED when you respond.

Thank you for helping us make KDE software even better for everyone!
Comment 5 Andrew Crouthamel 2018-11-20 03:57:43 UTC
Dear Bug Submitter,

This is a reminder that this bug has been stagnant for a long time. Could you help us out and re-test if the bug is valid in the latest version? This bug will be moved back to REPORTED Status for manual review later, which may take a while. If you are able to, please lend us a hand.

Thank you for helping us make KDE software even better for everyone!
Comment 6 Chris Nehren 2018-11-23 15:41:55 UTC
Hello, I'm no longer in a position to test or reproduce this, sorry. Feel free to close.
Comment 7 Justin Zobel 2023-01-18 02:41:03 UTC
Thank you for reporting this issue in KDE software. As it has been a while since this issue was reported, can we please ask you to see if you can reproduce the issue with a recent software version?

If you can reproduce the issue, please change the status to "REPORTED" when replying. Thank you!
Comment 8 Bug Janitor Service 2023-02-02 05:00:42 UTC
Dear Bug Submitter,

This bug has been in NEEDSINFO status with no change for at least
15 days. Please provide the requested information as soon as
possible and set the bug status as REPORTED. Due to regular bug
tracker maintenance, if the bug is still in NEEDSINFO status with
no change in 30 days the bug will be closed as RESOLVED > WORKSFORME
due to lack of needed information.

For more information about our bug triaging procedures please read the
wiki located here:
https://community.kde.org/Guidelines_and_HOWTOs/Bug_triaging

If you have already provided the requested information, please
mark the bug as REPORTED so that the KDE team knows that the bug is
ready to be confirmed.

Thank you for helping us make KDE software even better for everyone!
Comment 9 argonel 2023-02-02 06:44:46 UTC
Kill handling has not been implemented.