04/07/98 - Both commands SP and SB are now working. - Monitor function can be disabled. Start DxNet with the extension -moff. Example : dxnet -moff - Creating of the directory dxnet\users. This directory contains files in which there is a list of commands you want to execute each time a usern connects the server. DEFAULT.CMD : list of commands by default CALLSIGN.CMD : where CALLSIGN is the callsign (without SSID) for a specific user. List of commands for this user. 06/09/98 - Mail forwarding using PC protocol enabled for incoming messages. 10/09/98 - The file SYSTEM\FORWARD.SYS will contain the bulletin forwarding routes. If you want to, say, forward to F6BEE the recipients ALL, DX, FRPA, QSL, and forward to F6KIF-3 the recipients ALL, DX, QSL, the file FORWARD.SYS will contain the following information : FORWARD.SYS ----------- :F6BEE #Forward to F6BEE >ALL #the recipient ALL >DX #and DX >FRPA #and FRPA >QSL #and QSL END :F6KIF-3 #Forward to F6KIF-3 >ALL #the recipient ALL >DX #and DX >QSL #and QSL END END #End of file - The command FB [callsign] shows the message waiting in the forwarding queue to [callsign]. is optionnal. If you omit it, you'll show the entire forwarding queue. - The command FD <#msg> <@Callsign> dequeues a mail from forwarding queue. - The command FA <#msg> <@Callsign> queues a mail into the forwarding queue. 24/09/98 - The command SET/USERCmd allows users to upload a list of command they want to execute each time they connect to the serveur. This command updates the file USERS\CALLSIGN.CMD where CALLSIGN is the user callsign. - The commands SHow/USERCmd shows the list of these commands. - Implementing of the forward protocol (PAVILLON's one only). A lot of job to implement it - the code certainly not free of bugs ! Please your reports !! The CluLink forwarding protocol will be available soon. - The command FWd [#msg] [@Callsign] starts forwarding mails. [#msg] and [@Callsign] are optional. I suggest you to add this command in SYSTEM\DXTODO.DAT - Clulink forwarding protocol implemented. This is a non compressed, non optimized protocol for now but it should work waiting a better one. *** Don't forget to create the new directories USER and MAIL *************