AminetAminet
Search:
84481 packages online
About
Recent
Browse
Search
Upload
Setup
Services

comm/bbs/DayDreamBBS.lha

Mirror:Random
Showing:m68k-amigaosppc-amigaosppc-morphosi386-arosi386-amithlonppc-warpupppc-powerupgeneric
No screenshot available
Short:DayDream BBS Software v1.28.
Author:c-lous at freenet.hut.fi
Uploader:c-lous freenet hut fi
Type:comm/bbs
Version:1.28
Requires:OS2.04+, 2Mb
Architecture:m68k-amigaos
Date:1997-02-28
Download:http://aminet.net/comm/bbs/DayDreamBBS.lha - View contents
Readme:http://aminet.net/comm/bbs/DayDreamBBS.readme
Downloads:732

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!

 - And once again, it's fast, it's cheap, and it's nice. :-)


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: daydreambbs at geocities.com

Also try to catch Origo on IRC, channels #DayDream or #AmiElite (EfNet).

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

Also Check out the DayDream homepage: 
http://www.geocities.com/SiliconValley/Park/4698/

There is also a doorpack with some useful doors & utils on AmiNet:
aminet:comm/bbs/DayDreamBBSDoo.Lha



===( Version 1.28 - 250297 )==============================================

- Removed some unused code in the server.

- Enhanched (?) the look of the server (Finally!)

- Added 4 configurable buttons to the server.

- Enhanched DreamNew a bit. Does not use BS when printing filelist anymore,
  as this causes trouble if you have destructive BS turned on.

- GR command is faster now.

- Shutting down the server now kills all active nodes.
  WARNING! This will also kick any users out without warning, so check
           the node status before you close the server window.

- Enhanched the XPR window a bit.

- Added a new option to multinode.dat: Faster local output. This is
  done by opening a screen with only 4 colours, and on my 030/50 this
  really made a difference. =)

- Fixed a bug with private mail.

- Fixed a couple of small bugs in MUIConfig.

- Corrected saving of TXT config from MUIConfig, sometimes it could not
  be compiled with DreamConfig.

- DayDream now reinitializes the modem if there is no local or remote
  activity for 10 minutes.

- DayDream now displays amount of time since last call at first output
  of a new caller.

- A message is written to the log if user paged sysop and the sysop was
  away. Like: 'Operator paged at 19:14:38, but he was away.'

- Added new doorcommand: UpdateUserRec(). This will force DayDream to update
  a userstruct to disk.

- Doorcommands ShowCursor() and HideCursor() are now obsolete.DayDream performs
  this all by itself during text output if the user flag 'Speed Up Output' is
  set to ON.

- Recompiled kalacon.device for 020+ and 000, with some new optimizations.
  Got bigger, but should be a bit faster.

- Fixed configurable string to "Move flagged files (Yes/No)".

- Enhanched internal Move command. Now it can move all flagged files to same
  destination conf/dir.

- Added autoaway feature. If the sysop is away from the keyboard or the mouse
  for more than a configurable amount of time, he is automaticly set as being
  away.

- Changed local download path prompt to path requester.

- Optimized some common string handling routines.

- Optimized DreamNew quite a bit.

- Fixed DreamFaker to have reverse scanning of uploadlog. Forward scanning
  caused alot of problems that should be fixed now.

- Optimized (F) and (N) commands quite a bit.

- Fixed an error in the DayDream.CFG. OwnDir and 16Col was swapped.
  Thanks to Dr.K.Oss for the tip!

- Added a new doorcommand: SetAccPreset() to set a users access preset.
  Thanks to Wolfman for pushing me! :-)

- Fixed an error in local download path requester. Caused gurus.

- Fixed cursor movement in F/N/NS command. Caused gurus.

- Added a new powerful doorcommand: SearchUser()
  Once again thanks to Wolfman.

- Added a server/node startup script written in Arexx. Edit and try it out!

- Added new format codes to show number of tagged files.
  F for prompts and # for textfiles.

- Optimized the rexxdoor interface a bit.

- Fixed the XPR window to open on a NTSC screen aswell.
  Thanks to Shen/DC for having problems.. :)

- Added some more verbose(!) output if modem initialization fails.

- Fixed a potential problem with the Server's inputhandler.

- Made a new MsgBaseOpt program, the old one more like CAUSED errors than
  corrected them. Use with caution though.

- Fixed an error in the installer script that caused hangs. (Donno why though
:)


Contents of comm/bbs/DayDreamBBS.lha
 PERMSSN    UID  GID    PACKED    SIZE  RATIO     CRC       STAMP          NAME
---------- ----------- ------- ------- ------ ---------- ------------ -------------
[generic]                  656    1188  55.2% -lh5- af1e Feb 25  1997 DayDream.Info
[generic]                  556    1562  35.6% -lh5- 53fc Oct 14  1996 DayDream/appicon.info
[generic]                  304     482  63.1% -lh5- 230a Oct 14  1996 DayDream/Batch/GetFax1.bat
[generic]                  173     292  59.2% -lh5- be50 Oct 14  1996 DayDream/Batch/Logoff1.BAT
[generic]                  590    1428  41.3% -lh5- bcc1 Oct 14  1996 DayDream/Configs/DD-ConfTop.CFG
[generic]                  278     783  35.5% -lh5- 3d27 Oct 14  1996 DayDream/Configs/DDTop.Config
[generic]                  234     439  53.3% -lh5- faeb Oct 14  1996 DayDream/Configs/DDWeekTop.Config
[generic]                  241     365  66.0% -lh5- 473f Oct 14  1996 DayDream/Configs/DreamFaker.Cfg
[generic]                  379     558  67.9% -lh5- ab85 Oct 14  1996 DayDream/Configs/Dreammail.Cfg
[generic]                  328     679  48.3% -lh5- 830a Oct 14  1996 DayDream/Configs/Dreamnew.CFG
[generic]                   36     800   4.5% -lh5- 13d5 Nov 25  1996 DayDream/Configs/DreamWall.DAT
[generic]                  442    1679  26.3% -lh5- 02a3 Oct 14  1996 DayDream/Configs/WeekTop.GFX
[generic]                  288     797  36.1% -lh5- 95d6 Oct 14  1996 DayDream/Configs/WeekTop.TXT
[generic]                   64     150  42.7% -lh5- d779 Oct 14  1996 DayDream/Data/Access.DAT
[generic]                  468    4400  10.6% -lh5- ac08 Oct 14  1996 DayDream/Data/Archivers.DAT
[generic]                  113     700  16.1% -lh5- fa12 Oct 14  1996 DayDream/Data/Conferences.DAT
[generic]                  256     256 100.0% -lh0- a89e Oct 14  1996 DayDream/Data/ConversionTable01.DAT
[generic]                  256     256 100.0% -lh0- 09b7 Oct 14  1996 DayDream/Data/ConversionTable02.DAT
[generic]                  182    4000   4.5% -lh5- 5847 Oct 14  1996 DayDream/Data/DayDream.DAT
[generic]                   17     100  17.0% -lh5- 98eb Oct 14  1996 DayDream/Data/DD-Server.DAT
[generic]                   69     400  17.2% -lh5- 56fb Oct 14  1996 DayDream/Data/Display.DAT
[generic]                  282    2600  10.8% -lh5- d94d Oct 14  1996 DayDream/Data/ExternalCommands.DAT
[generic]                   14      14 100.0% -lh0- b297 Oct 14  1996 DayDream/Data/FreeDownloads.DAT
[generic]                   46      85  54.1% -lh5- a777 Oct 14  1996 DayDream/Data/FTP-Paths.DAT
[generic]                  131     400  32.8% -lh5- d0d3 Oct 14  1996 DayDream/Data/IO-Device1.DAT
[generic]                   92     400  23.0% -lh5- a56a Oct 14  1996 DayDream/Data/IO-Device2.DAT
[generic]                   20      20 100.0% -lh0- b952 Oct 14  1996 DayDream/Data/LogOnDoors.DAT
[generic]                  133     400  33.2% -lh5- 1dbe Oct 14  1996 DayDream/Data/Multinode.DAT
[generic]                  106     800  13.2% -lh5- c97c Oct 14  1996 DayDream/Data/Protocols.DAT
[generic]                   61    4800   1.3% -lh5- 3468 Oct 14  1996 DayDream/Data/Schedule.DAT
[generic]                   54      56  96.4% -lh5- 3a7a Feb 25  1997 DayDream/Data/ScreenInfo1.DAT
[generic]                   88     250  35.2% -lh5- accd Oct 14  1996 DayDream/Data/Security.DAT
[generic]                   14    2056   0.7% -lh5- fab4 Oct 14  1996 DayDream/Data/Selected.DAT
[generic]                    7       7 100.0% -lh0- b094 Oct 14  1996 DayDream/Data/TrashCan.DAT
[generic]                   61     100  61.0% -lh5- 5c3f Oct 15  1996 DayDream/Data/Version.DAT
[generic]                81836  160628  50.9% -lh5- 3a68 Feb 25  1997 DayDream/DayDream
[generic]                 6659   25983  25.6% -lh5- 2ff5 Feb 25  1997 DayDream/DayDream.CFG
[generic]                  559    1562  35.8% -lh5- 3b08 Oct 14  1996 DayDream/DayDream.info
[generic]                 1714    3263  52.5% -lh5- 0ddc Oct 14  1996 DayDream/DD126.readme
[generic]                  684    1192  57.4% -lh5- fc6a Oct 14  1996 DayDream/Developer.Info
[generic]                 4386    9228  47.5% -lh5- 4418 Jan 12  1997 DayDream/Devs/kalacon.device
[generic]                 4210    8964  47.0% -lh5- 365b Jan  9  1997 DayDream/Devs/kalacon.device.020
[generic]                 4210    8964  47.0% -lh5- 365b Jan 12  1997 DayDream/Devs/kalacon.device_020
[generic]                   50     112  44.6% -lh5- 917d Oct 14  1996 DayDream/Display/DisplayModeHelp.TXT
[generic]                   76      97  78.4% -lh5- 6e68 Oct 14  1996 DayDream/Display/DisplayModeList.TXT
[generic]                  185     280  66.1% -lh5- c42d Oct 14  1996 DayDream/Display/iso/AccountFrozen.GFX
[generic]                  160     249  64.3% -lh5- de64 Oct 14  1996 DayDream/Display/iso/AccountFrozen.TXT
[generic]                  300    1569  19.1% -lh5- ed3a Oct 14  1996 DayDream/Display/iso/Banner.GFX
[generic]                  197    1113  17.7% -lh5- 9d99 Oct 14  1996 DayDream/Display/iso/Banner.TXT
[generic]                  120     380  31.6% -lh5- 05db Oct 14  1996 DayDream/Display/iso/BiDirProtocolMenu.GFX
[generic]                   92     333  27.6% -lh5- 38c1 Oct 14  1996 DayDream/Display/iso/BiDirProtocolMenu.TXT
[generic]                  408    1198  34.1% -lh5- 90aa Oct 14  1996 DayDream/Display/iso/CallersHeader.GFX
[generic]                  377    1150  32.8% -lh5- 9d12 Oct 14  1996 DayDream/Display/iso/CallersHeader.TXT
[generic]                  479    1295  37.0% -lh5- 1939 Oct 14  1996 DayDream/Display/iso/Commands.GFX
[generic]                  448    1221  36.7% -lh5- 8d4a Oct 14  1996 DayDream/Display/iso/Commands.TXT
[generic]                  348     995  35.0% -lh5- 9ef9 Oct 14  1996 DayDream/Display/iso/Conferences.GFX
[generic]                  323     933  34.6% -lh5- 3235 Oct 14  1996 DayDream/Display/iso/Conferences.TXT
[generic]                  262    1363  19.2% -lh5- b50c Oct 14  1996 DayDream/Display/iso/Download.GFX
[generic]                  209    1167  17.9% -lh5- ae08 Oct 14  1996 DayDream/Display/iso/Download.TXT
[generic]                  194     736  26.4% -lh5- 6bec Oct 14  1996 DayDream/Display/iso/DreamNewHelp.GFX
[generic]                  158     628  25.2% -lh5- ce61 Oct 14  1996 DayDream/Display/iso/DreamNewHelp.TXT
[generic]                  265     728  36.4% -lh5- 9d5c Oct 14  1996 DayDream/Display/iso/EditUser.GFX
[generic]                  227     538  42.2% -lh5- 4860 Oct 14  1996 DayDream/Display/iso/EditUser.TXT
[generic]                   34      34 100.0% -lh0- 0c1d Oct 14  1996 DayDream/Display/iso/FileCatalogs.GFX
[generic]                   21      21 100.0% -lh0- 1a02 Oct 14  1996 DayDream/Display/iso/FileCatalogs.TXT
[generic]                  518    1769  29.3% -lh5- 894b Oct 14  1996 DayDream/Display/iso/Goodbye.GFX
[generic]                  435    1396  31.2% -lh5- 1f2d Oct 14  1996 DayDream/Display/iso/goodbye.txt
[generic]                   26      26 100.0% -lh0- da4c Oct 14  1996 DayDream/Display/iso/LineChatOff.GFX
[generic]                   22      22 100.0% -lh0- 048f Oct 14  1996 DayDream/Display/iso/LineChatOff.TXT
[generic]                  293    1227  23.9% -lh5- 8a87 Oct 14  1996 DayDream/Display/iso/LineChatOn.GFX
[generic]                  287    1223  23.5% -lh5- 6b33 Oct 14  1996 DayDream/Display/iso/LineChatOn.TXT
[generic]                  180     385  46.8% -lh5- ad75 Oct 14  1996 DayDream/Display/iso/LineEditorCommands.GFX
[generic]                  161     259  62.2% -lh5- d0fa Oct 14  1996 DayDream/Display/iso/LineEditorCommands.TXT
[generic]                   87     101  86.1% -lh5- 76e3 Oct 14  1996 DayDream/Display/iso/MoreHelp.GFX
[generic]                   87     101  86.1% -lh5- 76e3 Oct 14  1996 DayDream/Display/iso/MoreHelp.TXT
[generic]                  173     415  41.7% -lh5- 297b Oct 14  1996 DayDream/Display/iso/Msgreadcommands.gfx
[generic]                  156     375  41.6% -lh5- 09ab Oct 14  1996 DayDream/Display/iso/Msgreadcommands.txt
[generic]                   72      84  85.7% -lh5- 706b Oct 14  1996 DayDream/Display/iso/NewUser.GFX
[generic]                   72      84  85.7% -lh5- 706b Oct 14  1996 DayDream/Display/iso/newuser.txt
[generic]                  463    1228  37.7% -lh5- 4baf Oct 14  1996 DayDream/Display/iso/OtherCommands.GFX
[generic]                  395    1006  39.3% -lh5- 2f75 Oct 14  1996 DayDream/Display/iso/OtherCommands.TXT
[generic]                  190     453  41.9% -lh5- 158e Oct 14  1996 DayDream/Display/iso/ProtocolMenu.GFX
[generic]                  132     391  33.8% -lh5- b044 Oct 14  1996 DayDream/Display/iso/ProtocolMenu.TXT
[generic]                  156     204  76.5% -lh5- 2841 Oct 14  1996 DayDream/Display/iso/Reg_RealName.GFX
[generic]                  141     191  73.8% -lh5- 4047 Oct 14  1996 DayDream/Display/iso/Reg_RealName.TXT
[generic]                  120     156  76.9% -lh5- d4ff Oct 14  1996 DayDream/Display/iso/Reg_ScreenLength.GFX
[generic]                  115     152  75.7% -lh5- a02e Oct 14  1996 DayDream/Display/iso/Reg_ScreenLength.TXT
[generic]                  232     946  24.5% -lh5- 1245 Oct 14  1996 DayDream/Display/iso/ScanDateHelp.GFX
[generic]                  204     684  29.8% -lh5- 4995 Oct 14  1996 DayDream/Display/iso/ScanDateHelp.TXT
[generic]                   26      26 100.0% -lh0- da4c Oct 14  1996 DayDream/Display/iso/SplitChatOff.GFX
[generic]                   22      22 100.0% -lh0- 048f Oct 14  1996 DayDream/Display/iso/SplitChatOff.TXT
[generic]                  293    1227  23.9% -lh5- 8a87 Oct 14  1996 DayDream/Display/iso/SplitChatOn.GFX
[generic]                  287    1223  23.5% -lh5- 6b33 Oct 14  1996 DayDream/Display/iso/SplitChatOn.TXT
[generic]                  254    1491  17.0% -lh5- 8475 Oct 14  1996 DayDream/Display/iso/Upload.GFX
[generic]                  194    1264  15.3% -lh5- 5d15 Oct 14  1996 DayDream/Display/iso/Upload.TXT
[generic]                  205     412  49.8% -lh5- 4c51 Oct 14  1996 DayDream/Display/iso/UpLoadCommands.GFX
[generic]                  178     301  59.1% -lh5- 965d Oct 14  1996 DayDream/Display/iso/UpLoadCommands.TXT
[generic]                   95     109  87.2% -lh5- e01c Oct 14  1996 DayDream/Display/iso/Welcome.GFX
[generic]                   95     109  87.2% -lh5- e01c Oct 14  1996 DayDream/Display/iso/Welcome.TXT
[generic]                   87     101  86.1% -lh5- 76e3 Oct 14  1996 DayDream/Display/MoreHelp.TXT
[generic]                 6944   23267  29.8% -lh5- b4bf Jan  9  1997 DayDream/Display/Strings.001
[generic]                  681    1192  57.1% -lh5- d591 Oct 14  1996 DayDream/Docs.Info
[generic]                  490    1932  25.4% -lh5- 1267 Jan 14  1997 DayDream/Docs/BugReport.Form
[generic]                24583   64033  38.4% -lh5- 7ed1 Feb 25  1997 DayDream/Docs/changes.guide
[generic]                  508    1392  36.5% -lh5- ae86 Jan 16  1997 DayDream/Docs/Changes.Guide.info
[generic]                52381  175250  29.9% -lh5- 6b61 Feb 19  1997 DayDream/Docs/DayDream.guide
[generic]                  507    1392  36.4% -lh5- a33c Oct 14  1996 DayDream/Docs/DayDream.Guide.info
[generic]                 1022    2640  38.7% -lh5- bc2f Feb 13  1997 DayDream/Docs/DDCallers.MAN
[generic]                 1010    2187  46.2% -lh5- 30e1 Oct 14  1996 DayDream/Docs/DDConfTop.DOC
[generic]                  614    1616  38.0% -lh5- 2434 Oct 14  1996 DayDream/Docs/DDTop.MAN
[generic]                  759    1677  45.3% -lh5- 5ad8 Oct 14  1996 DayDream/Docs/DDWeekTop.MAN
[generic]                  321     525  61.1% -lh5- ec64 Oct 14  1996 DayDream/Docs/DreamFaker.MAN
[generic]                  878    1685  52.1% -lh5- 27a7 Oct 14  1996 DayDream/Docs/DreamMail.MAN
[generic]                 4874   15336  31.8% -lh5- c536 Feb  4  1997 DayDream/Docs/FAQ.Guide
[generic]                 1064    2201  48.3% -lh5- 0169 Oct 14  1996 DayDream/Docs/ftpd.doc
[generic]                  271     372  72.8% -lh5- 3142 Oct 14  1996 DayDream/Docs/kalacon.readme
[generic]                  673    1232  54.6% -lh5- 692e Oct 14  1996 DayDream/Docs/MUIConfig.DOC
[generic]                  546     987  55.3% -lh5- 45c9 Oct 14  1996 DayDream/Docs/RoboWriter.DOC
[generic]                 3339    8924  37.4% -lh5- 6b88 Jan  9  1997 DayDream/Docs/UpDating.TXT
[generic]                  946    2081  45.5% -lh5- 0178 Feb 13  1997 DayDream/Docs/Version.NFO
[generic]                  680    1192  57.0% -lh5- b359 Oct 14  1996 DayDream/Doors.Info
[generic]                 5179    8656  59.8% -lh5- 6e3a Oct 14  1996 DayDream/Doors/ConfTop
[generic]                 4188    7228  57.9% -lh5- 6897 Oct 14  1996 DayDream/Doors/DD-Inet
[generic]                 2989    6124  48.8% -lh5- 659b Oct 14  1996 DayDream/Doors/DDRc
[generic]                 8816   17924  49.2% -lh5- 4278 Jan 18  1997 DayDream/Doors/Faker
[generic]                 3514    6640  52.9% -lh5- c901 Oct 14  1996 DayDream/Doors/FSEd
[generic]                 5583   13816  40.4% -lh5- 2029 Oct 14  1996 DayDream/Doors/grab
[generic]                 3176    6040  52.6% -lh5- 481e Jan 18  1997 DayDream/Doors/New
[generic]                 3018    6552  46.1% -lh5- 0f65 Feb  6  1997 DayDream/Doors/rexx
[generic]                 1852    8162  22.7% -lh5- 73f6 Oct 14  1996 DayDream/Doors/Rexxdir/BBSList.dd
[generic]                 1155    3369  34.3% -lh5- 2e0b Oct 14  1996 DayDream/Doors/Rexxdir/LogOff.dd
[generic]                 1452    6812  21.3% -lh5- a9f7 Oct 14  1996 DayDream/Doors/Rexxdir/MComment.dd
[generic]                  216     346  62.4% -lh5- 70c9 Oct 14  1996 DayDream/Doors/Rexxdir/SetLrp.dd
[generic]                  887    3666  24.2% -lh5- 5b80 Oct 14  1996 DayDream/Doors/Rexxdir/Stats.dd
[generic]                 8589   17284  49.7% -lh5- e2a6 Oct 14  1996 DayDream/Doors/stat
[generic]                 1050    2776  37.8% -lh5- 0c4b Nov 25  1996 DayDream/Doors/Wall
[generic]                 1518    3036  50.0% -lh5- 91d2 Oct 14  1996 DayDream/Doors/whof
[generic]                   34      34 100.0% -lh0- b5aa Oct 14  1996 DayDream/ExampleConf/Bulletins/Bulletin.1.GFX
[generic]                   34      34 100.0% -lh0- b5aa Oct 14  1996 DayDream/ExampleConf/Bulletins/Bulletin.1.TXT
[generic]                  213     605  35.2% -lh5- 79de Oct 14  1996 DayDream/ExampleConf/Bulletins/BulletinMenu.GFX
[generic]                  193     575  33.6% -lh5- 97f6 Oct 14  1996 DayDream/ExampleConf/Bulletins/BulletinMenu.TXT
[generic]                   11      11 100.0% -lh0- 2ff7 Oct 14  1996 DayDream/ExampleConf/Data/def_FILE_ID.DIZ
[generic]                    5       5 100.0% -lh0- c284 Oct 14  1996 DayDream/ExampleConf/Data/FreeDownloads.DAT
[generic]                   40      40 100.0% -lh0- 8cd2 Oct 14  1996 DayDream/ExampleConf/Data/Paths.DAT
[generic]                  110     229  48.0% -lh5- 096c Oct 14  1996 DayDream/ExampleConf/Display/Iso/FileCatalogs.GFX
[generic]                   83     171  48.5% -lh5- 0ae3 Oct 14  1996 DayDream/ExampleConf/Display/Iso/FileCatalogs.TXT
[generic]                  116     232  50.0% -lh5- c7c7 Oct 14  1996 DayDream/ExampleConf/Display/Iso/MessageBases.GFX
[generic]                   91     174  52.3% -lh5- db4c Oct 14  1996 DayDream/ExampleConf/Display/Iso/MessageBases.TXT
[generic]                  206     439  46.9% -lh5- 38c1 Nov 24  1996 DayDream/file_id.diz
[generic]                 1625    4413  36.8% -lh5- ec6c Feb 25  1997 DayDream/InstallDD
[generic]                  647    1645  39.3% -lh5- fbb7 Oct 14  1996 DayDream/InstallDD.info
[generic]                 4615    7736  59.7% -lh5- e9fc Oct 14  1996 DayDream/L/fifo-handler
[generic]                 2004    3212  62.4% -lh5- 03f6 Oct 14  1996 DayDream/Libs/fifo.library
[generic]                30630   46136  66.4% -lh5- a3b8 Feb 25  1997 DayDream/Libs/reqtools.library
[generic]                24803   33392  74.3% -lh5- 2cd1 Oct 14  1996 DayDream/Libs/rexxsyslib.library
[generic]                  492    1232  39.9% -lh5- 9f80 Oct 14  1996 DayDream/Mail/DreamToss.Cfg
[generic]                  244     390  62.6% -lh5- f6eb Oct 14  1996 DayDream/Questionnaire/Registration
[generic]                   59      65  90.8% -lh5- 90b8 Oct 14  1996 DayDream/Questionnaire/Registration.Questions
[generic]                 1093    2539  43.0% -lh5- 0338 Oct 14  1996 DayDream/REXX/Announce.amirx
[generic]                  304     747  40.7% -lh5- 6189 Oct 14  1996 DayDream/REXX/servertest.rexx
[generic]                  902    2046  44.1% -lh5- b637 Feb  4  1997 DayDream/REXX/StartNodes.rexx
[generic]                  948    2214  42.8% -lh5- 2505 Feb 20  1997 DayDream/REXX/who.amirx
[generic]                52707   96920  54.4% -lh5- b49b Oct 14  1996 DayDream/Serv/ftpd
[generic]                17928   35864  50.0% -lh5- c547 Feb 24  1997 DayDream/Server
[generic]                  556    1562  35.6% -lh5- c0fe Oct 14  1996 DayDream/Server.Info
[generic]                17985   35988  50.0% -lh5- d6a3 Feb 24  1997 DayDream/Server_020
[generic]                  678    1192  56.9% -lh5- 0f92 Oct 14  1996 DayDream/Utils.Info
[generic]                 5567    8540  65.2% -lh5- 1003 Oct 14  1996 DayDream/Utils/Aminet2DD
[generic]                  187     826  22.6% -lh5- 7d69 Oct 14  1996 DayDream/Utils/aminetmakeindex.bat
[generic]                 6584   10756  61.2% -lh5- 388e Oct 31  1996 DayDream/Utils/BGCheck
[generic]                 4913    8584  57.2% -lh5- cd58 Oct 14  1996 DayDream/Utils/cryptpw
[generic]                 3703   10140  36.5% -lh5- 8c18 Oct 14  1996 DayDream/Utils/DDCallers
[generic]                30659   55412  55.3% -lh5- 557b Oct 14  1996 DayDream/Utils/ddhydra
[generic]                  918    1660  55.3% -lh5- 1989 Oct 14  1996 DayDream/Utils/DDRCServer
[generic]                 2856   13532  21.1% -lh5- a9f9 Oct 14  1996 DayDream/Utils/DDTop
[generic]                 2940    7976  36.9% -lh5- 5e0e Oct 14  1996 DayDream/Utils/DDWeekTop
[generic]                 1032    1496  69.0% -lh5- 8bcc Oct 14  1996 DayDream/Utils/Dirclean
[generic]                 4799   12012  40.0% -lh5- 3843 Jan 12  1997 DayDream/Utils/DreamConfig
[generic]                 5802   11072  52.4% -lh5- 6e4d Oct 14  1996 DayDream/Utils/DreamToss
[generic]                 3277    5028  65.2% -lh5- 7d49 Oct 14  1996 DayDream/Utils/eall2all
[generic]                  799    1248  64.0% -lh5- ae5a Oct 14  1996 DayDream/Utils/FixBases
[generic]                  663     968  68.5% -lh5- 184d Oct 14  1996 DayDream/Utils/fixsysopaccount
[generic]                 1181    1816  65.0% -lh5- 9efa Oct 14  1996 DayDream/Utils/Listclean
[generic]                 1962    3980  49.3% -lh5- ae90 Feb 23  1997 DayDream/Utils/MSGBaseOpt
[generic]                45490  134984  33.7% -lh5- db91 Jan 25  1997 DayDream/Utils/MUIConfig
[generic]                45221  133716  33.8% -lh5- 0e4c Jan 25  1997 DayDream/Utils/MUIConfig_020
[generic]                  573     824  69.5% -lh5- 5494 Oct 14  1996 DayDream/Utils/Oldlist2Newlist
[generic]                 2226    4052  54.9% -lh5- eff7 Oct 14  1996 DayDream/Utils/oldmsgdelete
[generic]                 1325    2140  61.9% -lh5- a63d Oct 14  1996 DayDream/Utils/RoboWriter
[generic]                23432   40948  57.2% -lh5- 173d Oct 14  1996 DayDream/Utils/smodem
[generic]                  208     208 100.0% -lh0- 064b Oct 14  1996 DayDream/Utils/WaitForPort
[generic]                  206     439  46.9% -lh5- 1dd1 Feb 25  1997 file_id.diz
[generic]                 1554    3912  39.7% -lh5- dcde Feb 25  1997 DayDream/Libs/dreamdoor.library
---------- ----------- ------- ------- ------ ---------- ------------ -------------
 Total       193 files  636389 1474044  43.2%            Feb 28  1997

Aminet © 1992-2024 Urban Müller and the Aminet team. Aminet contact address: <aminetaminet net>