Changes for v5.03
Click here  for information on upgrading to CNet/5.

NOTE: Your CNet/4 BBSLICENSE will not work with CNet/5. Contact us in IRC or by E-Mail  for a new license.
  1. Changes to the following BBSTEXT line(s):
    	2537:{}
    	2542:{}
    	2543:{}
    	2576:FTN
    	2606:Config
    	2607:General
    	2608:Archivers
    	2609:IMP
    	2610:Cron
    	2611:Mime
    	2612:Edit
    	2613:Users
    	2614:Subboards
    	2615:FTN
    
  2. Reworked the following Control Panel buttons to be popup menu buttons to regain Control Panel real-estate for future Control Panel additions:

  3. Added the capability to re-order mime entries by drag-n-drop.
  4. Added pattern matching to MIME types (using typical AmigaDOS patterns - e.g. where #? matches any string of characters and ? matches a single character). This means that you can now define, for example:
    	Content-type    : #?/#?
    	Encoding        : base64
    	Mail-save method: File-attach
    	Decode cmd      : base 64 decode from %f to %t
    	etc...
    
    With a definition like that above, all or any subset of base64-encoded file-attchment can be handled with a single MIME entry.

    However, what if you wanted the MIME type "text/plain:base64" to be left as body text while all other base64-encoded attachments are processed as file-attaches? Simple.. With the above example already added to your MIME config, add another new MIME type as follows:
    	Content-type    : text/plain
    	Encoding        : base64
    	Mail-save method: Leave as body text
    	etc...
    
    ...and then grab that entry from the bottom of the listview and physically drag it to the top, as CNet MIME decode priorities are top-down.
  5. FTN Config broken out from the larger Config executable and named ConfigFTN. This configuration editor should reside in your CNET: assign.
  6. ConfigFTN's mail routing configuration Listview received implementation of drag-n-drop for route prioritizing. You now simply drag the route entry to the proper list location.
  7. The Insert route button was deprecated and removed as a result of the new drag-n-drop implementation in routing.
  8. Added new Config popup menu button section "FTN"