<?xml version="1.0" encoding="UTF-8"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en-gb">
	<link rel="self" type="application/atom+xml" href="https://forum.eggheads.org/app.php/feed/topic/20675" />

	<title>egghelp/eggheads community</title>
	<subtitle>Discussion of eggdrop bots, shell accounts and tcl scripts.</subtitle>
	<link href="https://forum.eggheads.org/index.php" />
	<updated>2019-10-11T16:16:34-04:00</updated>

	<author><name><![CDATA[egghelp/eggheads community]]></name></author>
	<id>https://forum.eggheads.org/app.php/feed/topic/20675</id>

		<entry>
		<author><name><![CDATA[willyw]]></name></author>
		<updated>2019-10-11T16:16:34-04:00</updated>

		<published>2019-10-11T16:16:34-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=107880#p107880</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=107880#p107880"/>
		<title type="html"><![CDATA[about telnet]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=107880#p107880"><![CDATA[
Interesting stuff.<br><br>Thank you.<br><img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_smile.gif" width="15" height="15" alt=":)" title="Smile"><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=10420">willyw</a> — Fri Oct 11, 2019 4:16 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[nml375]]></name></author>
		<updated>2019-10-11T13:57:36-04:00</updated>

		<published>2019-10-11T13:57:36-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=107879#p107879</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=107879#p107879"/>
		<title type="html"><![CDATA[about telnet]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=107879#p107879"><![CDATA[
Hi,<br>The ident-protocol is a legacy from the old days when most of us would use dialup connections to mainframes, and run our irc clients (on said mainframe) through terminal clients...<br><br>Since there would be a large number of users from the same IP address, a service was implemented where you could query which username had initiated which connection (based of port numbers). On irc servers, you'd see this as the &lt;user&gt; part of &lt;nick&gt;!&lt;user&gt;@&lt;host&gt;. In cases where there would be no valid ident-response, the &lt;user&gt; part would usually be prefixed with the tilde-sign (~). I don't see much issues with reducing the ident-timeout, as it's legacy these days. In the rare event that valid requests would start to timeout, you could try to increase it slightly, or adjust usermasks accordingly.<br><br>For those curious to the protocol, it's documented in RFC1413.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=8052">nml375</a> — Fri Oct 11, 2019 1:57 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[willyw]]></name></author>
		<updated>2019-10-10T20:59:26-04:00</updated>

		<published>2019-10-10T20:59:26-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=107876#p107876</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=107876#p107876"/>
		<title type="html"><![CDATA[about telnet]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=107876#p107876"><![CDATA[
<blockquote class="uncited"><div>... or an ident-query timing out.</div></blockquote>This is what he was told, in #eggdrop channel :<blockquote class="uncited"><div>&lt;nick deleted&gt; Eggdrop uses ident for authentication. It queries all connections for an ident response<br>&lt;nick deleted&gt; If the client connecting doesn't have an ident server running, you have to wait the timeout</div></blockquote>Thought you might like to see it.<br><blockquote class="uncited"><div> I believe you can reduce the ident-timeout setting to mitigate the ident-query, since the ident-service really isn't used much these days...</div></blockquote>No one in the channel mentioned that.    You've caused me to go look.  <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_smile.gif" width="15" height="15" alt=":)" title="Smile"><br>Is this what you refer to? :<br><blockquote class="uncited"><div># This setting defines the time in seconds the bot should wait for ident reply<br># before the lookup fails. The default ident on timeout is 'telnet'. A value of<br># 0 disables the ident lookup entirely.<br>set ident-timeout 5</div></blockquote>No one mentioned that setting, there on the channel.    I wonder why ....<br>Are there any negative consequences to setting it to zero ?<br><br>Thanks for jumping in.     <br><img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_smile.gif" width="15" height="15" alt=":)" title="Smile"><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=10420">willyw</a> — Thu Oct 10, 2019 8:59 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[nml375]]></name></author>
		<updated>2019-10-10T17:27:58-04:00</updated>

		<published>2019-10-10T17:27:58-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=107874#p107874</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=107874#p107874"/>
		<title type="html"><![CDATA[about telnet]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=107874#p107874"><![CDATA[
The delay would probably be either due to DNS resolution, or an ident-query timing out. I believe you can reduce the ident-timeout setting to mitigate the ident-query, since the ident-service really isn't used much these days...<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=8052">nml375</a> — Thu Oct 10, 2019 5:27 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[willyw]]></name></author>
		<updated>2019-10-10T15:05:42-04:00</updated>

		<published>2019-10-10T15:05:42-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=107871#p107871</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=107871#p107871"/>
		<title type="html"><![CDATA[Re: about telnet]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=107871#p107871"><![CDATA[
<blockquote class="uncited"><div>...<br>yes. only problem on first step(auth).<br><br>after that, works success all.</div></blockquote>Ok.<br><br>I don't find it to be a problem - perhaps a minor inconvenience and an item of curiosity.    I don't know why that delay is in there after connection ... I suppose we have to ask one of the folks that writes the code.<br><br>Sometimes they are in here.<br><br>Mostly though, if you want to ask one of them,  you might try the Freenode irc network, and join the channel:  #eggdrop<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=10420">willyw</a> — Thu Oct 10, 2019 3:05 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[bach]]></name></author>
		<updated>2019-10-10T14:01:44-04:00</updated>

		<published>2019-10-10T14:01:44-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=107870#p107870</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=107870#p107870"/>
		<title type="html"><![CDATA[Re: about telnet]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=107870#p107870"><![CDATA[
yes. only problem on first step(auth).<br><br>after that, works success all.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=12824">bach</a> — Thu Oct 10, 2019 2:01 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[willyw]]></name></author>
		<updated>2019-10-10T13:41:51-04:00</updated>

		<published>2019-10-10T13:41:51-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=107869#p107869</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=107869#p107869"/>
		<title type="html"><![CDATA[Re: about telnet]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=107869#p107869"><![CDATA[
<blockquote class="uncited"><div>...<br>client askin "username" to me in like 5~15 seconds<br></div></blockquote>I find this to be typical.   Same if I use :       /ctcp botnick chat<br><br>There just seems to be some lag there.<br><br>But !   Once logged into the bot - with either of the above methods - the response to commands is just as quick as when logged in via /dcc chat botnick .<br><br>Do you find the same?<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=10420">willyw</a> — Thu Oct 10, 2019 1:41 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[bach]]></name></author>
		<updated>2019-10-10T13:05:14-04:00</updated>

		<published>2019-10-10T13:05:14-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=107868#p107868</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=107868#p107868"/>
		<title type="html"><![CDATA[about telnet]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=107868#p107868"><![CDATA[
egg ver. 1.8.4 stable<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=12824">bach</a> — Thu Oct 10, 2019 1:05 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[bach]]></name></author>
		<updated>2019-10-10T13:04:43-04:00</updated>

		<published>2019-10-10T13:04:43-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=107867#p107867</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=107867#p107867"/>
		<title type="html"><![CDATA[about telnet]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=107867#p107867"><![CDATA[
hello,<br><br>im tryin connect to eggdrop via telnet,<br>thats ok but i ve some problems.<br><br>telnet connections are slow,<br>client askin "username" to me in like 5~15 seconds<br><br>what can i do for fast connection?<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=12824">bach</a> — Thu Oct 10, 2019 1:04 pm</p><hr />
]]></content>
	</entry>
	</feed>
