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

	<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>2004-02-06T11:50:10-04:00</updated>

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

		<entry>
		<author><name><![CDATA[TALES]]></name></author>
		<updated>2004-02-06T11:50:10-04:00</updated>

		<published>2004-02-06T11:50:10-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=33293#p33293</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=33293#p33293"/>
		<title type="html"><![CDATA[master commands and security]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=33293#p33293"><![CDATA[
i dont think the part of this  is secure: set vmaster($host,$chan) "1")<br><br><br>take a look @ this : <a href="http://www.peterre.com/characters.html" class="postlink">http://www.peterre.com/characters.html</a><p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=4104">TALES</a> — Fri Feb 06, 2004 11:50 am</p><hr />
]]></content>
	</entry>
		<entry>
		<author><name><![CDATA[arcane]]></name></author>
		<updated>2004-02-02T11:59:14-04:00</updated>

		<published>2004-02-02T11:59:14-04:00</published>
		<id>https://forum.eggheads.org/viewtopic.php?p=33176#p33176</id>
		<link href="https://forum.eggheads.org/viewtopic.php?p=33176#p33176"/>
		<title type="html"><![CDATA[master commands and security]]></title>

		
		<content type="html" xml:base="https://forum.eggheads.org/viewtopic.php?p=33176#p33176"><![CDATA[
hi<br><br>i've got one question about security.<br>it's about the way i'm handling master commands:<div class="codebox"><p>Code: </p><pre><code>bind pub - !normalproc normalprocbind pub - !!masterproc masterprocproc masterproc {args} {   if {[matchattr $nick $masterflags]} {set vmaster "1"        call normalproc $args        unset vmaster   }}</code></pre></div>and in the normalproc:<div class="codebox"><p>Code: </p><pre><code>proc normalproc {args} {  if {$somesetting || [info exists vmaster]} {     do_something  }}</code></pre></div>do you think this is insecure? i think it might well be. i just want to be sure because i don't really want to change all my code *g*.<br>do you think it would be enough to add host and chan (e.g. set vmaster($host,$chan) "1")?<p>Statistics: Posted by <a href="https://forum.eggheads.org/memberlist.php?mode=viewprofile&amp;u=2617">arcane</a> — Mon Feb 02, 2004 11:59 am</p><hr />
]]></content>
	</entry>
	</feed>
