home *** CD-ROM | disk | FTP | other *** search
- Xref: sparky alt.bbs:8183 comp.bbs.misc:1876
- Newsgroups: alt.bbs,comp.bbs.misc
- Path: sparky!uunet!haven.umd.edu!darwin.sura.net!zaphod.mps.ohio-state.edu!uwm.edu!ux1.cso.uiuc.edu!mp.cs.niu.edu!news.ecn.bgu.edu!psuvax1!postscript.cs.psu.edu!fenner
- From: fenner@postscript.cs.psu.edu (Bill Fenner)
- Subject: Re: DTS-0001 proposed standard
- Message-ID: <C1F79n.D60@cs.psu.edu>
- Sender: news@cs.psu.edu (Usenet)
- Nntp-Posting-Host: postscript.cs.psu.edu
- Organization: Penn State Computer Science
- References: <24JAN93.01717854.0033@UNBVM1.CSD.UNB.CA>
- Date: Mon, 25 Jan 1993 17:29:46 GMT
- Lines: 56
-
- In article <24JAN93.01717854.0033@UNBVM1.CSD.UNB.CA> T0FG <T0FG@UNB.CA> writes:
- |Proposed DTS-0001 0.07 beta standard follows:
- |
- || Net addresses: <zone>:<net>/<node>.<point>@<organization>
- || Expressed as a 5d net address including the zone, network,
- || node, optional point, and optional organization. These values
- || (except the organization of course) have values between 0 and
- || 32767.
-
- Well, that's great for FidoNet, but what about WWIVnet, VirtualNet, RIME,
- and the Internet, which use different forms of addressing? You'd be better
- off with allowing arbitrary strings in the net address field.
-
- || File sizes: <kilobytes>
- || Expressed in number of kilobytes. Kilobytes range from 0 to
- || 2147483647 (signed long).
-
- Why would you ever use a negative file size? (And why not say "signed 32-bit
- quantity, instead of using the barely useful number 2147483647?)
-
- | PORTADDR = <addr>
- || Description: This setting contains the i/o address for the
- || communication port. This value must be expressed
- || as an decimal integer.
-
- Even though these are almost always specified in hex. That makes sense.
-
- | USER = <users name>
- || Description: This setting contains the name of the user.
- || Range: String not more than 32 characters in length.
-
- This seems like an awfully arbitrary limit. Why limit any of these strings
- at all?
-
- | EXPIRES = <account expiration date>
-
- You don't allow "none" as a date, requiring BBS's that do not expire accounts
- to make up bogus expiration dates.
-
- Once again, there seem to be arbitrary, restrictive string ranges here.
- Has no one heard of malloc?
-
- | MSGAREA = <text description of message area replying to>
- || Range: String not more than 32 characters in length.
- |
- | REPLYINGTO = <name of person replying to>
- || Range: String not more than 32 characters in length.
- |
- | REPLYTOPIC = <topic reply is about>
- || Range: String not more than 32 characters in length.
-
- This one is especially ridiculous, and makes this format completley useless
- for use on BBS's that have USENET - subjects are quite often longer than
- 32 characters.
-
- Bill
-