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

On unexpected disconnect - rejoin channels #20

Closed
DarthGandalf opened this issue Jul 26, 2015 · 10 comments
Closed

On unexpected disconnect - rejoin channels #20

DarthGandalf opened this issue Jul 26, 2015 · 10 comments

Comments

@DarthGandalf
Copy link
Member

Reported by Fleck on 24 Aug 2007 21:27:12 UTC
OnUnexpected disconnect - channel rejoin on reconnect option doesn't work!


Migrated from: https://svn.kvirc.de/kvirc/ticket/20

@DarthGandalf
Copy link
Member Author

Modified by thexception on 12 Nov 2007 19:05:56
Component: component1 → Core

@DarthGandalf
Copy link
Member Author

Modified by mren on 01 Mar 2008 14:37:28
Priority: Major → Normal
Version: none → 3.2.6 Anomalies

@DarthGandalf
Copy link
Member Author

Modified by HelLViS69 on 20 Mar 2008 15:14:30
Owner: noone → pragmaware

@DarthGandalf
Copy link
Member Author

Modified by Voker57 on 07 Apr 2008 13:44:11
Version: 3.2.6 Anomalies → 3.4.0 Virgo

@DarthGandalf
Copy link
Member Author

Comment by Voker57 on 17 Jul 2008 13:48:40
try turning on option "leave the channels open"

@DarthGandalf
Copy link
Member Author

Comment by ctrlaltca on 18 Jul 2008 16:50:26
fixed in revision 2094


Resolution: none → fixed
Status: new → closed

@DarthGandalf
Copy link
Member Author

Comment by sparr on 10 Dec 2010 23:22:31
Problem persists in 4.0.1 (and has since I started using KVIrc 3).
Specifically, the "rejoin channels on connect" option only rejoins channels on the "automatically join on connect" list. In every other IRC client with a similar feature, it rejoins all open channels, which is my desired and expected functionality.


Resolution: fixed → none
Status: closed → reopened
Summary: OnUnexpected disconnect - rejoin channels → On unexpected disconnect - rejoin channels
Version: 3.4.0 Virgo → 4.0.2 Insomnia

@DarthGandalf
Copy link
Member Author

Modified by sparr on 10 Dec 2010 23:22:56

@DarthGandalf
Copy link
Member Author

Modified by wodim on 11 Dec 2010 11:36:14

@DarthGandalf
Copy link
Member Author

Comment by ctrlaltca on 15 Dec 2010 15:22:46
That's the expected behaviour in kvirc, too.

I created a netcat proxy like this:

mkfifo proxypipe
cat proxypipe | nc -l -p 6667 | tee -a inflow | nc irc.tin.it 6667 | tee -a outflow 1>proxypipe

Then connected to server 127.0.0.1 and joined some channels manually;

Then i killed the netcat proxy to simulate an unexpected disconnect, and re-run it to get kvirc reconnecting.

Result: kvirc rejoined the previously joined channels.
Options: "Rejoin channels on connect" enabled, "Keep channels open" disabled both in "On disconnect" and "On unexpected disconnect".

Please note that 4.0.1 is a development kvirc version, and can contain bugs. Please test the official 4.0.2 package or the more recent 4.1.1 snapshots when reporting bugs.

Please add a testcase (the steps to follow to trigger the problem you described), or try to trigger the bug following my testcase on a clean kvirc config.


Resolution: none → worksforme
Status: reopened → closed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant