1998Q4/
<!-- MHonArc v2.4.4 -->
<!--X-Subject: [MUD&#45;Dev] Re: Trusting the Client (Re: Laws of Online World -->
<!--X-From-R13: Hnqvz Fxnpuraxb <igNserrubyq.pebpbqvyr.bet> -->
<!--X-Date: Sat, 17 Oct 1998 14:28:40 &#45;0700 -->
<!--X-Message-Id: 36290B9B.7ADE4D83#freehold,crocodile.org -->
<!--X-Content-Type: text/plain -->
<!--X-Reference: 199810171303.JAA07040#crystal,palace.net -->
<!--X-Head-End-->
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<html>
<head>
<title>MUD-Dev message, [MUD-Dev] Re: Trusting the Client (Re: Laws of Online World</title>
<!-- meta name="robots" content="noindex,nofollow" -->
<link rev="made" href="mailto:vt#freehold,crocodile.org">
</head>
<body background="/backgrounds/paperback.gif" bgcolor="#ffffff"
      text="#000000" link="#0000FF" alink="#FF0000" vlink="#006000">

  <font size="+4" color="#804040">
    <strong><em>MUD-Dev<br>mailing list archive</em></strong>
  </font>
      
<br>
[&nbsp;<a href="../">Other Periods</a>
&nbsp;|&nbsp;<a href="../../">Other mailing lists</a>
&nbsp;|&nbsp;<a href="/search.php3">Search</a>
&nbsp;]
<br clear=all><hr>
<!--X-Body-Begin-->
<!--X-User-Header-->
<!--X-User-Header-End-->
<!--X-TopPNI-->

Date:&nbsp;
[&nbsp;<a href="msg00240.html">Previous</a>
&nbsp;|&nbsp;<a href="msg00242.html">Next</a>
&nbsp;]
&nbsp;&nbsp;&nbsp;&nbsp;
Thread:&nbsp;
[&nbsp;<a href="msg00240.html">Previous</a>
&nbsp;|&nbsp;<a href="msg00243.html">Next</a>
&nbsp;]
&nbsp;&nbsp;&nbsp;&nbsp;
Index:&nbsp;
[&nbsp;<A HREF="author.html#00241">Author</A>
&nbsp;|&nbsp;<A HREF="#00241">Date</A>
&nbsp;|&nbsp;<A HREF="thread.html#00241">Thread</A>
&nbsp;]

<!--X-TopPNI-End-->
<!--X-MsgBody-->
<!--X-Subject-Header-Begin-->
<H1>[MUD-Dev] Re: Trusting the Client (Re: Laws of Online World</H1>
<HR>
<!--X-Subject-Header-End-->
<!--X-Head-of-Message-->
<UL>
<LI><em>To</em>: <A HREF="mailto:mud-dev#kanga,nu">mud-dev#kanga,nu</A></LI>
<LI><em>Subject</em>: [MUD-Dev] Re: Trusting the Client (Re: Laws of Online World</LI>
<LI><em>From</em>: Vadim Tkachenko &lt;<A HREF="mailto:vt#freehold,crocodile.org">vt#freehold,crocodile.org</A>&gt;</LI>
<LI><em>Date</em>: Sat, 17 Oct 1998 16:26:51 -0500</LI>
<LI><em>Reply-To</em>: <A HREF="mailto:mud-dev#kanga,nu">mud-dev#kanga,nu</A></LI>
</UL>
<!--X-Head-of-Message-End-->
<!--X-Head-Body-Sep-Begin-->
<HR>
<!--X-Head-Body-Sep-End-->
<!--X-Body-of-Message-->
<PRE>
Matthew R. Sheahan wrote:
&gt; 
&gt; Vadim Tkachenko propagated a meme to the effect of:
&gt; &gt; Here's next flamebite:

I'd say, it turned out to be quite a flamebite ;-/ I should've put a
disclaimer down below.

&gt; &gt; okay, they cheat. So what? I remember a statement
&gt; &gt; like "the fun is the paramount", so no matter what they do, they're
&gt; &gt; having fun and as long as you don't lose your profits (presumed it's
&gt; &gt; about a commercial MUD), you're fine.
&gt; 
&gt; cheaters have plenty of fun.  but as soon as there are cheaters, no one
&gt; else has any.  and once everyone else has left, the rush is gone for
&gt; cheaters, since there are no legit players to abuse.  (yes, there are
&gt; enough idiots in the world that battle.net Diablo survived for awhile
&gt; with nothing but twinks in "god-mode" running around trying to PK each
&gt; other.  that's not a viable target market.)

OK, now let's get to basics. There are two definitions of cheats:

1. Backdoor installed by developers to debug the product and for some
reason not removed.
2. Code altered by someone not in the development team to gain unfair
advantage over other players.

I do not consider type 1 here. Do I guess right that this is exactly
what enables the "god-mode" in your quotation?

Type 2 is a different thing. If it works, it's usually a result of a bad
design - remember, "the best security is the one which source is
publicly available, but still unbreakable"? And it should be fixed as
soon as it's realized.

&gt; what happens when you allow cheating

Did I ever say "allow cheating"? No. What I meant is to analyze the
cheating from purely business prospective, not the human perception
prospective (which looks like a PK religious war to me: people cheated,
cheat and will cheat if even the cheating will be punished by death
penalty).

&gt; (which is what you're doing when you treat the client as anything other
&gt; than a display device)

Questionable, but you have a point here. Again, it's about good design
vs. bad.

&gt; is that you're changing your game from the one you're advertising into a
&gt; game of who can cheat better.

You're not doing it. People who cheat do.

Long ago I've heard a statement about the advertising: "It doesn't
matter whether you love or hate the ads for some product. It's the
strength of your emotions toward the ads which matters".

Just an example: I'm kinda new to US, and may have a different
viewpoint, you may not notice that at all, but - remember the "Clear,
clear eyes - WOW!" ad? I don't have any problems with my eyes, hate the
ads generally, didn't have any idea who the man in the ad was, but
anyway it's there. I remember it. His voice is SO annoying that I
remember it. The same with 1-800 psychics.

Getting back, if your product sucks, noone's gonna waste their valuable
time to cheat it - and you may be proud if you discover type 2 cheat.

&gt; at this point, the consequences of trusting software that's in the hands
&gt; of the enemy are so well-illustrated that any new cases of this should be
&gt; prosecuted as wilful fraud.

Well, I totally agree, keeping in mind the RFC2119 definiton of 'should'
;-)
(btw, I guess that RFC was a beautiful, gorgeous idea which helped to
crystallise the definitions quite a lot. I tend to include "terms
SHOULD, MUST, ... are defined as in RFC2119" in my docs and
conversations ;-)).

&gt;  WHEN YOU SAY YOU ARE PROVIDING ONE GAME AND
&gt; ACTUALLY PROVIDE A GAME OF BATTLING CHEATS, AND TAKE MONEY FOR THIS GAME,
&gt; THIS IS FRAUD.

Back again, which kind of cheat you mean? Type 1: your (developer's)
fault - must've disabled the cheats in the production or at least
networked mode, type 2: your (developer's) fault - mustn't have been so
stupid.

And, who to sue for fraud - those who produce the faulty software with
"no liability" disclaimer or those who desperately try to use it? And
then, giving up, cheat it? I recall a beautiful quotation from
sys.admin.recovery (did I spell it right?) - "NT was the only software
which made me break and tear the hardware to pieces with my bare
hands"...

&gt; tacit approval of cheating is at least as disgusting as cheating itself.

Please refrain from the emotions in the technical discussion (well, at
least I intended it to be technical).

&gt; &gt; And, the crackers play a positive role as well - I doubt your losses
&gt; &gt; would be THAT bad if even you charge $20/hour, but they will definitely
&gt; &gt; spot the weak links in your system, and ultimately you will thank them.

Actually, I forgot to add that usually the most expensive part of the
production cycle is testing, and if someone tries to hack your system,
you get it for free.

&gt; the people i'll thank for that are the people hired to do it.

Well, I'd stay neutral, just because (from the RL experience) if you get
hacked, it usually means that someone in your team was sloppy or not
qualified enough.

&gt; little
&gt; scumbags who'd take their opponent's chess pieces off the board while they
&gt; weren't looking and then say "U SUK D00D I R00L!!!1!!11!!1!" can go play
&gt; in traffic.

This is a real life, and you can't expect ALL your players to be honest,
moreover, if you do, that's your fault, not theirs.

"Fool me once, shame on you. Fool me twice, shame on me".

&gt;                                                                 chiaroscuro

-- 
Still alive and smile stays on,
Vadim Tkachenko &lt;vt#freehold,crocodile.org&gt;
--
UNIX _is_ user friendly, he's just very picky about who his friends are


</PRE>

<!--X-Body-of-Message-End-->
<!--X-MsgBody-End-->
<!--X-Follow-Ups-->
<HR>
<!--X-Follow-Ups-End-->
<!--X-References-->
<UL><LI><STRONG>References</STRONG>:
<UL>
<LI><STRONG><A NAME="00240" HREF="msg00240.html">[MUD-Dev] Re: Trusting the Client (Re: Laws of Online World</A></STRONG>
<UL><LI><EM>From:</EM> "Matthew R. Sheahan" &lt;chaos#crystal,palace.net&gt;</LI></UL></LI>
</UL></LI></UL>
<!--X-References-End-->
<!--X-BotPNI-->
<UL>
<LI>Prev by Date:
<STRONG><A HREF="msg00240.html">[MUD-Dev] Re: Trusting the Client (Re: Laws of Online World</A></STRONG>
</LI>
<LI>Next by Date:
<STRONG><A HREF="msg00242.html">[MUD-Dev] Re: Marion's Tailor Problem</A></STRONG>
</LI>
<LI>Prev by thread:
<STRONG><A HREF="msg00240.html">[MUD-Dev] Re: Trusting the Client (Re: Laws of Online World</A></STRONG>
</LI>
<LI>Next by thread:
<STRONG><A HREF="msg00243.html">[MUD-Dev] Re: Trusting the Client (Re: Laws of Online World</A></STRONG>
</LI>
<LI>Index(es):
<UL>
<LI><A HREF="index.html#00241"><STRONG>Date</STRONG></A></LI>
<LI><A HREF="thread.html#00241"><STRONG>Thread</STRONG></A></LI>
</UL>
</LI>
</UL>

<!--X-BotPNI-End-->
<!--X-User-Footer-->
<!--X-User-Footer-End-->
<ul><li>Thread context:
<BLOCKQUOTE><UL>
<LI><STRONG>[MUD-Dev] Re: Trusting the Client (Re: Laws of Online World Design)</STRONG>, <EM>(continued)</EM>
<ul compact>
<ul compact>
<ul compact>
<ul compact>
<ul compact>
<ul compact>
<ul compact>
<LI><strong><A NAME="00281" HREF="msg00281.html">[MUD-Dev] Re: Trusting the Client (Re: Laws of Online World Design)</A></strong>, 
Jon Leonard <a href="mailto:jleonard#divcom,slimy.com">jleonard#divcom,slimy.com</a>, Wed 21 Oct 1998, 01:43 GMT
<UL>
<LI><strong><A NAME="00320" HREF="msg00320.html">[MUD-Dev] Re: Trusting the Client (Re: Laws of Online World Design)</A></strong>, 
Steve Sparks <a href="mailto:ssparks#enigma,sss.org">ssparks#enigma,sss.org</a>, Wed 21 Oct 1998, 22:27 GMT
</LI>
</UL>
</LI>
</ul>
</ul>
</ul>
</ul>
</ul>
<LI><strong><A NAME="00234" HREF="msg00234.html">[MUD-Dev] Re: Trusting the Client (Re: Laws of Online World D esign)</A></strong>, 
Vadim Tkachenko <a href="mailto:vt#freehold,crocodile.org">vt#freehold,crocodile.org</a>, Sat 17 Oct 1998, 03:33 GMT
<UL>
<LI><strong><A NAME="00240" HREF="msg00240.html">[MUD-Dev] Re: Trusting the Client (Re: Laws of Online World</A></strong>, 
Matthew R. Sheahan <a href="mailto:chaos#crystal,palace.net">chaos#crystal,palace.net</a>, Sat 17 Oct 1998, 13:06 GMT
<UL>
<LI><strong><A NAME="00241" HREF="msg00241.html">[MUD-Dev] Re: Trusting the Client (Re: Laws of Online World</A></strong>, 
Vadim Tkachenko <a href="mailto:vt#freehold,crocodile.org">vt#freehold,crocodile.org</a>, Sat 17 Oct 1998, 21:28 GMT
</LI>
<LI><strong><A NAME="00243" HREF="msg00243.html">[MUD-Dev] Re: Trusting the Client (Re: Laws of Online World</A></strong>, 
J C Lawrence <a href="mailto:claw#kanga,nu">claw#kanga,nu</a>, Sun 18 Oct 1998, 00:13 GMT
</LI>
</UL>
</LI>
<LI><strong><A NAME="00249" HREF="msg00249.html">[MUD-Dev] Re: Trusting the Client (Re: Laws of Online World  D esign)</A></strong>, 
Steve Sparks <a href="mailto:ssparks#enigma,sss.org">ssparks#enigma,sss.org</a>, Mon 19 Oct 1998, 22:36 GMT
<UL>
<LI><strong><A NAME="00260" HREF="msg00260.html">[MUD-Dev] Re: Trusting the Client (Re: Laws of Online World  D esign)</A></strong>, 
Vadim Tkachenko <a href="mailto:vt#freehold,crocodile.org">vt#freehold,crocodile.org</a>, Tue 20 Oct 1998, 03:31 GMT
<UL>
<LI><strong><A NAME="00262" HREF="msg00262.html">[MUD-Dev] Re: Trusting the Client (Re: Laws of Online World</A></strong>, 
Jon A. Lambert <a href="mailto:jlsysinc#ix,netcom.com">jlsysinc#ix,netcom.com</a>, Tue 20 Oct 1998, 04:37 GMT
</LI>
</UL>
</LI>
</UL>
</LI>
</UL>
</LI>
</ul>
</ul>
</LI>
</UL></BLOCKQUOTE>

</ul>
<hr>
<center>
[&nbsp;<a href="../">Other Periods</a>
&nbsp;|&nbsp;<a href="../../">Other mailing lists</a>
&nbsp;|&nbsp;<a href="/search.php3">Search</a>
&nbsp;]
</center>
<hr>
</body>
</html>