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

	<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>2002-08-08T07:23:42-04:00</updated>

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

		<entry>
		<author><name><![CDATA[ppslim]]></name></author>
		<updated>2002-08-08T07:23:42-04:00</updated>

		<published>2002-08-08T07:23:42-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=9532#p9532</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=9532#p9532"/>
		<title type="html"><![CDATA[Minimal Installation]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=9532#p9532"><![CDATA[
Eggdrop was receintly changed so that it would not run under root.<br><br>I do not understand the aspects of chroot yet.<br><br>Eggdrop does not support root, due tot he fact that Tcl could be used to gain root access.<br><br>Simply setting up a crontab would launch the bot. Root can edit a user crontab.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=2">ppslim</a> — Thu Aug 08, 2002 7:23 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2002-08-08T06:59:24-04:00</updated>

		<published>2002-08-08T06:59:24-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=9531#p9531</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=9531#p9531"/>
		<title type="html"><![CDATA[Suggestions]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=9531#p9531"><![CDATA[
Thanks ppslim,<br><br>My only suggestion was a security issue. When you try to start eggdrop in a chroot enviroment it complains it will not run as root. This is a problem under linux because you have to be the root user to use the chroot command. May I suggest that you add a command line option such as -u username. The bot will chroot to that users home directory and then assume the userid and groupid of that user. <br><br>I have since written a workaround in C. From a security standpoint it may be a useful function?<br><br>Regards<br><br>BK<p>Statistics: Posted by Guest — Thu Aug 08, 2002 6:59 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[ppslim]]></name></author>
		<updated>2002-08-07T11:21:26-04:00</updated>

		<published>2002-08-07T11:21:26-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=9508#p9508</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=9508#p9508"/>
		<title type="html"><![CDATA[Minimal Installation]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=9508#p9508"><![CDATA[
It all depends what you are doing with the bot, how much traffic it has to handle and so forth.<br><br>The config file is just plain old Tcl. So when eggdrop starts, it will load the Tcl library up, and run the input throught he Tcl parser. Seeing as source is a Tcl command, Tcl will load the scripts when it comes to these lines.<br><br>There is not that much going on inside eggdrop. It just takes a little extra knowledge to understand where things come from. IE, Tcl has a base set of commands. Eggdrop provides it's owr Tcl commands, so that scripts can interact with the bot. For this, there are 2 types of Tcl command, core and module provided. Core commands like adduser and bind are a must, due tot he fact they are included in the core part of eggdrop (IE, if they are not there, other parts of eggdrop do not function). Module provided commands like channel, notes, putserv and so on, are provided by the modules they are related with. IE, you don't want the putserv command unless you want the IRC support loaded in.<br><br>At the basic level, each module provides commands, realted to the function of the module.<br><br>This is no source documentation. Keep reading the source, and you will understand it (wort of) one day. To this day, I still do not know C. I can't even manage the "Hello world" program without reading it from a book, but I can read through the eggdrop source without much problems (with exception to the socket code - Yuk).<br><br>As for making sugestions, you can subscribe to the <a href="http://www.eggheads.org/" class="postlink">eggheads</a> mailing list (the developers site). I would not make any sugestions, unless they will benefit all users, all networks and is 99% IRC related instantly. This is what Tcl is for.<br><br>What sort of information about eggdrop do you need, and we will try to supply it.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=2">ppslim</a> — Wed Aug 07, 2002 11:21 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2002-08-07T11:04:00-04:00</updated>

		<published>2002-08-07T11:04:00-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=9507#p9507</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=9507#p9507"/>
		<title type="html"><![CDATA[Wow]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=9507#p9507"><![CDATA[
Wow ppslim,<br><br>Thats really nice of you to reply  <img class="smilies" src="https://forum.eggheads.org/images/smilies/icon_biggrin.gif" width="15" height="15" alt=":D" title="Very Happy"> <br><br>Its just what I needed to know. I had kind of figured it out but wasnt sure. There is a lot more going on under the hood than what is in the documentation. Things like, what actually happens when it reads the  config file and starts up. Can you point me towards source documentation if there is any? Thanks heaps!<br><br>Where do I sent software suggestions...? I couldnt find a developers forum and I didnt see an email addy listed on the website.<br><br>Regards<br><br>BK<p>Statistics: Posted by Guest — Wed Aug 07, 2002 11:04 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[ppslim]]></name></author>
		<updated>2002-08-07T05:33:33-04:00</updated>

		<published>2002-08-07T05:33:33-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=9490#p9490</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=9490#p9490"/>
		<title type="html"><![CDATA[Minimal Installation]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=9490#p9490"><![CDATA[
To get all the commands provided by eggdrop, you will need to include all modules (witht he exception of wire, share and woobie).<br><br>To turn flood setting off, you would set them to 0:0.<br><br>Other flags to set would be<br><br>-protectops<br>-protectfriends<br>+dontkickops<br>-bitch<br>-revenge<br>-revengebot<br><br>If you are doiung a knowledge bot, there is no need to take it down the the barebones, even if you are doing MySQL transactions. Allthough, this would depend ont he location of the MySQL sever copared to the bot.<br><br>I have a bot that is responsible for authorising all commands on my botnet, flood protection, responing to about 100 KB questions a minuite (peak times), spam detection.<br><br>That bot is one of the most stable bots on my botnet (witht he exception of receint hardware failures), which even managed a high score of 56 on the uptime charts (16th best eggdrop), until some1 decided that a problem with traffic routing meant that the machine requires a reboot. This made matters worse for a day, due to a routing patch that failed on reboot.<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=2">ppslim</a> — Wed Aug 07, 2002 5:33 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[Anonymous]]></name></author>
		<updated>2002-08-06T21:16:27-04:00</updated>

		<published>2002-08-06T21:16:27-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=9481#p9481</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=9481#p9481"/>
		<title type="html"><![CDATA[Minimal Installation]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=9481#p9481"><![CDATA[
Hello,<br><br>I am working with the latest eggdrop and I want to have a minimal installation. I mean I would like the bot to be in channel but do nothing until I add some scripts of my own. I want to turn off all the other protection mechanisims that eggdrop has built in. I suppose I want all the functionality of the eggdrop tcl command set but just a framework to develop in.<br><br>You see I am writing a KB search system, frontend is eggdrop, backend is tcl-sql onto a MySQL database. So you see I want the bot just for this and no other purpose.<br><br>I am new, so I may be going about this the wrong way - comments ?<br><br>Regards<br><br>BK<p>Statistics: Posted by Guest — Tue Aug 06, 2002 9:16 pm</p><hr />
]]></content>
	</entry>
	</feed>
