[PREVIOUS HISTORY REMOVED] 3.42.L23 thru .M23 1) fixed a bug introduced along time ago with a debug message, just never hit it until now... caused a crash if an error occured on an open of the debug.sys file in the audit area... 2) May have fixed Fast Transfers, it now should be looking in the right place for the files. 3) Fixed a bug in the log files(netlog.sys, debug.sys, and callog.sys so that the messages should be readable with the .RT from the console or remotely. Needs some testing to be sure. 4) added some debug messages for RouteMail rejections(explinations). 5) added some debug messages for Fast transfer rejection reasons. 6) Found a typo(my fault...) in the Fast Transfer recognition, that was why it rejected them! 7) added some debug messages for command information(I know, I know this guy keeps adding debug stuff.... It's the only way to find out what is going on when a problem occurs...). 3.42.N23 thru .O23 1) I fixed the bug that prevented the F (READ FORWARD) from working, I accidentally deleted a comma... 2) Fixed the %e, actually I added it to the processing, It was missing. 3) Removed the dependancy on req.library. Now all the sysop stuff is done in the same window as the BBS. I eliminated the stuff that was causing an occasional crash. I will eventually replace the sysop menu with a real menu....real gadgets... All using the original window and screen.... 4) added "!" as an alias for "D" for a certain FNORDADEL user... up to 3.42.P12 1) Added a re-init if the source was from a net call in the system dependant code. The hook was there but nothing done with it. You must use the #reinit parameter, It will be used to re-initialize the modem after a net session. 2) While attempting to initialize a floppy based Citadel, I ran out of room and discovered that the error recover in CONFG need a little tweeking. Added a couple of error messages and fixed the bug. 3) fixed a newuser door bug, it was not setting the directory. The previous versions would only run newuser doors from the home area. 4) Added a new user flag for ANSII. If on, the user will see the room prompt displayed in color(based on the room type). 5) reformated the screen/window titles to have additional info. 6) Fixed the console so that the ANSII is not displayed there. The user echo will still have ANSII on the console echo... I still have not gotten Citadel fixed for that yet... 7) Reformatted the sysop menus to be more readable 8) changed the confg disply to do a return not a newline for the erase/scans of the room/userlog files. That way errors do not scroll off the screen as quickly. 9) Added some code to reduce the times Citadel sets a directory. If a directory is already set to the one needed, it skips the chdir() call. 10) added an option .ECG to set color room prompts. 11) Changed the .ECD delay to be the delay at the end of the line. A delay of 1 on every character was just too slow. 12) Changed the tenths of milliseconds to milliseconds in the delay. Up to 342.P14: 1) added some extra debug messages in the message processing. 2) changed the delays in the BeNice() function. This could be the delays in the networking.... Not sure. It is the only delay that I see and is only a .5 second delay per call and only called in a couple of places. 3) Readjusted the delay in the .ECD, should be slightly more effective with larger numbers. Note: 3.45 work has started, CONFG and CTDL are compiled and CONFG is almost ready. CTDL will not execute yet, not sure why...