History ======= Version 1.2 (7/7/93) ----------- * Fixed registration code. Looks like a possible strangeness in DLGQuery(), but not sure. In any event, very little of the original code is left here. * Added Guess mode for template and user searches. Had to hack the DLGConfig:Template/Template and DLGConfig:Misc/User.BBS files, however. * Added custom log entry support. Now you can have NSAV write directly to the user log or another log. * Argh, we've been compiling with catch.o! Ack! Version 1.1 (6/27/93) ----------- * It never fails. A few hours after release, you find a bug. Thanks Murphy. * Fixed minor bug in NSAV-Config * Killed off flashing in UNREGISTERED in NetSysAutoVal. Showed up in italics wtith NComm and was barely readable. * Reworked a bit of the Registration Form to actually make sense Version 1.0 (6/26/93) ------------ * Initial public release! Yeah! * Added two new DLG files * Added an example for the DLG owner number * Fixed a rather moronic bug in the DLG owner code that should've been caught along time ago--putting a value in the wrong variable! Version 0.9 (6/26/93) ----------- * Fixed a bug in the initial set up code * Fixed a wide variety of bugs in the DLG test code * Fixed prompts * Added more [Un-]'s to the prompts * Fixed some of the line feed problems. Need to work on more, but they can wait. * Fixed PerformChanges() eventlog stuttering. * Turned off beta status, this one will probably get released as v1.0 after a quick recompile. ;) * Found bug in dlg.library -- DLGQuery with a length of 1. * There is stuff we want to add, but we are freezing the project feature list. Version 0.8 (6/25/93) ----------- * Fixed a memory allocation bug in DeleteANet() code in NSAV-Config * Converted NSAV-Config into an online-only program to make use of TpT functions * Added configurability to DLG owner code check * Added support for DLGOwner.LST file. [Thanks John!] So this part works completely different from previous versions. Will really munge up boards that log in with aliases, however. * Added a WriteLog() so that the sysop knows we were at least run. * Added some Inform() and WriteEvent() code so that the SysOp is told when someone uses NSAV and some special NSAV conditions. * Recent advances in technology allow us to rid ourselves of *three* temporary files and use dlg.library in several new places! Plus, making the code safer during a hangup! * Renamed a few files. Version 0.7 (6/23/93) ----------- * Fixed a nasty bug with the Fidonet ShutDown() code. Kids, be sure not to CloseLibrary() and then turn around and call something from that library base. Argh. * Global optimizations have been turned on. Version 0.6 (6/23/93) ----------- * Fixed a screw-up in the check DLG code * Added a template for DLG SysOps * Added some code for wwivnet.library support. Need to add more. * Added network detection in NSAV-Config * A few minor details, as usual * Now compiled with SAS/C v6.3 Version 0.5 (6/18/93) ----------- * More enhancements. * Did the keyfile code. * Added a bit more to NSAV-Config for the log file schtuff. * Found problems with SendMsg. Dealt with it in an unsystem friendly manner, but considering the help we've been getting from TpT, what can you expect? * Added PR checking code * Added Visting Sysop BBS List code * Added more to NSAV-Config * Plus lots we're sure we're forgetting... Version 0.3 (6/11/93) ----------- * Initial Test Run.