Title: unaccess Version: 1.00.02 Submitted: Mar 3 1986 Author: abic!cwruecmp!allbery%ncoast.UUCP Submittor: abic!cwruecmp!allbery%ncoast.UUCP Description: UNaXcess Conferencing This is the UNaXcess Conferencing 1.00.02 distribution. It provides bug fixes to the 1.00.01 distribution. The installation instructions have not changed; see the included README files below. There were six primary fixes: (1) Private messages were still broken. Code was added in conference.c to fix this. (2) Conference membership had a bug; while I had known about it, I had thought it was an I/O bug. Code was changed in conference.c to fix this. (3) Panics were not dumping core as they should have. Code was added to system.c to correct this; also, a "double-panic" quick exit was provided to forestall infinite loops. (4) The format of the "directory" file was incorrect in install.sh and in admin.man. Fixed, albeit via what can only be termed a hack in install. At least UA-Conf doesnt' do anything other than print dates. (5) The terminal handling code in io.c had some casts that were mangled by Ultrix cc (VAX 8600 and MicroVAX II); this resulted in a warning from the Ultrix assembler, and caused UA-Conf to go into convulsions on start- up. The casts were removed; I hope DEC fixes its compiler soon. (6) Yet another locking fix. If you still get "UNaXcess internal error: LOCKFILE DELETED" messages, let me know; I haven't had a lock work in this thing since I used Xenix semaphores back in V0.3.3.