Short:    DayDream BBS Software v1.27.
Author:   c-lous@freenet.hut.fi
Uploader: c-lous@freenet.hut.fi
Version:  1.27
Type:     comm/bbs
Requires: OS2.04+, 2Mb


DayDream BBS is written in 100% assembler and is therefor one of the
fastest BBS programs availiable on Amiga today.

Features
~~~~~~~~
 - DayDream  BBS  looks  like  AmiExpress, which is a much loved and hated
   BBS software. Most of the people who like AmiExpress like it because of
   it's simpliness and  because it's very fast to use. However, AmiExpress
   requires a very fast CPU to operate smoothly and the configurability is
   rather poor too. DayDream fixes the major problems found in AmiX.

 - 100%  assembly  code.   DayDream  is  probably the fastest BBS-software
   ever.

 - Number of conferences is limited to 64.  Each conference can have up to
   254  messagebases and  fileareas.  64*254 = 16256 (or for Pentium users
   16255.999999987.)

 - Maximum  security.   Each user can have their own securitysettings, but
   defaults  are taken by securitylevel.  Every command in DayDream can be
   toggled on/off.

 - Basic  utilities  and  doors are included in distribution archive.  For
   example:    Faker,   whof,   new,  top list -utilities, weektop etc.

 - Configuration is done  via an ascii file.  This enables quick modifica-
   tions to the BBS'  settings.  Asciifile  is converted  to  binaryformat
   with  utility  called  DreamConfig.     It takes about 1 sec to compile
   the datafiles with it.

 - If you don't like editing Textfile, there's a MUI based configprogram
   included. (Read MUIConfig.DOC!)

 - Superb  upload handling.  Full support  for file_id.diz, gets date from
   file_id.diz (if  wanted),  built-in offline  checking, adds file_id.diz
   to archives if it didn't exist etc.

 - Strings  and  prompts  can be re-defined, so you can customize your BBS
   any way you like.

 - You  can  have  254  different displaymodes.  Each displaymode can have
   it's own  characterconversiontables  (=no  more linefeeds), prompts and
   strings and textfiles.

 - Multinode  support.  Supports up  to 254 nodes in theory. I suppose you
   can have at least 5 nodes  on regular  030  without  too high CPU-Load.

 - Door formats supported: DayDream, ARexx, Paragon, stdio. AmiExpress
   preudo-rexx "XIM" doors work via external emulation.

 - Supports XPR-Protocols, Hydra+SModem (Bidirectional w/ chat).

 - Supports FTP-transfers. There's a custom ftpd for DD to have on-the-fly
   dupechecking.

 - Cheap. DayDream costs only 300SEK or 55USD.

 - Everything else except DDHydra and SModem can be made resident!


Requirements
~~~~~~~~~~~~
 - KickStart 2.04 (V37) or higher.
 - Fifo.library and l:fifo-handler running (for stdio doors etc.)
 - Reqtools.library

Support
~~~~~~~
DayDream is currently being developed at full speed and I intend to
continue as long as there is any interest in this program.

If you have any  comments, discover some  bugs or have any suggestions etc
feel free to send E-Mail to me at: c-lous@freenet.hut.fi.

Also try to catch Origo on IRC, channels #DayDream, #AmiElite or #AmigaScne.

You can get doors etc. via ftp:
ftp://pato.vaala.fi/pub/amiga/daydream/.

Check out also DayDream homepage. http://www.haukipudas.fi/~anttihay.




===( Version 1.27 - ??1196 )==============================================

- Optimized some stuff. Executable size reduced by 350 bytes.

- Fixed some Enforcer hits in main executable.

- Fixed a bug in the logviewer that made the cursor disappear.

- Added HideCursor() and ShowCursor() to dreamdoor.library.
  This will allow individual user-settings of door-output aswell.
  (atleast a bit :-)

- Remade the whole UserInfo list in server. Hope you like verbose format. =)

- Fixed some major bugs and Enforcer hits with Callers.Log.

- Added '+FCO' fax-connect string for DD to work with FaxClass 2.0 connects.

- Added some more server activites (Can't get enough of theese :)..
  'Initializing modem..'
  'Answering..'
  'Moving Files..'
  'System Password..'

- Changed 'Enable Capture' menu-key to 0, because C interfered with Cut/Paste.

- Enhanched security for remote shell a bit. If for some reason shell password
  is not found, DD won't allow shell access.

- Added a new example for developers in asm, a quicklogin door.

- Enter Chat now sends a Ctrl+A code to console/serial to make pager-doors
  believe that Sysop pressed Ctrl+A even if he selected ChatMode from menu.

- CheckForTaggedFiles() in login is about 200% faster now, if all tagged files
  are in the same conference.

- Added a logoff question if user has flagged files. Allows user to edit,
  download, clear, return to BBS or keep flagged files.

- Fixed a problem with MultiFaceCard III, that made DD hang in logoff.
  Thanks to MaRTIN\fA for bugtesting and reporting.

- Fixed the PrivateRead bug. Me stoopid.

- Split up DayDream in 2 archives, one for users and one for developers.
  This is because the developer archive will grow soon.

- Fixed an error in DreamDoor documentation. Prompt() was wrong.
  Thank you to Joo for this report.

- Added developer support for StormC.

- Enhanched Move command a bit. If there is only 1 filecatalog in destination
  conference, DD don't ask for filedir anymore.

- Added a last downloads list to the Server.

- Added GetDDString() to dreamdoor.library, to allow access to DD's internal
  strings.

- DD pops up an error message and a Screen Mode Requester if screen could
  not be opened.
  (For CyberGfx, wich seems to change screenmode from time to time (?))

- CPS rate was printed wrong in XPR-Window, fixed now.

- Updated AmigaE examples a bit to test the new GetDDString() function.

- Made NewFileScan and NewMailScan at login use DDCommand() function,
  allowing doors also on those commands.

- Recompiled server, MUIConfig & Faker with Sas/C 6.57.

- Removed a couple of SERIOUS copyfile bugs. Sometimes the whole file was
  not copied.

- Added (S)hutdown and (U)serEditor keys in 'Waiting for call...' menu.

- Added NodeClosedX.TXT. Place NodeClosed2.TXT in DayDream:Display/ dir if
  you want to close node 2 temporarily.

- Fixed MsgBase 'NS' command. NonStop msgread now works 100%.

- Fixed mailscan output bugs once and for all.

- Added 3 more bits in Callers.Log: SYSOP COMMAND
                                    UPLOAD FAILED
                                    DOWNLOAD FAILED

- Fixed a bug in quoting of fidonet mail.
  Thank you to MatrinFa and Bruce_Lee for helping me on this one.


============================= Archive contents =============================

Original  Packed Ratio    Date     Time    Name
-------- ------- ----- --------- --------  -------------
    1562     556 64.4% 14-Oct-96 17:32:54 +appicon.info
     482     304 36.9% 14-Oct-96 17:32:54 +GetFax1.bat
     292     173 40.7% 14-Oct-96 17:32:54 +Logoff1.BAT
    1428     590 58.6% 14-Oct-96 17:32:56 +DD-ConfTop.CFG
     783     278 64.4% 14-Oct-96 17:32:56 +DDTop.Config
     439     234 46.6% 14-Oct-96 17:32:56 +DDWeekTop.Config
     365     241 33.9% 14-Oct-96 17:32:56 +DreamFaker.Cfg
     558     379 32.0% 14-Oct-96 17:32:56 +Dreammail.Cfg
     679     328 51.6% 14-Oct-96 17:32:56 +Dreamnew.CFG
     800      36 95.5% 25-Nov-96 00:48:12 +DreamWall.DAT
    1679     442 73.6% 14-Oct-96 17:32:56 +WeekTop.GFX
     797     288 63.8% 14-Oct-96 17:32:56 +WeekTop.TXT
     150      64 57.3% 14-Oct-96 17:33:00 +Access.DAT
    4400     468 89.3% 14-Oct-96 17:33:00 +Archivers.DAT
     700     113 83.8% 14-Oct-96 17:33:00 +Conferences.DAT
     256     256  0.0% 14-Oct-96 17:32:58 +ConversionTable01.DAT
     256     256  0.0% 14-Oct-96 17:32:58 +ConversionTable02.DAT
    4000     182 95.4% 14-Oct-96 17:32:58 +DayDream.DAT
     100      17 83.0% 14-Oct-96 17:32:58 +DD-Server.DAT
     400      69 82.7% 14-Oct-96 17:32:58 +Display.DAT
    2600     282 89.1% 14-Oct-96 17:32:58 +ExternalCommands.DAT
      14      14  0.0% 14-Oct-96 17:32:58 +FreeDownloads.DAT
      85      46 45.8% 14-Oct-96 17:32:58 +FTP-Paths.DAT
     400     131 67.2% 14-Oct-96 17:32:58 +IO-Device1.DAT
     400      92 77.0% 14-Oct-96 17:32:58 +IO-Device2.DAT
      20      20  0.0% 14-Oct-96 17:32:58 +LogOnDoors.DAT
     400     133 66.7% 14-Oct-96 17:32:58 +Multinode.DAT
     800     106 86.7% 14-Oct-96 17:32:58 +Protocols.DAT
    4800      61 98.7% 14-Oct-96 17:32:56 +Schedule.DAT
     250      88 64.8% 14-Oct-96 17:32:56 +Security.DAT
    2056      14 99.3% 14-Oct-96 17:32:56 +Selected.DAT
       7       7  0.0% 14-Oct-96 17:32:56 +TrashCan.DAT
     100      61 39.0% 15-Oct-96 04:23:06 +Version.DAT
  158880   81022 49.0% 01-Dec-96 19:46:44 +DayDream
   25504    6436 74.7% 14-Oct-96 17:32:50 +DayDream.CFG
    1562     559 64.2% 14-Oct-96 17:32:54 +DayDream.info
    3263    1714 47.4% 14-Oct-96 17:32:54 +DD126.readme
    1192     684 42.6% 14-Oct-96 17:32:52 +Developer.Info
    1199     348 70.9% 14-Oct-96 17:33:06 +Access.DAT.Structure
    2021     552 72.6% 14-Oct-96 17:33:06 +Archivers.DAT.Structure
    2255     558 75.2% 01-Dec-96 12:18:18 +Callers.Log.Structure
    5182    1277 75.3% 14-Oct-96 17:33:06 +Conferences.DAT.Structure
     895     472 47.2% 14-Oct-96 17:33:06 +ConversionTable.DAT.Structure
    4923    1544 68.6% 14-Oct-96 17:33:06 +DayDream.DAT.Structure
    1259     425 66.2% 14-Oct-96 17:33:06 +Directory.Structure
    1860     495 73.3% 14-Oct-96 17:33:04 +Directory.Structure2
    2236     716 67.9% 14-Oct-96 17:33:04 +Display.DAT.Structure
   27816    7872 71.6% 14-Oct-96 17:33:04 +DoorMessage.Structure
     675     239 64.5% 14-Oct-96 17:33:04 +DownloadLog.Structure
    1188     676 43.0% 14-Oct-96 17:33:04 +DreamDoor.Info
    1437     801 44.2% 13-Nov-96 22:27:22 +Example.e
     910     534 41.3% 14-Oct-96 17:33:08 +Example2.e
    1035     569 45.0% 14-Oct-96 17:33:08 +Example3.e
   15256    6256 58.9% 01-Dec-96 22:54:46 +DayDream.m
     520     340 34.6% 20-Nov-96 23:23:28 +DDDoor_pragmas.m
     696     350 49.7% 14-Oct-96 17:33:06 +Testlib.e
   19592    5386 72.5% 01-Dec-96 22:54:38 +DayDream.I
    1024     463 54.7% 13-Nov-96 11:10:54 +DreamDoor_lib.i
    4124    1423 65.4% 11-Nov-96 03:15:02 +QuickLogin.asm
   10805    3727 65.5% 29-Nov-96 20:38:06 +StatExample_New.Asm
    1192     683 42.7% 14-Oct-96 17:33:06 +Doc.Info
   25493    7449 70.7% 01-Dec-96 14:21:46 +DreamDoor.doc
    1396     509 63.5% 14-Oct-96 17:33:10 +DreamDoor.Doc.info
    1342     594 55.7% 13-Nov-96 16:56:16 +DreamDoor.fd
   26806    7791 70.9% 01-Jan-80 01:05:12 +DreamDoor.Guide
    1396     509 63.5% 14-Oct-96 17:33:10 +DreamDoor.Guide.info
    6121    1244 79.6% 13-Nov-96 11:12:52 +dddoor.h
    1413     638 54.8% 25-Nov-96 00:49:40 +dddoor_lib.fd
     328     197 39.9% 16-Oct-96 00:52:30 +dddoor.h
    1172     634 45.9% 01-Jan-80 00:31:48 +readme.txt
     195     125 35.8% 01-Jan-80 00:48:18 +ReadMe_C
     444     220 50.4% 14-Oct-96 17:33:12 +AsmRoutines.s
   11242    3380 69.9% 14-Oct-96 17:33:12 +Conftop.c
     311     213 31.5% 14-Oct-96 17:33:12 +smakefile
    1142     404 64.6% 25-Nov-96 00:05:56 +AsmRoutines.s
   29423    7062 75.9% 25-Nov-96 00:05:46 +Faker.c
     308     210 31.8% 14-Oct-96 17:33:12 +smakefile
    1574     655 58.3% 14-Oct-96 17:33:12 +FileChain.c
   14403    3369 76.6% 14-Oct-96 17:33:12 +Stat.C
     924     414 55.1% 14-Oct-96 17:33:10 +testlib.c
    2429     724 70.1% 13-Nov-96 11:09:24 +dddoor_protos.h
    9416    2809 70.1% 14-Oct-96 17:33:14 +DayDream.h
    3578    1241 65.3% 14-Oct-96 17:33:14 +dddoor.h
    1822     526 71.1% 13-Nov-96 11:10:58 +DDDoor_pragmas.h
     177     123 30.5% 14-Oct-96 17:33:16 +dddoor.h
    2133     566 73.4% 13-Nov-96 16:56:34 +DDDoor_lib.h
   18072    4485 75.1% 01-Jan-80 00:46:14 +DreamNew.S
    1474     455 69.1% 14-Oct-96 17:33:04 +ExternalCommands.DAT.Structure
     571     263 53.9% 14-Oct-96 17:33:02 +FSED.Interface
    3672     692 81.1% 14-Oct-96 17:33:04 +IO-Device.Structure
     591     181 69.3% 14-Oct-96 17:33:02 +LossCarrier.DAT.Structure
    2924     690 76.4% 14-Oct-96 17:33:02 +Message.DAT.Structure
    3340     950 71.5% 14-Oct-96 17:33:02 +MultiNode.DAT.Structure
    1582     449 71.6% 14-Oct-96 17:33:02 +NodeMessage.Structure
    2535     319 87.4% 14-Oct-96 17:33:02 +NodeScreen.Structure
    1424     436 69.3% 14-Oct-96 17:33:02 +NodeStructure.Structure
    1295     365 71.8% 14-Oct-96 17:33:02 +Protocols.DAT.Structure
     462     282 38.9% 01-Jan-80 00:45:44 +ReadMe
    1392     510 63.3% 14-Oct-96 17:33:00 +ReadMe.info
    1132     376 66.7% 14-Oct-96 17:33:00 +Schedule.DAT.Structure
    2801     743 73.4% 14-Oct-96 17:33:00 +Security.DAT.Structure
     854     447 47.6% 14-Oct-96 17:33:00 +Selected.DAT.Structure
     671     236 64.8% 14-Oct-96 17:33:00 +UploadLog.Structure
    4906    1488 69.6% 14-Oct-96 17:33:00 +UserBase.DAT.Structure
    2315     808 65.0% 01-Jan-80 00:43:00 +Version.DAT.Structure
    6588    3700 43.8% 14-Oct-96 17:33:16 +kalacon.device
     112      50 55.3% 14-Oct-96 17:33:16 +DisplayModeHelp.TXT
      97      76 21.6% 14-Oct-96 17:33:16 +DisplayModeList.TXT
     280     185 33.9% 14-Oct-96 17:33:26 +AccountFrozen.GFX
     249     160 35.7% 14-Oct-96 17:33:26 +AccountFrozen.TXT
    1569     300 80.8% 14-Oct-96 17:33:18 +Banner.GFX
    1113     197 82.3% 14-Oct-96 17:33:26 +Banner.TXT
     380     120 68.4% 14-Oct-96 17:33:26 +BiDirProtocolMenu.GFX
     333      92 72.3% 14-Oct-96 17:33:26 +BiDirProtocolMenu.TXT
    1198     408 65.9% 14-Oct-96 17:33:26 +CallersHeader.GFX
    1150     377 67.2% 14-Oct-96 17:33:26 +CallersHeader.TXT
    1295     479 63.0% 14-Oct-96 17:33:26 +Commands.GFX
    1221     448 63.3% 14-Oct-96 17:33:26 +Commands.TXT
     995     348 65.0% 14-Oct-96 17:33:24 +Conferences.GFX
     933     323 65.3% 14-Oct-96 17:33:24 +Conferences.TXT
    1363     262 80.7% 14-Oct-96 17:33:24 +Download.GFX
    1167     209 82.0% 14-Oct-96 17:33:18 +Download.TXT
     736     194 73.6% 14-Oct-96 17:33:24 +DreamNewHelp.GFX
     628     158 74.8% 14-Oct-96 17:33:24 +DreamNewHelp.TXT
     728     265 63.5% 14-Oct-96 17:33:24 +EditUser.GFX
     538     227 57.8% 14-Oct-96 17:33:24 +EditUser.TXT
      34      34  0.0% 14-Oct-96 17:33:24 +FileCatalogs.GFX
      21      21  0.0% 14-Oct-96 17:33:24 +FileCatalogs.TXT
    1769     518 70.7% 14-Oct-96 17:33:24 +Goodbye.GFX
    1396     435 68.8% 14-Oct-96 17:33:24 +goodbye.txt
      26      26  0.0% 14-Oct-96 17:33:24 +LineChatOff.GFX
      22      22  0.0% 14-Oct-96 17:33:22 +LineChatOff.TXT
    1227     293 76.1% 14-Oct-96 17:33:22 +LineChatOn.GFX
    1223     287 76.5% 14-Oct-96 17:33:22 +LineChatOn.TXT
     385     180 53.2% 14-Oct-96 17:33:22 +LineEditorCommands.GFX
     259     161 37.8% 14-Oct-96 17:33:22 +LineEditorCommands.TXT
     101      87 13.8% 14-Oct-96 17:33:22 +MoreHelp.GFX
     101      87 13.8% 14-Oct-96 17:33:22 +MoreHelp.TXT
     415     173 58.3% 14-Oct-96 17:33:22 +Msgreadcommands.gfx
     375     156 58.4% 14-Oct-96 17:33:22 +Msgreadcommands.txt
      84      72 14.2% 14-Oct-96 17:33:22 +NewUser.GFX
      84      72 14.2% 14-Oct-96 17:33:22 +newuser.txt
    1228     463 62.2% 14-Oct-96 17:33:22 +OtherCommands.GFX
    1006     395 60.7% 14-Oct-96 17:33:20 +OtherCommands.TXT
     453     190 58.0% 14-Oct-96 17:33:20 +ProtocolMenu.GFX
     391     132 66.2% 14-Oct-96 17:33:20 +ProtocolMenu.TXT
     204     156 23.5% 14-Oct-96 17:33:20 +Reg_RealName.GFX
     191     141 26.1% 14-Oct-96 17:33:20 +Reg_RealName.TXT
     156     120 23.0% 14-Oct-96 17:33:20 +Reg_ScreenLength.GFX
     152     115 24.3% 14-Oct-96 17:33:20 +Reg_ScreenLength.TXT
     946     232 75.4% 14-Oct-96 17:33:20 +ScanDateHelp.GFX
     684     204 70.1% 14-Oct-96 17:33:20 +ScanDateHelp.TXT
      26      26  0.0% 14-Oct-96 17:33:20 +SplitChatOff.GFX
      22      22  0.0% 14-Oct-96 17:33:20 +SplitChatOff.TXT
    1227     293 76.1% 14-Oct-96 17:33:18 +SplitChatOn.GFX
    1223     287 76.5% 14-Oct-96 17:33:18 +SplitChatOn.TXT
    1491     254 82.9% 14-Oct-96 17:33:18 +Upload.GFX
    1264     194 84.6% 14-Oct-96 17:33:18 +Upload.TXT
     412     205 50.2% 14-Oct-96 17:33:18 +UpLoadCommands.GFX
     301     178 40.8% 14-Oct-96 17:33:18 +UpLoadCommands.TXT
     109      95 12.8% 14-Oct-96 17:33:18 +Welcome.GFX
     109      95 12.8% 14-Oct-96 17:33:18 +Welcome.TXT
     101      87 13.8% 14-Oct-96 17:33:16 +MoreHelp.TXT
   23107    6916 70.0% 08-Nov-96 10:15:18 +Strings.001
    1192     681 42.8% 14-Oct-96 17:32:52 +Docs.Info
    1911     489 74.4% 25-Nov-96 00:14:00 +BugReport.Form
   60590   23316 61.5% 02-Dec-96 02:31:14 +changes.guide
    1392     505 63.7% 14-Oct-96 17:33:30 +Changes.Guide.info
  173062   51461 70.2% 25-Nov-96 00:18:06 +DayDream.guide
    1392     507 63.5% 14-Oct-96 17:33:30 +DayDream.Guide.info
    2618    1013 61.3% 14-Oct-96 17:33:28 +DDCallers.MAN
    2187    1010 53.8% 14-Oct-96 17:33:28 +DDConfTop.DOC
    1616     614 62.0% 14-Oct-96 17:33:28 +DDTop.MAN
    1677     759 54.7% 14-Oct-96 17:33:28 +DDWeekTop.MAN
     525     321 38.8% 14-Oct-96 17:33:28 +DreamFaker.MAN
    1685     878 47.8% 14-Oct-96 17:33:28 +DreamMail.MAN
    7486    2793 62.6% 14-Oct-96 17:33:28 +FAQ.Guide
    2201    1064 51.6% 14-Oct-96 17:33:28 +ftpd.doc
     372     271 27.1% 14-Oct-96 17:33:28 +kalacon.readme
    1232     673 45.3% 14-Oct-96 17:33:26 +MUIConfig.DOC
     987     546 44.6% 14-Oct-96 17:33:26 +RoboWriter.DOC
     761     443 41.7% 25-Nov-96 00:24:50 +ToDo.DOC
    8557    3262 61.8% 25-Nov-96 00:03:44 +UpDating.TXT
    2028     722 64.3% 02-Dec-96 02:37:18 +Version.NFO
    1192     680 42.9% 14-Oct-96 17:32:52 +Doors.Info
    8656    5179 40.1% 14-Oct-96 17:33:34 +ConfTop
    7228    4188 42.0% 14-Oct-96 17:33:34 +DD-Inet
    6124    2989 51.1% 14-Oct-96 17:33:34 +DDRc
   17120    8634 49.5% 14-Oct-96 17:33:34 +Faker
    6640    3514 47.0% 14-Oct-96 17:33:32 +FSEd
   13816    5583 59.5% 14-Oct-96 17:33:32 +grab
    5864    3057 47.8% 14-Oct-96 17:33:32 +New
    6544    3007 54.0% 14-Oct-96 17:33:32 +rexx
    8162    1852 77.3% 14-Oct-96 17:33:36 +BBSList.dd
    3369    1155 65.7% 14-Oct-96 17:33:34 +LogOff.dd
    6812    1452 78.6% 14-Oct-96 17:33:34 +MComment.dd
     346     216 37.5% 14-Oct-96 17:33:34 +SetLrp.dd
    3666     887 75.8% 14-Oct-96 17:33:34 +Stats.dd
   17284    8589 50.3% 14-Oct-96 17:33:32 +stat
    2776    1050 62.1% 25-Nov-96 00:47:46 +Wall
    3036    1518 50.0% 14-Oct-96 17:33:32 +whof
      34      34  0.0% 14-Oct-96 17:33:36 +Bulletin.1.GFX
      34      34  0.0% 14-Oct-96 17:33:36 +Bulletin.1.TXT
     605     213 64.7% 14-Oct-96 17:33:36 +BulletinMenu.GFX
     575     193 66.4% 14-Oct-96 17:33:36 +BulletinMenu.TXT
      11      11  0.0% 14-Oct-96 22:56:42 +def_FILE_ID.DIZ
       5       5  0.0% 14-Oct-96 17:33:36 +FreeDownloads.DAT
      40      40  0.0% 14-Oct-96 17:33:36 +Paths.DAT
     229     110 51.9% 14-Oct-96 17:33:38 +FileCatalogs.GFX
     171      83 51.4% 14-Oct-96 17:33:38 +FileCatalogs.TXT
     232     116 50.0% 14-Oct-96 17:33:38 +MessageBases.GFX
     174      91 47.7% 14-Oct-96 17:33:36 +MessageBases.TXT
     439     206 53.0% 24-Nov-96 23:56:10 +file_id.diz
    4392    1625 63.0% 14-Oct-96 17:32:52 +InstallDD
    1645     647 60.6% 14-Oct-96 17:32:52 +InstallDD.info
    7736    4615 40.3% 14-Oct-96 17:33:38 +fifo-handler
    3696    1506 59.2% 13-Nov-96 11:26:22 +dreamdoor.library
    3212    2004 37.6% 14-Oct-96 17:33:40 +fifo.library
   45156   29763 34.0% 14-Oct-96 17:33:40 +reqtools.library
   33392   24803 25.7% 14-Oct-96 17:33:38 +rexxsyslib.library
    1232     492 60.0% 14-Oct-96 17:33:40 +DreamToss.Cfg
     390     244 37.4% 14-Oct-96 17:33:40 +Registration
      65      59  9.2% 14-Oct-96 17:33:40 +Registration.Questions
    2539    1093 56.9% 14-Oct-96 17:33:42 +Announce.amirx
     747     304 59.3% 14-Oct-96 17:33:40 +servertest.rexx
    2291     881 61.5% 14-Oct-96 17:33:40 +who.amirx
   96920   52707 45.6% 14-Oct-96 17:33:42 +ftpd
   29564   13917 52.9% 18-Nov-96 02:56:14 +Server
    1562     556 64.4% 14-Oct-96 17:32:52 +Server.Info
   29540   13895 52.9% 18-Nov-96 02:55:08 +Server_020
    1192     678 43.1% 14-Oct-96 17:32:50 +Utils.Info
    8540    5567 34.8% 14-Oct-96 17:33:48 +Aminet2DD
     826     187 77.3% 14-Oct-96 17:33:48 +aminetmakeindex.bat
   10756    6584 38.7% 31-Oct-96 01:21:26 +BGCheck
    8584    4913 42.7% 14-Oct-96 17:33:48 +cryptpw
   10140    3703 63.4% 14-Oct-96 17:33:48 +DDCallers
   55412   30659 44.6% 14-Oct-96 17:33:48 +ddhydra
    1660     918 44.6% 14-Oct-96 17:33:48 +DDRCServer
   13532    2856 78.8% 14-Oct-96 17:33:48 +DDTop
    7976    2940 63.1% 14-Oct-96 17:33:46 +DDWeekTop
    1496    1032 31.0% 14-Oct-96 17:33:46 +Dirclean
   12508    4768 61.8% 14-Oct-96 17:33:46 +DreamConfig
   11072    5802 47.5% 14-Oct-96 17:33:46 +DreamToss
    5028    3277 34.8% 14-Oct-96 17:33:46 +eall2all
    1248     799 35.9% 14-Oct-96 17:33:46 +FixBases
     968     663 31.5% 14-Oct-96 17:33:46 +fixsysopaccount
    1816    1181 34.9% 14-Oct-96 17:33:46 +Listclean
    2048    1045 48.9% 14-Oct-96 17:33:46 +MSGBaseOpt
  132020   44779 66.0% 18-Nov-96 02:58:46 +MUIConfig
  130796   44476 65.9% 18-Nov-96 03:01:22 +MUIConfig_020
     824     573 30.4% 14-Oct-96 17:33:42 +Oldlist2Newlist
    4052    2226 45.0% 14-Oct-96 17:33:42 +oldmsgdelete
    2140    1325 38.0% 14-Oct-96 17:33:42 +RoboWriter
   40948   23432 42.7% 14-Oct-96 17:33:42 +smodem
     208     208  0.0% 14-Oct-96 17:33:42 +WaitForPort
     439     206 53.0% 24-Nov-96 23:56:22  file_id.diz
-------- ------- ----- --------- --------
 1717521  700155 59.2% 02-Dec-96 19:51:14   256 files
