<?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/13232" />

	<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>2007-03-16T14:26:08-04:00</updated>

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

		<entry>
		<author><name><![CDATA[veblen]]></name></author>
		<updated>2007-03-15T21:46:48-04:00</updated>

		<published>2007-03-15T21:46:48-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=71264#p71264</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=71264#p71264"/>
		<title type="html"><![CDATA[[solved] compiling windrop help]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=71264#p71264"><![CDATA[
surely that wont make a difference tho?<br><div class="codebox"><p>Code: </p><pre><code>if ((now - last_time) &gt;= msgrate</code></pre></div>as the value of msgrate is 0... so 'now - last_time' is always going to be greater than 0 anyway, so the second parameter 'now &lt; (last_time - 90)' wont come into use.<br><br>----------<br><br>ive finally got to the bottom of the problem, its down to the ircd as to how fast the output is sent to the channel.<br><br>thanks for the help.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=8786">veblen</a> — Thu Mar 15, 2007 9:46 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[rosc2112]]></name></author>
		<updated>2007-03-15T18:19:07-04:00</updated>

		<published>2007-03-15T18:19:07-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=71253#p71253</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=71253#p71253"/>
		<title type="html"><![CDATA[[solved] compiling windrop help]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=71253#p71253"><![CDATA[
From eggdrop1.6.18/src/mod/server.mod<div class="codebox"><p>Code: </p><pre><code>static void deq_msg(){  struct msgq *q;  int ok = 0;  /* now &lt; last_time tested 'cause clock adjustments could mess it up */  if ((now - last_time) &gt;= msgrate || now &lt; (last_time - 90)) {    last_time = now;    if (burst &gt; 0)      burst--;    ok = 1;  }</code></pre></div>Presumably changing "now &lt; (last_time - 90)"  to a higher value would make it send more data sooner..  I'm not a C programmer and that's just my best guess.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=7395">rosc2112</a> — Thu Mar 15, 2007 6:19 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[veblen]]></name></author>
		<updated>2007-03-15T06:07:17-04:00</updated>

		<published>2007-03-15T06:07:17-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=71240#p71240</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=71240#p71240"/>
		<title type="html"><![CDATA[[solved] compiling windrop help]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=71240#p71240"><![CDATA[
yes ive tried using putquick, and also putdccraw.<br><br>ok an update on this.<br><br>ive compiled windrop a few times now.. with msgrate set to 0, 1 and 5.<br><br>with the value at 5 it passes one line to a channel every 5 seconds ok. with msgrate set at 1, putserv passes 1 line to a channel per second. <br><br>if i change this to putquick and putquick -next with msgrate set to 1, it starts to pass 2 lines to a channel every 2 seconds (with a 2 second delay).<br><br>the same happens as above (2lines and then a 2 second gap) with whatever put method i use with msgrate set to 0.<br><br>so as it seems the msgrate values are working properly, is there anything else in the file system of windrop/eggdrop that could be causing the delay?<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=8786">veblen</a> — Thu Mar 15, 2007 6:07 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[rosc2112]]></name></author>
		<updated>2007-03-14T23:18:01-04:00</updated>

		<published>2007-03-14T23:18:01-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=71236#p71236</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=71236#p71236"/>
		<title type="html"><![CDATA[[solved] compiling windrop help]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=71236#p71236"><![CDATA[
Are you using putquick?<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=7395">rosc2112</a> — Wed Mar 14, 2007 11:18 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[veblen]]></name></author>
		<updated>2007-03-14T16:24:55-04:00</updated>

		<published>2007-03-14T16:24:55-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=71232#p71232</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=71232#p71232"/>
		<title type="html"><![CDATA[[solved] compiling windrop help]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=71232#p71232"><![CDATA[
sorry what i meant was, i switched to another system for the entire process.<br><br>im getting those errors when trying to compile with the ssl patch.<br><br>i can compile windrop fine now without ssl, which will do for the time being.<br><br>the reason i wanted to compile myself was to change the msgrate value to 0, so i can pass information through the irc server more quickly. now ive compiled it with the changed setting, there is no difference in the information delay.. ie. the bot sends 5 lines of text instantly and then there is a delay of some seconds for every 2 lines after that.<br><br>is there something in the process of compiling windrop that makes no difference as to whether this value is changed or not?<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=8786">veblen</a> — Wed Mar 14, 2007 4:24 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[rosc2112]]></name></author>
		<updated>2007-03-14T15:34:09-04:00</updated>

		<published>2007-03-14T15:34:09-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=71229#p71229</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=71229#p71229"/>
		<title type="html"><![CDATA[[solved] compiling windrop help]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=71229#p71229"><![CDATA[
You did configure on a different system?  That would likely be the source of the problem, the errors are from configure setting the wrong options for the system you're compiling on.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=7395">rosc2112</a> — Wed Mar 14, 2007 3:34 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[veblen]]></name></author>
		<updated>2007-03-14T10:01:12-04:00</updated>

		<published>2007-03-14T10:01:12-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=71223#p71223</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=71223#p71223"/>
		<title type="html"><![CDATA[[solved] compiling windrop help]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=71223#p71223"><![CDATA[
i managed to get over my errors by compiling on a different system.<br><br>however i now have some more errors during the make eggdrop process<br><div class="codebox"><p>Code: </p><pre><code>In file included from /usr/include/openssl/x509.h:107,                      from /usr/include/openssl/ssl.h:183,                      from net.h:5,                      from dccutil.c:36:/usr/include/openssl/sha.h:174: error: parse error before "h"/usr/include/openssl/sha.h:175: error: parse error before "N1"/usr/include/openssl/sha.h:177: error: parse error before "d"/usr/include/openssl/sha.h:179: error: parse error before '}' token/usr/include/openssl/sha.h:181: error: parse error before '}' token/usr/include/openssl/sha.h:185: error: parse error before '*' token/usr/include/openssl/sha.h:186: error: parse error before '*' token/usr/include/openssl/sha.h:187: error: parse error before "SHA512_CTX"/usr/include/openssl/sha.h:189: error: parse error before '*' token/usr/include/openssl/sha.h:190: error: parse error before '*' token/usr/include/openssl/sha.h:191: error: parse error before "SHA512_CTX"/usr/include/openssl/sha.h:193: error: parse error before '*' tokenmake[1]: *** [dccutil.o ] Error 1make[1]: Leaving directory '/eggdrop1.6.18/src'make: *** [modegg] Error 2</code></pre></div><br>any ideas?<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=8786">veblen</a> — Wed Mar 14, 2007 10:01 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[rosc2112]]></name></author>
		<updated>2007-03-14T00:18:36-04:00</updated>

		<published>2007-03-14T00:18:36-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=71219#p71219</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=71219#p71219"/>
		<title type="html"><![CDATA[[solved] compiling windrop help]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=71219#p71219"><![CDATA[
Might also be helpful to post actual error msgs regarding cygwin. It should install seamlessly.  I would guess you don't have the devel packages installed..<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=7395">rosc2112</a> — Wed Mar 14, 2007 12:18 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Alchera]]></name></author>
		<updated>2007-03-13T19:48:23-04:00</updated>

		<published>2007-03-13T19:48:23-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=71212#p71212</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=71212#p71212"/>
		<title type="html"><![CDATA[[solved] compiling windrop help]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=71212#p71212"><![CDATA[
Go to the <a href="http://www.cygwin.com/" class="postlink">Cygwin</a> site; all the documentation/information you need is there.<br><br>Cygwin is not all that difficult to install. You do, however, must ensure that you follow the instructions for installing Tcl carefully; you also need to install gcc and mingw-runtime.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3646">Alchera</a> — Tue Mar 13, 2007 7:48 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[veblen]]></name></author>
		<updated>2007-03-13T18:15:43-04:00</updated>

		<published>2007-03-13T18:15:43-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=71211#p71211</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=71211#p71211"/>
		<title type="html"><![CDATA[[solved] compiling windrop help]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=71211#p71211"><![CDATA[
ive tried following the instructions.. however i have error problems with cygwin which will not let me run through the procedures, which is why ive asked for help.<br><br>i would have done it myself otherwise.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=8786">veblen</a> — Tue Mar 13, 2007 6:15 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Alchera]]></name></author>
		<updated>2007-03-13T18:04:59-04:00</updated>

		<published>2007-03-13T18:04:59-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=71210#p71210</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=71210#p71210"/>
		<title type="html"><![CDATA[[solved] compiling windrop help]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=71210#p71210"><![CDATA[
~./doc/COMPILE-GUIDE<blockquote class="uncited"><div>    H. Cygwin / Windows<br>      To compile and install Eggdrop on windows, preform the steps listed<br>      below.</div></blockquote><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=3646">Alchera</a> — Tue Mar 13, 2007 6:04 pm</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[veblen]]></name></author>
		<updated>2007-03-16T14:26:08-04:00</updated>

		<published>2007-03-13T12:52:51-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=71207#p71207</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=71207#p71207"/>
		<title type="html"><![CDATA[[solved] compiling windrop help]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=71207#p71207"><![CDATA[
hi, ive been trying to compile windrop, i want it the same as the standard precompiled version with ssl... the only difference is i want the msgrate value in /src/mod/server.mod/server.c changed from 2 to 0.<br><br>ive been tearing my hair out trying to get cygwin to work.. but im having no luck. <br><br>is there anyone that can do me a huge favour, spare a few minutes and compile it for me and .rar it on rapidshare or something?<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=8786">veblen</a> — Tue Mar 13, 2007 12:52 pm</p><hr />
]]></content>
	</entry>
	</feed>
