home *** CD-ROM | disk | FTP | other *** search
/ How to Get Online 1996 Spring / HOW2GON.ISO / mac / Miscellaneous / NET_Mac / version.c(2.3.54) < prev   
Encoding:
Text File  |  1995-07-16  |  88.9 KB  |  1,527 lines  |  [TEXT/KAHL]

  1. /* version control information */
  2. #include "global.h"
  3. #include "config.h"
  4.  
  5. char version[] = "NET/Mac 2.3.54";
  6.  
  7. /*
  8.  * What this application is intended for:
  9.  * ======================================
  10.  * NET/Mac is an application, that has been created for ham-radio operators.
  11.  * It can be used to hook up a Macintosh to the amateur-radio 'packet-radio'
  12.  * wireless network. NET/Mac supports the TCP/IP protocolstack.
  13.  * To use NET/Mac you need:
  14.  * a) a ham-radio license
  15.  * b) a transceiver connected to an antenna
  16.  * c) a TNC that supports the KISS protocol
  17.  * d) a Macintosh 512 or newer
  18.  *
  19.  * History
  20.  * =======
  21.  * The application NET/Mac, was ported (from Phil Karn's NET) to the Mac
  22.  * by Dewayne Hendricks, WA8DZP.
  23.  *
  24.  * This release is based on Dewayne's NET/Mac 2.0 and contains all mods of
  25.  * the newer NET/Mac 2.2. Both NET/Mac 2.0 and 2.2 were released by Dewayne
  26.  * Hendricks and Doug Thom. Since some time I have been making mods (bug-
  27.  * fixes and enhancements) to their NET/Mac, and have always sent them these
  28.  * mods. Now that they are working on a new application, that will support
  29.  * high speed networks and will also support AppleTalk over that network,
  30.  * they have given me permission to distribute their NET/Mac with my mods
  31.  * installed.
  32.  * 
  33.  * I hope you'll like the work I have done so far, and I will try to keep
  34.  * 'upgrading' this application as much as possible. Don't bother Dewayne
  35.  * or Doug in case you have problems or questions. Don't hesitate to call
  36.  * me if any help is needed. I will try to be as helpful as I can. If you
  37.  * want to become member of a 'NET/Mac distributionlist' (I myself prefer
  38.  * internet for sending out newer versions...) then please leave me a note.
  39.  * I may start sending out UpdateMaker documents that will allow you to
  40.  * update NET/Mac to a newer version as soon as one has become available.
  41.  * 
  42.  * I'd like to thank Dewayne and Doug for the sources they gave me to work
  43.  * on and Joe AF2J for already sending me a number of mods.
  44.  * 
  45.  *                                                Adam van Gaalen, PA2AGA.
  46.  *                                                
  47.  * 
  48.  * My mail addresses are:  internet: pa2aga@iag.tno.nl    (for letters only!)
  49.  *                               or: adam@iag.tno.nl      (for files/letters)
  50.  *                       ham tcp/ip: pa2aga@pa2aga
  51.  *                          ham BBS: pa2aga@pi8vnw.#zh2.nld.eu
  52.  */
  53.  
  54.  
  55. /* Modifications I made so far: + = installed some time ago
  56.  *                              # = installed in version #
  57.  *                              #R= installed in Release 2.3.#
  58.  *
  59.  *  File           Modification
  60.  *  ----           ------------
  61. 58  arpcmd.c       Make syntax of error- and usage-messages more consistent
  62. 59                 Make syntax of error- and usage-messages more consistent
  63. 60                 Make syntax of error- and usage-messages more consistent
  64. 73                 Implement fixes for more 'Real-Time processing'
  65. 47R                Show hostnames in ARP console-output 
  66. 48R                Tailor ARP console-output 
  67.  +  arpdump.c      Support 'trace <interface> <bits> [filename]'
  68. 73  arp.c          Implement fixes for more 'Real-Time processing'
  69. 14R                Mods for new AppleTalk drivers,including FastPath/GatorBox support
  70. 50  ax25.c         Taken from V2.2
  71. 78                 Make sure pullup() gets called with the right parametertype
  72. 12R                Add the name of the interface to output of 'ax25 heard' command
  73. 14R                Check the result of the time() function
  74. 16R                Correct #include for unix.h
  75. 47R ax25.h         Some mods for ROSE (as suggested by Joe K5JB)
  76.  +  ax25cmd.c      Tailor 'ax25 heard' output
  77.  +                 Mods for UPLOAD command
  78. 42                 Do flowcontrol for incoming lines and those typed
  79. 31                 Force 'Connected' message to AX.25-window
  80. 46                 Do extended logging
  81. 48                 Incoming sessions draw more attention than incoming mail
  82. 58                 Make syntax of error- and usage-messages more consistent
  83. 59                 Make syntax of error- and usage-messages more consistent
  84. 60                 Save some space by moving some strings to 1 variable
  85. 67                 Cursors should appear only if typing in a window is allowed
  86. 68                 Implement split-windows for TELNET, AX.25 and NET/ROM
  87. 72                 Change code so that it becomes more ANSI-like
  88. 73                 Update ax.25 window when state changes
  89. 73                 Implement fixes for more 'Real-Time processing'
  90. 78                 Update ax.25 window when state changes (1st mod was not enough)
  91. 10R                Force window-updates only if NET/Mac is not suspended
  92. 12R                Add the name of the interface to output of 'ax25 heard' command
  93. 15R                Return resultcode 0 if all was OK
  94. 16R                Correct #include for unix.h
  95. 19R                Mods for correctly displaying the systemprompt
  96. 34R                Print number of ignored bad-header-frames
  97. 44R                Save some space in 'ax heard' output
  98. 48R                Implemented new command 'axtext [<message>]'
  99. 49R                Fixes for 'axtext [<message>]'
  100. 49R                Tailored some error-messages
  101. 49R                Set minimum T2 timer to 250 mSecs. 1000 was too high for 9600 bps
  102.  +  ax25dump.c     Support 'trace <interface> <bits> [filename]'
  103. 52                 Support 'traceonly [all|callsign]'
  104. 78                 Make sure pullup() gets called with the right parametertype
  105. 50  ax25subr.c     Taken from V2.2
  106. 78                 Make sure pullup() gets called with the right parametertype
  107. 29R                Implemented 'ignorebadheaders [on|off]' command
  108. 30R                Some more mods for 'ignorebadheaders [on|off]' command
  109. 33R                Some more mods for 'ignorebadheaders [on|off]' command
  110. 34R                Some more mods for 'ignorebadheaders [on|off]' command
  111. 45R                Enhance the test for bad AX.25 headers
  112.  +  ax_mbx.c       Do not include '.bbs' in from-field of mbox-message
  113.  +                 Fix bug in 'mbox' output
  114. 21                 Enhance test for control-z (for those that send cr + lf)
  115. 38     removed..   Make sure mailfiles are sent 'first in first out'
  116. 46                 Do extended logging
  117. 47                 Retransmit menu when an errormessage was sent out
  118. 58                 Make syntax of error- and usage-messages more consistent
  119. 59                 Make syntax of error- and usage-messages more consistent
  120. 60                 Make syntax of error- and usage-messages more consistent
  121. 73                 Notify users in case their LFADD is ON in their AX25 TNC
  122. 78                 Make sure pullup() gets called with the right parametertype
  123. 14R                Check the result of the time() function
  124. 18R                tmpfile() should  be tmpfile(0) or mbox mail will never be deleted
  125. 27R                Say goodbye when the user issued the B)ye command
  126. 34R                Enhancements for hop-to-hop delivery of reply-mail-files
  127. 47R                Some mods for ROSE (as suggested by Joe K5JB)
  128. 50R callsign.h     Mods for AmSoft CD-ROM
  129. 58  cmdparse.c     Force Usage:-messages to correct window
  130. 22R                Force Usage:-messages to correct window
  131. 26R croft.c        Added some comments to the sourcecode
  132. 44R                Allow a FORCE of a kind-of-illegal IP-number on AppleTalk
  133. 23R files.c        Define the 'universal' temp file and dynamic alias file
  134. 23R                Remove definitions for bm.rc, they're not needed
  135. 32R                Correct strange behaviour of consolecommands pwd, cd and dir
  136. 55  fingcli.c      Log outgoing finger-session
  137. 58                 Make syntax of error- and usage-messages more consistent
  138. 60                 Save some space by moving some strings to 1 variable
  139. 67                 Cursors should appear only if typing in a window is allowed
  140. 68                 Implement split-windows for TELNET, AX.25 and NET/ROM
  141. 21R                Log reason for closing a session in case of networkproblems
  142. 41R                Allow recording of finger-sessions to a file
  143. 44R                Display transmissiontime and -speed at the end of an ftp get/put
  144. 41R finger.h       Allow recording of finger-sessions to a file
  145. 24  fingserv.c     Callsign instead of ip-number in 'being fingered' message
  146. 48                 Incoming sessions draw more attention than incoming mail
  147. 55                 Log closing of finger-session
  148. 65                 Allow any user (username * and password * in ftpusers)
  149. 78                 Make sure pullup() gets called with the right parametertype
  150. 15R                Return resultcode 0 if all was OK
  151. 19R                Mods for correctly displaying the systemprompt
  152. 19R                Finger-files no longer need a .txt extension
  153. 78  ftp.c          Make sure pullup() gets called with the right parametertype
  154. 14R ftp.h          Implemented mods for password blanking
  155. 55  ftpcli.c       Log outgoing ftp-session
  156. 58                 Force Usage:-message to correct window
  157. 58                 Make syntax of error- and usage-messages more consistent
  158. 59                 Don't ring a bell when alerts is set to 0 bells
  159. 59                 Make syntax of error- and usage-messages more consistent
  160. 60                 Make syntax of error- and usage-messages more consistent
  161. 60                 Save some space by moving some strings to 1 variable
  162. 67                 Cursors should appear only if typing in a window is allowed
  163. 68                 Implement split-windows for TELNET, AX.25 and NET/ROM
  164. 73                 Update ftp window when state changes
  165. 10R                Force window-updates only if NET/Mac is not suspended
  166. 14R                Implemented mods for password blanking
  167. 15R                Mods for Password-blanking
  168. 15R                Return resultcode 0 if all was OK
  169. 21R                Log reason for closing a session in case of networkproblems
  170. 41R                Mods to prompt for username and password
  171. 42R                Fix for mods that prompt for username and password
  172. 43R                Fix for mods that prompt for username and password
  173. 78  ftpserv.c      Make sure pullup() gets called with the right parametertype
  174. 82                 Eventually supply 'ftpusers' with the right Icon
  175. 09R                Do the Icon-change based on the new 'netmacicons' command
  176. 14R                Check the result of the time() function
  177. 15R                Return resultcode 0 if all was OK
  178. 19R                FTP-users can no longer do a 'cd' to a file
  179. 23R                For incoming FTP-sessions send out FTEXT1 and FTEXT2
  180. 24R                Fix bug that crashed NET/Mac when receiving a 'cd ..'
  181. 25R                'cd ..' is the same as 'cd ::' now
  182. 28R                FTEXT1 and FTEXT2 will now be output according to the standards
  183. 29R                Shorten the FTP welcome message.. it's nicer now (I hope)...
  184. 48R                Moved some local debug-mods to separate files
  185. 49R                Allow double-quotes in ftpusers-file. Needed for like: "John's HD"
  186. 54R                Some cosmetic mods for netmacicons
  187.  +  heard.h        Tailor 'ax25 heard' output
  188. 12R                Add the name of the interface to output of 'ax25 heard' command
  189. 42R icmp.c         Support 'rdate' command
  190. 43R                Some minor mods for the 'rdate' command
  191. 51R                Allow variable length ping-packets
  192.  +  icmpcmd.c      Add callsign to 'ping' output
  193. 73                 Implement fixes for more 'Real-Time processing'
  194. 19R                Mods for correctly displaying the systemprompt
  195. 19R                Make syntax of error- and usage-messages more consistent
  196. 27R                Allow 'reset' to be the 2nd parameter of a 'ping' command
  197. 42R                Support 'rdate' command
  198. 43R                Some minor mods for the 'rdate' command
  199. 46R                Support 'adjustclock' command
  200. 47R                Minor mod to the 'ping' console output
  201. 51R                Minor mod to the 'ping' console output
  202. 51R                Allow variable length ping-packets
  203. 51R                Minor mod for the 'rdate' command
  204. 52R                Fix a bug in the ping-command, that only shows on a Mac LC
  205. 53R                Add hostname to 'ping' output
  206.  +  icmpdump.c     Support 'trace <interface> <bits> [filename]'
  207. 60  iface.c        Save some space by moving some strings to 1 variable
  208. 72                 Change code so that it becomes more ANSI-like
  209.  +  ipcmd.c        Tailor 'route' output
  210.  +                 Add 'route expanded' command to see callsigns (not IP-#'s)
  211. 50                 Tailor 'ip heard' output. Stolen from V2.2
  212. 57                 Tailor 'route expanded' output
  213. 58                 Make syntax of error- and usage-messages more consistent
  214. 59                 Make syntax of error- and usage-messages more consistent
  215. 60                 Make syntax of error- and usage-messages more consistent
  216. 60                 Save some space by moving some strings to 1 variable
  217. 72                 Change code so that it becomes more ANSI-like
  218. 73                 Implement fixes for more 'Real-Time processing'
  219. 86                 No need for \r before printing \n
  220. 41R                Truncate hostnames that are too long to be printed
  221. 49R                Fix for 'route add default ..'. I hope it works better this way
  222. 49R                Support new command 'route window <hostname>'
  223.  +  ipdump.c       Support 'trace <interface> <bits> [filename]'
  224. 14R                Check the result of the time() function
  225. 63  ipheard.h      Reduce ip-heard space to 22 (was 100)
  226.  +  iproute.c      Mods for reboot-problem
  227. 56                 Make sourcefile easier to read (0l -> 0L)
  228. 44R                Removed some #ifdef's and #endif's
  229. 49R                Support new command 'route window <hostname>'
  230. 73  ip.c           Implement fixes for more 'Real-Time processing'
  231. 78                 Make sure pullup() gets called with the right parametertype
  232. 44R                Let UDP report 'port unreachable'... TRACEROUTE needs that...
  233. 49R ip.h           Support new command 'route window <hostname>'
  234. 52R                Increase routes-buffer for non Mac-512's
  235. 26R kip.h          Some opcodes were defined to be int, changed those to long
  236. 63  kiss.c         Allow like 'param ax0 KISS ON' on KISS-lines
  237. 64                 Allow controlcharacters (^a, ^b etc.) to be sent to a TNC
  238. 64                 Add stuff for Kantronics KPC-4
  239. 66                 Redo of some tricky programming
  240. 86                 Enhance ^<char> to control-character conversion
  241. 86                 No need for \r before printing \n
  242. 64  kpc.c          Add stuff for Kantronics KPC-4 (new sourcefile)
  243. 22R                Prepare source for compilation under Think C 4.0
  244. 78  lapb.c         Make sure pullup() gets called with the right parametertype
  245. 21R                Fix a minor AX.25 protocol error
  246. 22R                Fix a minor AX.25 protocol error
  247. 23R                Fix an error in these 'AX.25 protocol error' mods
  248. 47R                Some mods for ROSE (as suggested by Joe K5JB)
  249. 22R lapb.h         Fix a minor AX.25 protocol error
  250.  +  mac_about.c    Correct #include to make the filename case-insensitive
  251. 00R                Change versionnumber to 2.3.0
  252. 05R                Change copyright notice
  253. 27R                Change copyright notice
  254. 37R                Change copyright notice
  255. 37R                Add info about Text Capture FKEY
  256. 48R                1994 -> 1995
  257. 48R                Replaced 'Text Capture FKEY v2.1' by version 2.3
  258.  +  mac_at.c       Don't '#include trace.h' twice
  259. 59                 Make syntax of error- and usage-messages more consistent
  260. 61                 Make syntax of error- and usage-messages more consistent
  261. 70                 Use new AppleTalk stuff
  262. 78                 Make sure pullup() gets called with the right parametertype
  263. 14R                New AppleTalk drivers,including FastPath/GatorBox support
  264. 14R                Fix bug that drove RIP crazy
  265. 18R                Remove 'applestat' command
  266. 23R                Terminate errormessage with a newline
  267. 30R                A quick and dirty attempt to solve the 'slow AppleTalk' problem
  268. 44R                Inform us about a gateway if one is present indeed
  269. 44R                Allow a FORCE of a kind-of-illegal IP-number on AppleTalk
  270. 50R                ON1XK added a Timer-Task instead of the 'realtime stuff'
  271.  +  mac_at.h       Correct #include to make the filename case-insensitive
  272. 70                 Use new AppleTalk stuff
  273.  +  mac_atdump.c   Correct #include to make the filename case-insensitive
  274.  +                 Support 'trace <interface> <bits> [filename]'
  275. 56                 'at_dump()' is called with 2 parameters, but has only 1
  276. 14R                Implemented some fixes for the new AppleTalk drivers
  277. 73  mac_autoexec   Added code to update the autoexec.net file
  278. 09R                Do the Icon-change based on the new 'netmacicons' command
  279. 11R                Don't update the autoexec.net of a 512K Mac
  280. 23R                Do the Icon-change based on the 'netmacicons' command
  281. 23R                Do some more errorchecking
  282. 23R                Use the 'universal' temp file
  283. 50R                ON1XK added a Timer-Task instead of the 'realtime stuff'
  284. 51R                Fix some typo's in the sourcecode
  285. 52R                Make NET/Mac aware of 'popmail'
  286. 54R                Some cosmetic mods for netmacicons
  287. 21  mac_avail.c    Returns available disk-space in ftp 'dir' command
  288. 40                 Correct free-space info for large disks
  289. 41                 Enhance free-space info for large amounts of free space
  290. 21R                Fix for 512K Macs
  291. 22R                Fix for old 512K Macs
  292. 58  mac_bcncmd.c   Make syntax of error- and usage-messages more consistent
  293. 59                 Make syntax of error- and usage-messages more consistent
  294. 60                 Make syntax of error- and usage-messages more consistent
  295. 60                 Save some space by moving some strings to 1 variable
  296. 72                 Change code so that it becomes more ANSI-like
  297. 73                 Implement fixes for more 'Real-Time processing'
  298. 19R mac_binsubs.c  Fixes for not properly closing MacBinary-files after ftp
  299.  +  mac_callbka.c  Tailor callbook layout (European people don't have zip's)
  300. 14R                Check the result of the time() function
  301. 15R                Updated by WA8DZP for new Buckmaster CD
  302. 16R                Support for encoded international database
  303. 17R                Fix programming error that caused 1-character suffix to fail
  304. 18R                Make sure licenses don't look like expired ones
  305. 18R                The log should read AX25, not TCP/IP
  306. 50R                Mods for AmSoft CD-ROM
  307.  +  mac_callbk.c   Tailor callbook layout (European people don't have zip's)
  308. 14R                Check the result of the time() function
  309. 15R                Updated by WA8DZP for new Buckmaster CD
  310. 16R                Support for encoded international database
  311. 17R                Fix programming error that caused 1-character suffix to fail
  312. 18R                Make sure licenses don't look like expired ones
  313. 18R                Log hostnames, not ip-numbers
  314. 23R                Add the missing linefeed behind the mail-address line
  315. 50R                Mods for AmSoft CD-ROM
  316. 21  mac_files.c    Add info about free disk space to ftp 'dir' command
  317. 59                 Make syntax of error- and usage-messages more consistent
  318. 12R                Fix pathnames for old Mac512
  319. 12R                Show times in UTC when displaying a directory
  320. 19R                Finger-files no longer need a .txt extension
  321. 21R                More fixes for old 512K Macs
  322. 22R                More fixes for old 512K Macs
  323. 23R                More fixes for old 512K Macs
  324. 23R                Remove definitions for bm.rc, they're not needed
  325. 23R mac_files.h    Define the 'universal' temp file and dynamic alias file
  326. 23R                Remove definitions for bm.rc, they're not needed
  327. 77  mac_fopenw.h   Define width of scrollbars
  328. 04R mac_gestalt.c  Prepare sources for Gestalt()
  329. 05R                Assembler code for Gestalt()... Thanks Ivo!
  330. 09R                Gestalt will no longer be compiled in the 512K version
  331. 09R                Fixes for AddResMenu() bug in System 7.1
  332. 10R                Fixes for Mac LC II under System 7.0.1
  333. 30R                Include MacOS- and NET/Mac-versionnumbers in SMTP headers
  334.  +  mac_help.c     Correct #includes to make the filename case-insensitive
  335. 09R                Fixes for AddResMenu() bug in System 7.1
  336. 21R                Force arrow-cursor when the HELP-window is active
  337. 22R                Don't force an arrow-cursor on a Mac512
  338. 36R                Fixes for AddResMenu() bug in System 7.1.1
  339. 41R                Fixes for AddResMenu() bug in System 7.5
  340. 48R                Fixes for AddResMenu() bug in System 7.5.1
  341. 51R                Defaultbuttons are FAT buttons now
  342. 63  mac_io.c       Allow like 'param sl0 ATDT<phonenumber' on slip-lines
  343. 74                 Although 'unsupported', support 38400 bps
  344. 86                 No need for \r before printing \n
  345. 18R                Flush the disk-cache before performing clr_tmpfiles()
  346. 18R                Keep files that could not be deleted in the RemoveIt list
  347. 28R                Prepare sources for support of 4-port serial card
  348. 29R                Allow more than just one Hurdler serial card
  349. 32R                Flush the disk-cache before Q)uit
  350. 32R                Don't send a <RETURN> before the Hayes command: +++
  351. 47R                In case of I/O-errors also display interface-name
  352. 50R                ON1XK added a Timer-Task instead of the 'realtime stuff'
  353. 58  mac_isescmd.c  Make syntax of error- and usage-messages more consistent
  354. 59                 Make syntax of error- and usage-messages more consistent
  355. 60                 Make syntax of error- and usage-messages more consistent
  356. 73                 Implement fixes for more 'Real-Time processing'
  357. 15R                Return resultcode 0 if all was OK
  358. 73  mac_ises.c     Implement fixes for more 'Real-Time processing'
  359. 08R mac_mactype.c  Move Mactypes to a different segment, so we can unload it
  360. 09R                Gestalt will no longer be used in the 512K version
  361. 10R                Fixes for Mac LC II under System 7.0.1 and more
  362. 11R                Don't compile this for an old Mac 512
  363. xxR                Added more machinetypes
  364.  +  mac_misc.c     Mods for UPLOAD command
  365. 30                 Support remote-reboot
  366. 56                 New command: 'rip trace on' (by AF2J)
  367. 60                 Save some space by moving some strings to 1 variable
  368. 62                 Change name 'back_to_console' into 'lastActiveSession'
  369. 67                 Mods for 'SMTP trace' window
  370. 67                 Update 'lastActiveSession' when the user clicks a window
  371. 68                 Implement split-windows for TELNET, AX.25 and NET/ROM
  372. 69                 Mods for split-windows for TELNET, AX.25 and NET/ROM
  373. 83                 Introduce 'User-defined' menu stuff
  374. 86                 Allow \<char> for control-characters in a menu-item
  375. 04R                Enable/disable Custom menu depending on frontwindow
  376. 06R                The 'Custom' menu no longer uses the clipboard
  377. 14R                Check the result of the time() function
  378. 18R                Leave drawing of the MenuBar to mac_toolsevents()
  379. 22R                Translate 2 backslashes in a menu-item into 1 slash
  380. 28R                Disable 'Custom' menu when showing a 'Finger' session
  381. 32R                NET/Mac handles a remote-reboot more gracefully
  382. 41R                Password-protect 'remote <hostname> reset' command
  383. 50R                ON1XK added a Timer-Task instead of the 'realtime stuff'
  384. 51R                When sessions are open at Quit-time, ask Quit-permission
  385. 51R                Defaultbuttons are FAT buttons now
  386. 51R                Enhance the test for open sessions at Quit-time
  387. 60  mac_path.c     Make syntax of error- and usage-messages more consistent
  388. 73                 Make errormessages more helpful
  389. 12R                Fix pathnames for old Mac512
  390. 15R                More fixes for 512K Macs
  391. 17R                Add conditional code for PA3ECP's Mac XL
  392. 18R                Flush the disk-cache before calling clr_tmpfiles()
  393. 20R                More fixes for 512K Macs
  394. 21R                More fixes for 512K Macs
  395. 22R                More fixes for 512K Macs
  396. 23R                More fixes for 512K Macs
  397. 23R                Define the 'universal' temp file and dynamic alias file
  398. 23R                Remove definitions for bm.rc, they're not needed
  399. 29R                Delete temp-files at startup
  400. 50R                ON1XK added a Timer-Task instead of the 'realtime stuff'
  401. 23R mac_perform_at Implement 'perform <command> <HH:MM>' command
  402. 25R                Change the syntax to: 'perform <command> <HH:MM>|+<delay> o|p'
  403. 27R                Add command: 'perform clear', which clears the whole list
  404. 28R                Modify the 'usage' message so that 'perform clear' is included
  405. 28R                Display delay in minutes, not seconds
  406. 28R                Fix for permanent commands with a +<delay>
  407. 35R                New <dayofweek> parameter for 'perform' command
  408. 09R mac_realtime.c New... Draws and updates the statistics window
  409. 15R                Enlarge realtime window
  410. 21R                Fix for values bigger than maximum
  411. 50R                ON1XK added a Timer-Task instead of the 'realtime stuff'
  412. 56  mac_rip.c      New command: 'rip trace on' (by AF2J)
  413. 71                 Fix some dirty sourcelines in rip_recv()
  414. 72                 Make sure windows update properly even when not in front
  415. 73                 Enhance mods of modset 72
  416. 73                 Implement fixes for more 'Real-Time processing'
  417. 78                 Stop sending out faulty RIP-packets
  418. 78                 Solved a bug that made the Mac crash every now and then
  419. 79                 Another bug solved in the RIP-receive code
  420. 80                 Correct a typo, that destroyed RIP-interfaces
  421. 10R                Force window-updates only if NET/Mac is not suspended
  422. 23  mac_ripcmd.c   Tailor 'rip status' output
  423. 56                 New command: 'rip trace on' (by AF2J)
  424. 59                 Make syntax of error- and usage-messages more consistent
  425. 60                 Save some space by moving some strings to 1 variable
  426. 67                 Check RIP window when it is selected by a RIP TRACE command
  427. 67                 Allow the user to define location and size of RIP window
  428. 67                 Cursors should appear only if typing in a window is allowed
  429. 68                 Check for valid hostname in 'rip' commands
  430. 04R                Enable/disable Custom menu depending on frontwindow
  431. 15R                Return resultcode 0 if all was OK
  432. 45  mac_tools.c    If no window is a checked window, go to then console-window
  433. 53                 Fix bug in above mod, that seemed to crash on a Macintosh LC only
  434. 57                 Mod for the RIP Trace window.. check when clicked
  435. 60                 Save some space by moving some strings to 1 variable
  436. 67                 Mods for 'SMTP trace' window
  437. 67     removed..   Update 'lastActiveSession' when the user clicks a window
  438. 69                 Mods for split-windows for TELNET, AX.25 and NET/ROM
  439. 74                 Enable Paste-menu
  440. 77                 Make sure we look at the correct window
  441. 80                 Add a command-G option in the edit-menu
  442. 81                 Make sure SetPort points to the FrontWindow
  443. 82                 Fix SysEnvirons calls
  444. 83                 Introduce 'Settings' menu
  445. 04R                Enable/disable Custom menu depending on frontwindow
  446. 05R                Some more mods to make sure the window we look at is the active one
  447. 09R                Mods for the statistics window
  448. 10R                Force window-updates only if NET/Mac is not suspended
  449. 11R                When used on an old Mac512 assume non-adb keyboard
  450. 13R                Disable 'Help...' menu when HELP is not available
  451. 17R                Before going to the background try to switch to an arrowcursor
  452. 18R                mac_toolsevents() will redraw MenuBar if necessary
  453. 21R                Map option-command G and option-command V for non-ADB keyboards
  454. 28R                Disable 'Custom' menu when showing a 'Finger' session
  455. 31R                Implement recognition of disk-events
  456. 45R                Mac-Tools.c was cleaned up by Ivo ON1XK
  457. 50R                ON1XK added a Timer-Task instead of the 'realtime stuff'
  458. 45R mac_tools.h    Mac-Tools.c was cleaned up by Ivo ON1XK
  459. 42  mac_ttydriv.c  Do flowcontrol for incoming lines and those typed
  460. 56                 Don't allow typing into the RIP Trace Window
  461. 57                 Force ^R type-in to the right window (by AF2J)
  462. 67                 Mods for 'SMTP trace' window
  463. 68                 Implement split-windows for TELNET, AX.25 and NET/ROM
  464. 15R                Mods for Password-blanking
  465. 38R                Add support for 'Text Capture FKEY' for slit-windows
  466. 50  mac_whois.c    Added. This file was taken from the V2.2 release
  467. 80                 Display a watch-cursor when going through host.net
  468. 82                 Slow down the rotating cursor
  469. 07R                Show my picture when people ask who I am
  470. 09R                Eventually supply 'hosts.net' with the right Icon
  471. 09R                Do the Icon-change based on the new 'netmacicons' command
  472. 11R                Never show my face on a 512K Mac
  473. 22R                A lot of people want to know about ON1XK, so...
  474. 24R                Call cursor routines in the right way
  475. 50R                Defaultbuttons are FAT buttons now
  476. 51R                Defaultbuttons are FAT buttons now
  477. 54R                Some cosmetic mods for netmacicons
  478.  +  main.c         Record StartUp time in LOG-file
  479.  +                 Log callsign:socket, not ip-number:socket
  480.  +                 Fix keyboard-locked bug
  481.  +                 Support 'trace <interface> <bits> [filename]'
  482.  +                 Fix doremote()
  483.  +                 Allow list of autoexec.net-commands
  484. 22                 Support 'log <filename> [overwrite]'
  485. 25                 Write complete TRACE command to trace-file (for debugging)
  486. 26                 Put machineType in smtp's share and enjoy message
  487. 28                 Fix small problem in trace (NO trace but STILL a window)
  488. 34                 Add more machinetypes (LC and Classic)
  489. 37                 Add more machinetypes (IIfx and IIsi)
  490. 42                 Allow flowcontrol for incoming lines and those typed
  491. 46                 Do extended logging
  492. 46                 Check parameters of 'flow' command
  493. 47                 Enhance trace-mods; sometimes traceinfo goes to mailfile 
  494. 50                 Add 'whois <callsign | ip-number>' command (from V2.2)
  495. 50                 Add 'hostfile <filename>' command (from V2.2)
  496. 52                 Polish code for obtaining Macintosh type
  497. 52                 Support 'traceonly [all|callsign]'
  498. 53                 Show 'traceonly' values when starting to trace
  499. 58                 Check for valid hostname in 'remote' command
  500. 58                 Force Usage:-message to correct window
  501. 58                 Make syntax of error- and usage-messages more consistent
  502. 59                 Allow 'record|upload <filename> [<sessionnumber>] command
  503. 59                 Make syntax of error- and usage-messages more consistent
  504. 60                 Save some space by moving some strings to 1 variable
  505. 60                 Make syntax of error- and usage-messages more consistent
  506. 61                 Fix  for current session-number and <escape>-key
  507. 62                 Change name 'back_to_console' into 'lastActiveSession'
  508. 64                 Add stuff for Kantronics KPC-4
  509. 65                 Redo of the Mac-type recognition
  510. 65                 New 'prompt' command implemented
  511. 66                 Fix little bug in new 'prompt' command
  512. 66                 Add more machinetypes (Quadra's, PowerBook's, Classic II)
  513. 67                 Allow the user to define location and size of LOG window
  514. 67                 Allow the user to define location and size of CONSOLE window
  515. 67                 Cursors should appear only if typing in a window is allowed
  516. 68                 Implement split-windows for TELNET, AX.25 and NET/ROM
  517. 68                 Check for valid hostname in 'rip' commands
  518. 69                 Fix SysEnvirons call
  519. 71                 Implement 'rtntoses [on|off]' command
  520. 72                 Change code so that it becomes more ANSI-like
  521. 72                 Make sure windows update properly even when not in front
  522. 73                 Slow down updating the tracewindow
  523. 73                 Implement fixes for more 'Real-Time processing'
  524. 74                 Enable Paste-menu
  525. 79                 Make sure routing table is properly preset to NULLROUTE's
  526. 79                 Implement console-commands 'date' and 'time'
  527. 80                 Show a WatchCursor when going through autoexec.net
  528. 80                 Add a command-G option in the edit-menu
  529. 81                 Auto-adjust cursortype when the mouse has been moved
  530. 82                 Balance the speed of the rotating cursor to the speed of the CPU
  531. 83                 Some more cursor mods
  532. 83                 Introduce 'Settings' menu
  533. 83                 Introduce 'User-defined' menu and 'addmenu' command
  534. 84                 Some more cursor mods
  535. 84                 Change 'User-defined' to 'Custom' menu
  536. 84                 Remove some obsolete sourcecode from PasteIfSomethingsThere()
  537. 84                 Improve copying of commands to clipboard
  538. 85                 Replace ' by " in menustrings
  539. 85                 Implement 'source' command (mods by AF2J)
  540. 86                 Put '#$debug on\n' in  char debugOn[]
  541. 86                 Check for invalid menu-string characters
  542. 00R                Make syntax of error- and usage-messages more consistent
  543. 01R                Mods for smtpndays
  544. 02R                Fixes for 'Auto Operator'
  545. 03R                Log 'Auto Operator' actions in the log-file, not the console
  546. 03R                InactiveTimer implemented for sessions, that seem obsolete
  547. 04R                Implement 'title' and change default console-title
  548. 04R                Enable/disable Custom menu depending on frontwindow
  549. 04R                Prepare sources for Gestalt()
  550. 05R                Prepare sources for Gestalt()
  551. 05R                Enable/disable Custom menu depending on frontwindow
  552. 06R                The 'Custom' menu no longer uses the clipboard
  553. 07R                Show inactiveTimer in 't s #' command-output
  554. 08R                Prepare NET/Mac for the newer Macintoshes
  555. 08R                Fix to make x and y parameters of Console command work
  556. 08R                Move Mactypes to a different segment, so we can unload it
  557. 09R                Mods for the statistics window
  558. 09R                Implementation of new 'netmacicons on|off' command
  559. 09R                Fixes for AddResMenu() bug in System 7.1
  560. 10R                Force window-updates only if NET/Mac is not suspended
  561. 10R                Support mail-delivery over AppleShare
  562. 11R                HELP not defined? Tell the user about the HMgr resource
  563. 11R                Enhance syntax-checking for 'appleshare' command
  564. 11R                Fix problem with flashing HELP-balloons
  565. 11R                Don't update the autoexec.net of a 512K Mac
  566. 11R                Tell the user we need at least System 4.1 when no SysEnvirons
  567. 11R                On an old Mac512 don't try to call SysEnvirons()
  568. 12R                Show times in UTC when displaying a directory
  569. 13R                Don't call UnloadSeg() on an old 512K Mac
  570. 13R                Tell a Mac512 user which resources can be deleted
  571. 13R                Check the result of the time() function
  572. 14R                Enhance the CheckClock() routine
  573. 14R                Implemented mods for Serial Line Framing Protocol
  574. 14R                Improve some dirty programming
  575. 14R                Show NET/Mac versionnumber in Consolewindow-title
  576. 14R                Mods for Password-blanking
  577. 15R                Mods for Password-blanking
  578. 15R                Return resultcode 0 if all was OK
  579. 15R                Implemented 'sesscreen [<width>]' command
  580. 16R                'sesscreen [<width>]' is now 'sesscreen [<width> [<length>]]'
  581. 16R                Enhance checking of 'trace <interface> <mode>' command
  582. 16R                Mods to support encoded international database
  583. 16R                Support 'inquire <callsign>' command from console
  584. 17R                Support 'callbookserver <hostname>' command
  585. 18R                Make the System 7.1-MyAddresMenu-message conditional
  586. 18R                Remove 'applestat' command
  587. 19R                Forget about CPU speed in the Macintosh-type printout
  588. 19R                The size of the trace-window can be defined in the trace-command
  589. 19R                Make syntax of error- and usage-messages more consistent
  590. 20R                Tell a Mac512 user which resources can be deleted
  591. 20R                Take care of the Bus Errors that happened in 2.3.19
  592. 21R                Support 'ctext1 [<text>]' and 'ctext2 [<text>]' commands
  593. 21R                When using a non-ADB keyboard command-Q will not Quit NET/Mac
  594. 22R                Hide the I-beam cursor until COPY from the menu is really there
  595. 23R                Enhance checking for obsolete open sessions
  596. 23R                Show '\\' as '/' in the Custom Menu Items
  597. 23R                Implement code for 'perform [<command> <HH:MM> [once|permanent]]'
  598. 23R                New command 'dontalias <user> [<user>] [<user>] ....'
  599. 23R                Support 'ftext1 [<text>]' and 'ftext2 [<text>]' commands
  600. 24R                Call cursor routines in the right way
  601. 25R                Show the time after processing the 'tzone' command
  602. 25R                Allow user to change the 'dontalias' definitions
  603. 26R                The command 'smtpndays <#days>' is now 'smtp ndays <#days>'
  604. 26R                Implemented new command 'softkiss' to enable SoftKiss fixes
  605. 28R                Never change cursors when running in suspended mode
  606. 28R                FTEXT1 and FTEXT2 will now be output according to the standards
  607. 28R                Prepare sources for support of 4-port serial card
  608. 29R                Implemented 'ignorebadheaders [on|off]' command
  609. 30R                Sleep no longer (kind of) freezes the Mac
  610. 31R                Log-messages should end with a <return>, not a <space>
  611. 31R                The log- and callbook-log-file now have a NET/Mac icon
  612. 32R                Prepare for longer Macintosh names (like: PowerBook Duo 270c)
  613. 32R                Output <RETURN><LINEFEED> at end of CTEXT1 and CTEXT2
  614. 32R                The 'tzone' command reads the offset from the Map controlpanel
  615. 32R                The first socket.port is now 1024 (0 - 1023 seem to be reserved)
  616. 33R                The timezone offset is available under System 6 too
  617. 33R                The timezone sometimes was wrong when it was set more than once
  618. 35R                New: 'reboot_on_bad_date' }  These new commands were implemen-
  619. 35R                New: 'sourcewhendone'     }  ted to make it easier to maintain
  620. 35R                New: 'resetsmtpto'        }  an unattended slip-telephone-link
  621. 36R                'sourcewhendone' command incorrectly kept track of linkstatus
  622. 37R                Some more improvements for the 'sourcewhendone' command
  623. 39R                Mods for Power Macintosh models
  624. 40R                Added 'chat' command
  625. 41R                Make sure NET/Mac doesn't leave a watchcursor on the screen
  626. 41R                Password-protect 'remote <hostname> reset' command
  627. 41R                Change double linespace to single space in TRACE-files
  628. 41R                Create new TRACE-files only when the traceflags are nonzero
  629. 41R                Allow recording of finger-sessions to a file
  630. 42R                Support 'rdate' command
  631. 43R                The NET/Mac versionnumber will now be recorded to TRACE-files
  632. 44R                The NET/Mac versionnumber will now be recorded correctly, ;-)
  633. 45R                Mac-Tools.c was cleaned up by Ivo ON1XK
  634. 45R                Enhance the reboot_on_bad_date decision method
  635. 46R                Support 'adjustclock' command
  636. 46R                Support 'fontsize' command
  637. 47R                'ttylink' command = 'chat' command
  638. 47R                'traces' command = 'trace' command, but packets are separated
  639. 47R                Non-ADB-keyboard Macintoshes had 2 active 'Quit' File-menu items
  640. 47R                With 'ignore bad headers' OFF the bad-headers-counter is now zero
  641. 48R                1994 -> 1995
  642. 48R                Fix a bug that causes a bomb when a user selects 'sesscreen 0 0'
  643. 48R                Implemented new command 'axtext [<message>]'
  644. 48R                Implemented new command 'nrtext [<message>]'
  645. 50R                Added support for AmSoft-CD callsign database
  646. 50R                ON1XK added a Timer-Task instead of the 'realtime stuff'
  647. 51R                Some mods for the new 'timer task'
  648. 51R                When sessions are open at Quit-time, ask Quit-permission
  649. 51R                Try to execute 'perform' commands at hh:mm:00 exactly
  650. 52R                Inform the user about performance reduction when TRACE is ON
  651. 52R                Some minor enhancements for a number of commands
  652. 52R                Make NET/Mac aware of 'popmail'
  653. 53R                Some cosmetic mods for popmail
  654. 53R                InactiveTimer implemented for popmailsessions
  655. 54R                'netmacicons' now also defines the icontype of 'source'-files
  656. 54R                Added command 'domainname'
  657. 54R                Added a mailfile-size-limit to the popmail command
  658. 78  mbuf.c         Make sure pullup() gets called with the right parametertype
  659. 16R                New version received from PE1CHL to fix DUP mbuf problem
  660. 34R                Removed old version of mbuf.c
  661. 16R mbuf.h         New version received from PE1CHL to fix DUP mbuf problem
  662. 09R MyAddResMenu.c Fixes for AddResMenu() bug in System 7.1
  663. 11R                Do NOT compile this if HELP is not defined in config.h
  664. 46  netrom.h       Do extended printing of 'netrom rout' command-output
  665.  +  netuser.c      Add conversion-routine for ip-number to callsign
  666. 80                 Show a WatchCursor when going through hosts.net
  667. 82                 Slow down the rotating cursor
  668. 83                 Show a WatchCursor when going through hosts.net
  669. 19R                Ignore comment at the end of hosts.net lines
  670. 24R                Call cursor routines in the right way
  671. 40R                Enhance syntax-checking for 'IP-number'-style parameters
  672. 45R                Speed-up hostname lookups from the hosts.net file
  673. 46R                Speed-up hostname lookups from the hosts.net file
  674. 54R                <hostname>.<domainname> is now the same as <hostname>
  675.  +  netuser.h      Define inet_n2h() and phsocket()
  676. 33  nr3.c          Changed some NET/ROM constants
  677. 46                 Do extended printing of 'netrom rout' command-output
  678. 59                 Make syntax of error- and usage-messages more consistent
  679. 78                 Make sure pullup() gets called with the right parametertype
  680. 30R                Implemented 'ignorebadheaders [on|off]' command
  681. 33R                Fix for 'ignorebadheaders'stuff
  682. 73  nr4subr.c      Implement fixes for more 'Real-Time processing'
  683. 78                 Make sure pullup() gets called with the right parametertype
  684. 73  nr4user.c      Implement fixes for more 'Real-Time processing'
  685. 73  nr4.c          Implement fixes for more 'Real-Time processing'
  686.  +  nr4.h          Fix 'bomb' bug in NET/ROM-sessions
  687.  +  nrcmd.c        Fix 'bomb' bug in NET/ROM-sessions
  688.  +                 NETOM is now NETROM in 'window'-menu
  689.  +                 Mods for UPLOAD command
  690. 42                 Do flowcontrol for incoming lines and those typed
  691. 31                 Force 'Connected' message to NET/ROM-window
  692. 46                 Do extended printing of 'netrom route' command-output
  693. 46                 Do extended logging
  694. 48                 Incoming sessions draw more attention than incoming mail
  695. 58                 Make syntax of error- and usage-messages more consistent
  696. 59                 Make syntax of error- and usage-messages more consistent
  697. 60                 Save some space by moving some strings to 1 variable
  698. 60                 Make syntax of error- and usage-messages more consistent
  699. 64                 Don't allow NET/ROM on non-NET/ROM interfaces
  700. 67                 Cursors should appear only if typing in a window is allowed
  701. 68                 Implement split-windows for TELNET, AX.25 and NET/ROM
  702. 69                 Seconds should be milliseconds in some command-responses
  703. 70                 Use strcpy() all over the place
  704. 72                 Change code so that it becomes more ANSI-like
  705. 73                 Implement fixes for more 'Real-Time processing'
  706. 04R                Enable/disable Custom menu depending on frontwindow
  707. 15R                Return resultcode 0 if all was OK
  708. 19R                Mods for correctly displaying the systemprompt
  709. 23R                'netrom nodefilter' command also shows nodefilter mode
  710. 48R                Implemented new command 'nrtext [<message>]'
  711. 49R                Fixes for 'nrtext [<message>]'
  712. 49R                Redo of one of the subroutines
  713. 78  nrs.c          Make sure pullup() gets called with the right parametertype
  714. 47R                In case of I/O-errors also display interface-name
  715. 78  nrsubr.c       Make sure pullup() gets called with the right parametertype
  716. 42R ping.h         Support 'rdate' command
  717. 51R                Mods for variable-length ping's
  718. 52R popmail.c      Make NET/Mac aware of 'popmail'
  719. 53R                Some cosmetic mods for popmail
  720. 54R                Added a mailfile-size-limit to the popmail command
  721. 50R read_amsoft.c  Support AmSoft CD-ROM
  722. 73  rip.h          Implement fixes for more 'Real-Time processing'
  723.  +  session.c      Mods for UPLOAD command
  724. 36                 Mods for RECORD command
  725. 58                 Try not to expand inactive sessions
  726. 59                 Make syntax of error- and usage-messages more consistent
  727. 59                 Allow 'record|upload <filename> <sessionnumber> command
  728. 59                 Fix 'close'- and 'session'-command for current session
  729. 60                 Save some space by moving some strings to 1 variable
  730. 62                 A <RETURN> switches back to the last session (by AF2J)
  731. 62                 Change name 'back_to_console' into 'lastActiveSession'
  732. 68                 Implement split-windows for TELNET, AX.25 and NET/ROM
  733. 71                 Implement 'rtntoses [on|off]' command
  734. 77                 Redraw window after switching to another one
  735. 04R                Enable/disable Custom menu depending on frontwindow
  736. 14R                Implemented mods for password blanking
  737. 15R                Mods for Password-blanking
  738. 27R                Recording a session should result in a TEXT-file, single-spaced
  739. 28R                Disable 'Custom' menu when showing a 'Finger' session
  740. 38R                Add support for 'Text Capture FKEY' for slit-windows
  741. 39R                OUT windows in a split-window session were sometimes hidden
  742. 54R                Some cosmetic mods for netmacicons
  743. 68  session.h      Implement split-windows for TELNET, AX.25 and NET/ROM
  744. 14R                Implemented mods for password blanking
  745. 41R                Mods to prompt for username and password
  746. 42R                Fix for mods that prompt for username and password
  747. 43R                Fix for mods that prompt for username and password
  748. 44R                Display transmissiontime and -speed at the end of an ftp get/put
  749. 47R slfp.c         In case of I/O-errors also display interface-name
  750. 78  slip.c         Make sure pullup() gets called with the right parametertype
  751. 25R                Fix a problem, that was caused by SoftKiss 1.6
  752. 26R                Fixes for a problem, that was caused by SoftKiss pre1.8
  753. 47R                In case of I/O-errors also display interface-name
  754. 30  smisc.c        Support remote-reboot
  755. 14R                Check the result of the time() function
  756. 15R                Return resultcode 0 if all was OK
  757. 32R                Flush open files at 'remote-reboot'-time
  758. 41R                Password-protect 'remote <hostname> reset' command
  759. 50R                ON1XK added a Timer-Task instead of the 'realtime stuff'
  760.  +  smtpcli.c      Fix SMTP-timer sometimes showing wrong timervalue
  761. 38     removed..   Make sure mailfiles are sent 'first in first out'
  762. 39                 Log ALL outgoing mail
  763. 49                 Also show hostname in some SMTP messages
  764. 58                 Make syntax of error- and usage-messages more consistent
  765. 59                 Make syntax of error- and usage-messages more consistent
  766. 60                 Make syntax of error- and usage-messages more consistent
  767. 67                 Mods for 'SMTP trace' window
  768. 67                 Allow the user to define location and size of SMTP window
  769. 67                 Cursors should appear only if typing in a window is allowed
  770. 72                 Make sure windows update properly even when not in front
  771. 73                 Implement fixes for more 'Real-Time processing'
  772. 78                 Make sure pullup() gets called with the right parametertype
  773. 01R                Mods for smtpndays
  774. 02R                Mods for smtpndays
  775. 04R                Enable/disable Custom menu depending on frontwindow
  776. 10R                Force window-updates only if NET/Mac is not suspended
  777. 12R                Fix pathnames for old Mac512
  778. 14R                Check the result of the time() function
  779. 15R                Return resultcode 0 if all was OK
  780. 18R                fflush() SMTPXXXXX tempfiles and disk-cache after fclose()
  781. 21R                If mail can't be delivered, report the name of the destination
  782. 23R                Make sure 'smtp timer 0' stops smtp timer until further notice
  783. 26R                Introduce 'smtp vm' command to cure the SMTP problem in IBM's VM
  784. 26R                The command 'smtpndays [<#days>]' is now 'smtp ndays [<#days>]'
  785. 32R                Implemented 'smtp multi' command
  786. 33R                'smtp ndays 0' now disables checking for the age of a mailfile
  787. 34R                Enhancements for hop-to-hop delivery of reply-mail-files
  788. 40R                Make sure mailaddresses look like: ...%...%...%...%...@...
  789. 51R                Make sure expired smtp-timers restart at 0
  790. 26  smtpserv.c     Put machineType in smtp's share and enjoy message
  791. 38                 Make sure mailfiles are sent 'first in first out'
  792. 48                 Incoming sessions draw more attention than incoming mail
  793. 54                 Try to optimize outgoing mail as much as possible
  794. 56                 Fix typo, that accidently terminated an IF-statement
  795. 65                 Remove any existing controlcharacters in <user@.....>
  796. 66                 Increase size of ourname[] for longer Macintosh names
  797. 78                 Make sure pullup() gets called with the right parametertype
  798. 80                 Show a WatchCursor when mailing files
  799. 01R                Mods for smtpndays
  800. 02R                Allow only 1 incoming SMTP from a given host, kill the others
  801. 08R                Prepare for longer Macintosh names (like: PowerBook DUO 230)
  802. 09R                Eventually supply 'alias' with the right Icon
  803. 09R                Do the Icon-change based on the new 'netmacicons' command
  804. 10R                Support mail-delivery over AppleShare
  805. 12R                Fix pathnames for old Mac512
  806. 13R                Don't report failing AppleShare mail-delivery
  807. 14R                Check the result of the time() function
  808. 15R                Return resultcode 0 if all was OK
  809. 18R                fflush() SMTPXXXXX tempfiles and disk-cache after fclose()
  810. 19R                Mods for correctly displaying the systemprompt
  811. 22R                Undeliverable mail should be returned hop-to-hop
  812. 23R                New command 'dontalias <user> [<user>] [<user>] ....'
  813. 24R                Call cursor routines in the right way
  814. 25R                Don't dynamically alias 'mailer-daemon'
  815. 26R                Assign 0L instead of 0 to long int variable 'sequence'
  816. 27R                In case we cannot get sequence.seq... delay and try again
  817. 27R                Don't generate duplicate callsigns for hop-to-hop addressing
  818. 29R                Make sure the universal temp-file has a NET/Mac Icon
  819. 30R                Include MacOS- and NET/Mac-versionnumbers in SMTP headers
  820. 30R                Sleep no longer (kind of) freezes the Mac
  821. 31R                AppleShare delivery now also changes the From: address
  822. 31R                Bugfixes for 'dontalias' command
  823. 32R                Prepare for longer Macintosh names (like: PowerBook Duo 270c)
  824. 32R                Implemented 'smtp multi' command
  825. 34R                Enhancements for outgoing-mail-optimizer
  826. 34R                Enhancements for hop-to-hop delivery of reply-mail-files
  827. 35R                Improved the generation of dynamic aliases
  828. 37R                Some conditional mods for my own private internet-link
  829. 39R                Improved the generation of From addresses for hop-to-hop
  830. 39R                Mods for Power Macintosh models
  831. 40R                Improved the generation of From addresses for hop-to-hop
  832. 45R                Let the watchcursor spin while copying mail-files
  833. 45R                In case of problems send a more explaining message to the screen
  834. 47R                Mods to fix an appleshare-mail-delivery problem
  835. 48R                Moved some local debug-mods to separate files
  836. 51R                Mods to fix a mail-delivery problem
  837. 54R                Some cosmetic mods for netmacicons
  838. 54R                <hostname>.<domainname> is now the same as <hostname>
  839. 35  smtp.h         Prevent from crashing when long SMTP lines come in
  840. 38                 Fix for mailfiles that have 8 character long names
  841. 01R                Mods for smtpndays
  842. 13R                Forget about the stupid MS/DOS 8 character filenames
  843. 21R                If mail can't be delivered, report the name of the destination
  844. 27  tcp.h          Implement new 'max_retry_timer' (tcp mrtt [milliseconds])
  845. 03R                Mods for inactiveTimer
  846. 48R                'tcp mss' is now 216 by default
  847. 48R                'tcp window' is now 432 by default
  848.  +  tcpcmd.c       Show callsign:socket in 't s' command
  849. 20                 Show control-block numbers in 't s' command
  850. 20                 Allow 'tcp <type> <block-number>' commands
  851. 27                 Implement new 'max_retry_timer' (tcp mrtt [milliseconds])
  852. 57                 Enhance 'tcp irtt' command to show cashed stuff
  853. 58                 Make syntax of error- and usage-messages more consistent
  854. 59                 Make syntax of error- and usage-messages more consistent
  855. 68                 Don't reset a 'Closed' session because this will crash NET/Mac
  856. 70                 Implement 'tcp active' command (suppressed 'tcp status')
  857. 70                 Implement 'tcp extended' command (extended 'tcp active')
  858. 73                 Implement fixes for more 'Real-Time processing'
  859. 07R                Show inactiveTimer in 't s #' command-output
  860. 41R                Truncate hostnames that are too long to be printed
  861. 43R                Align the output of 't s' for large-memory Macintoshes
  862. 45R                Don't accept 'tcp reset' commands for sockets in 'Listen' state
  863.  +  tcpdump.c      Support 'trace <interface> <bits> [filename]'
  864. 57  tcpin.c        Implement cashing of rtt settings (by AF2J)
  865. 73                 Implement fixes for more 'Real-Time processing'
  866. 78                 Make sure pullup() gets called with the right parametertype
  867. 33R                Some more 'enhancements' for q-and-d AppleTalk-fix
  868. 35R                Some more 'enhancements' for q-and-d AppleTalk-fix
  869. 53R                InactiveTimer implemented for popmailsessions
  870. 50  tcpip.π.rsrc   Taken from V2.2
  871.  +                 HELP-info added/changed over various releases of NET/Mac
  872. 80                 Added 'rotating cursor'
  873. 27  tcpout.c       Implement new 'max_retry_timer' (tcp mrtt [milliseconds])
  874. 44                 Make sure counters remain positive
  875. 73                 Implement fixes for more 'Real-Time processing'
  876. 82                 Try to keep the retry-timers AT LEAST 5 seconds
  877. 27  tcpsubr.c      Implement new 'max_retry_timer' (tcp mrtt [milliseconds])
  878. 57                 Implement cashing of rtt settings (by AF2J)
  879. 73                 Implement fixes for more 'Real-Time processing'
  880. 03R                Mods for inactiveTimer
  881. 32  tcptimer.c     Make sure counters remain positive
  882. 01R                Mods for smtpndays
  883. 02R                Mods for smtpndays
  884. 23R                Enhance checking for obsolete open sessions
  885. 78  tcpuser.c      Make sure pullup() gets called with the right parametertype
  886. 30R                A quick and dirty attempt to solve the 'slow AppleTalk' problem
  887. 31R                Bugfixes for q-and-d fix
  888. 32R                Some more 'enhancements' for q-and-d fix
  889. 35R                Some more 'enhancements' for q-and-d fix
  890. 49R                Support new command 'route window <hostname>'
  891. 50R                ON1XK added a Timer-Task instead of the 'realtime stuff'
  892. 57  tcp_rtt.c      New sourcefile for cashing of rtt settings (by AF2J)
  893.  +  telnet.c       Mods for UPLOAD command
  894. 25                 Force incoming data to the right window
  895. 29                 Close <session> doesn't crash a Mac with minimum system
  896. 42                 Do flowcontrol for incoming lines and those typed
  897. 51                 Force state-changes to the right window
  898. 68                 Implement split-windows for TELNET, AX.25 and NET/ROM
  899. 55                 Log outgoing telnet-session
  900. 60                 Save some space by moving some strings to 1 variable
  901. 67                 Cursors should appear only if typing in a window is allowed
  902. 78                 Make sure pullup() gets called with the right parametertype
  903. 14R                Don't send incoming null-characters to the TELNET-session-window
  904. 21R                Log reason for closing a session in case of networkproblems
  905. 52R                Make NET/Mac aware of 'popmail'
  906. 53R                Some cosmetic mods for popmail
  907.  +  timer.c        Mods for reboot-problem
  908. 49                 If smtp timer > 3276 (*10 mSec) no smtp kick occurred
  909. 73                 Implement fixes for more 'Real-Time processing'
  910. 74                 Add some conditional debugging code
  911. 09R                Mods for the statistics window
  912. 14R                Check the result of the time() function
  913. 22R                Don't allow msPTick > 1000 or 'division by zero' may occur
  914. 50R                ON1XK added a Timer-Task instead of the 'realtime stuff'
  915. 52R                Just some minor mods to trace a timer-hung problem
  916. 73  timer.h        Implement fixes for more 'Real-Time processing'
  917. 52R                Just some minor mods to trace a timer-hung problem
  918.  +  tnserv.c       Display callsign not ip-number on incoming telnet-session
  919. 48                 Incoming sessions draw more attention than incoming mail
  920. 60                 Save some space by moving some strings to 1 variable
  921. 67                 Cursors should appear only if typing in a window is allowed
  922. 68                 Implement split-windows for TELNET, AX.25 and NET/ROM
  923. 04R                Enable/disable Custom menu depending on frontwindow
  924. 15R                Return resultcode 0 if all was OK
  925. 19R                Mods for correctly displaying the systemprompt
  926. 21R                For incoming TELNET-sessions send out CTEXT1 and CTEXT2 
  927. 22R                Limit the number of TELNET sockets and keep track of those
  928. 32R                Output <RETURN><LINEFEED> at end of CTEXT1 and CTEXT2
  929.  +  trace.c        Support 'trace <interface> <bits> [filename]'
  930. 46                 Show date and time while tracing
  931. 52                 Support 'traceonly [all|callsign]'
  932. 53                 Mod for trace <interface> 111 (211 was OK)
  933. 78                 Make sure pullup() gets called with the right parametertype
  934. 14R                Check the result of the time() function
  935. 41R                Change double linespace to single space in TRACE-files
  936. 42R                Fix error in TRACE-output, introduced in 2.3.41
  937. 14R trace.h        Implemented mods for Serial Line Framing Protocol
  938. 78  udp.c          Make sure pullup() gets called with the right parametertype
  939. 82                 Fix sporadic odd address errors
  940. 14R                Make sure udp.c uses iface.h
  941. 44R                Let UDP report 'port unreachable'... TRACEROUTE needs that...
  942.  +  udpdump.c      Support 'trace <interface> <bits> [filename]'
  943.  
  944. 76  Lots of files  Installation of conditional sourcecode-compilation
  945.                    and removal of non-Mac sources
  946. 12R                Mods for MFS-only Macintoshes
  947. 14R                Mods for MFS-only Macintoshes
  948. 15R                Mods for MFS-only Macintoshes
  949. 15R                Return error-code 0 if all was OK
  950. 30R                Removed some #ifdef's and #endif's
  951. 46R                Support 'fontsize' command
  952. 47R                Some mods for ROSE and low-level AX.25 as suggested by K5JB
  953.  
  954. Priority
  955.    1    (known bugs)   none
  956.    2                   Scrollable windows... Will be very hard to implement...
  957.    2                   Support for lzw compression (smtp)
  958.    2                   Domain nameserver (won't be easy to implement either...)
  959.    2                   Control-X should terminate a C)hat; back to the mbox
  960.    3                   Support for lzw compression (ftp)
  961.    3    NET/ROM        Support NET/ROM connections over AppleTalk links
  962.    3    AX.25          Support AX.25 connections over AppleTalk links
  963.    3    FTP            Support type ahead of commands
  964.    4    UPLOAD         Fix NET/ROM uploads
  965.    5    SMTP           Allow mailforwarding to RLI/MBS-boxes
  966.  
  967.    ?                   Support for encapsulated packets for gateways
  968.  */
  969.  
  970.  /*
  971.  
  972.  About some new things and new (or changed) commands and how to use those:
  973.  
  974.  
  975.  UPLOAD and RECORD: Switch from the AX.25- or TELNET window to the console
  976.  window and type 'UPLOAD <filename>' or 'RECORD <filename>'. So make sure
  977.  you go from the window for which the UPLOAD/RECORD is intended DIRECTLY
  978.  to the console window, otherwise you'll get an errormessage.
  979.  In NET/Mac(58) and higher versions you may also use the format:
  980.  upload <filename> [<session>]  and  record <filename> [<session>|off]
  981.  
  982.  
  983.  ROUTE EXPANDED: Displays the routing table like the ROUTE command does,
  984.  but IP-numbers will be translated into hostnames. This may take some time
  985.  because the hostnames have to be looked up in the HOSTS.NET file.
  986.  I suggest you just use this form when you have a RAM-cache enabled in
  987.  your controlpanel. Oh... you cannot type a shortcut for EXPANDED, so
  988.  'ro e' will not work. This is just to prevent one from accidently typing
  989.  this command.
  990.  
  991.  
  992.  TCP MRTT [<milliseconds>]: You may use this new command to set a Maximum
  993.  ReTry Timer. The default time is 3600 seconds (3600000), which means
  994.  that when a link has gone down, or has gone bad, there will be a retry
  995.  at least once every hour. This timer was created so that the retry-
  996.  timer doesn't go up too high. Don't set this timer to a (too) low value,
  997.  because you may introduce a lot of retries for a down link, which means
  998.  a lot of unnecessary traffic on the frequency. This MRTT is valid for
  999.  ALL open connections. I suggest you DON'T set it to a value lower than
  1000.  900000 (900 seconds) or so.
  1001.  
  1002.  
  1003.  #$debug on: You may choose to list the commands in the autoexec.net-file
  1004.  when they are being executed. This is very handy to trace errors in the
  1005.  startup-file. NET/Mac will start showing the commands when it discovers
  1006.  a line containing   #$debug on   in the autoexec.net file.
  1007.  
  1008.  
  1009.  FLOW [ON|OFF]: Enable or disable 'flow-control' for TELNET-, NET/ROM-
  1010.  and AX.25-sessions. With flowcontrol ON an incoming line will not be
  1011.  written to the screen as long as you are in the middle of typing a line
  1012.  for the remote station. Incoming data will be displayed as soon as you
  1013.  hit the <RETURN> key. So far flowcontrol is not perfect, but I think it
  1014.  is a lot better than it used to be. Anyway, it works fine, as long as
  1015.  you don't type HALF a line in one session, and then switch to another and
  1016.  do some typing there, and then switch back and so on. If you simply type
  1017.  a COMPLETE line at a time it's OK.
  1018.  
  1019.  
  1020.  ALERTS [<number>]: Sets the number of bell-strikes for incoming sessions.
  1021.  <number> may be a number from 0 to 5. When <number> is 0, no bell will 
  1022.  sound for incoming sessions or incoming mail. When <number> is bigger than
  1023.  0 incoming mail will sound 1 bell (like it used to be), but incoming
  1024.  live sessions like TELNET-, AX.25- and NET/ROM-sessions will sound as
  1025.  many bells as defined in the ALERTS command. This command was created so
  1026.  incoming sessions may draw more attention than incoming mail- or finger-
  1027.  sessions.
  1028.  
  1029.  
  1030.  At startup the program prints out a line containing the Macintoshtype and
  1031.  two type-numbers. If it says 'Macintosh Computer', then please inform me
  1032.  about the type of Macintosh you are running NET/Mac on (like Plus, SE etc.)
  1033.  and the typenumbers it printed, so that I can add the Macintoshtype you
  1034.  are using. So far it should recognize most of the Macintoshes.
  1035.  Note that a Mac-XL running a Mac Plus emulator, or a 512Ke with a SCSI-
  1036.  interface and/or 1 MByte of memory (or more), are considered to be a Plus!
  1037.  
  1038.  
  1039.  TRACEONLY [ALL|CALLSIGN] allows you to only expand packets to or from a
  1040.  given station (doesn't work for AppleTalk-tracing). This 'option' was
  1041.  installed because sometimes, on a very busy channel, it used to be close
  1042.  to impossible to return from the trace-window to the console-window (in
  1043.  order to switch tracing off).
  1044.  
  1045.  
  1046.  OUTGOING-MAIL-OPTIMIZER: NET/Mac(54) and higher versions contain an
  1047.  'outgoing-mail-optimizer'. It performs the following task:
  1048.  Suppose someone sends me (pa2aga) ONE mail for a number of hams, like:
  1049.  To: pe0mar@pa2aga pa0aax@pa2aga pa0gln@pa2aga on1xk@pa2aga
  1050.  Now, what used to happen is the following:
  1051.  Using the alias-file of pa2aga, mail would be re-queued to:
  1052.  pe0mar@pi8hvh pa0aax@pi8hvh pa0gln@pi8mac on1xk@pi8hvh
  1053.  4 files in total, of which 3 would be sent (one after another) to pi8hvh.
  1054.  I always thought this was a waste of bandwidth, so...
  1055.  My optimizer does the trick now, NET/Mac takes care of it all!
  1056.  It will send one file to pi8mac and ONE file to pi8hvh!
  1057.  
  1058.  
  1059.  RIP TRACE [ON|OFF]: Allows you to trace RIP-activity in a RIP-dedicated
  1060.  Window. These mods came from Joe AF2J (thanks Joe!). Note that when A LOT
  1061.  of routes get added through the RIP-mechanism, the RIP-trace-window may
  1062.  slow down NET/Mac for a while, because (like ROUTE EXPANDED) all IP-numbers
  1063.  will get translated to hostnames before the messages in the RIP-trace window
  1064.  are displayed. This may require some (a lot) of disk-accesses when the file
  1065.  'hosts.net' is not in a RAM-cache. I suggest you turn on the RIP TRACE when
  1066.  indeed you want to trace the RIP-stuff, otherwise turn RIP TRACE OFF.
  1067.  
  1068.  
  1069.  We have experienced some outgoing CHECKSUM ERRORs on both AppleTalk and
  1070.  TNC links. This problem causes AppleTalk links to become very  S L O W.
  1071.  To minimize this problem I have set both TCP MSS and TCP WINDOW to 216 so
  1072.  that there will never be more than 1 frame at a time going out over the
  1073.  AppleTalk link. This seems to have reduced it by 95%. Unfortunately MSS
  1074.  and WINDOW are being used for all tcp-connections, so setting both of them
  1075.  to the same value also limits the possibilities on the TNC-link, but as
  1076.  far as I've noticed here that doesn't really hurt. PE1CHL told me that the
  1077.  CHECKSUM ERROR problem also exists in his NET.PE1CHL, and that he is not
  1078.  going to solve it. He believes that it has been solved in NOS.
  1079.  
  1080.  
  1081.  For SLIP-lines you may now issue modemcommands like ATDT in a 'param'
  1082.  command. The format of the command is: param <interface> <modemcommand>
  1083.  Examples:  param sl0 ATDT031174942153 
  1084.             param sl0 +++
  1085.  Note: Only 1 string is sent to the modem.
  1086.        A <space> or <return> terminates the string.
  1087.  
  1088.  
  1089.  For KISS-lines you may now issue TNC-commands like KISS ON in a 'param'
  1090.  command. The format of the command is: param <interface> <TNC-command>
  1091.  Example:  param ax0 KISS ON
  1092.  Note: A <return> terminates the string.
  1093.  
  1094.  
  1095.  A new feature in NET/Mac(65) and higher is the 'anonymous anonymous' user.
  1096.  You can allow any user to log in by defining username * and password * in
  1097.  the ftpusers-file. When NET/Mac goes through the list of validated users,
  1098.  and it encounters a username *, then the search is terminated and the user
  1099.  is granted access to the system. You should put this line at the very end
  1100.  of ftpusers! You may also choose to remove any 'guest' or 'anonymous'
  1101.  user from the ftpusers-file, since * could cover all of those.
  1102.  
  1103.  
  1104.  Also new in version 65 is the 'prompt' command, which enables you to
  1105.  change the default 'net>' prompt.
  1106.  
  1107.  
  1108.  Version 67 and higher allow the user to define the location and size
  1109.  of the Trace-, RIP Trace-, LOG-, SMTP Trace- and CONSOLE-windows. If you
  1110.  haven't changed the commands that generate these windows, the windows will
  1111.  simply be like they used to be. If you want to change the size or location
  1112.  of a given window, simply add 4 numbers to the command, that creates it.
  1113.  (e.g.: log :spool:logs:log x y r c)
  1114.  The 4 numbers are: x and y: the coordinates of the upper left corner
  1115.                              default is 0 0
  1116.                     r      : number of rows (lines) in the window
  1117.                              default is 24 (on a 9" screen)
  1118.                     c      : number of columns (characters) per line
  1119.                              default is 80 (on a 9" screen)
  1120.                              
  1121.  Since the TRACE-command has an optional filename as the last parameter,
  1122.  it is required to use all 4 parameters (x y r c) for the windowsize or
  1123.  NON of those. The optional filename remains the LAST parameter.
  1124.  
  1125.  To change the location and size of the console-window a new command
  1126.  'console [x y r c]' was introduced.
  1127.  
  1128.  I myself use on a 9" screen:
  1129.  rip trace on 0 0 24 72
  1130.  smtp trace 2 0 19 17 80
  1131.  log :spool:logs:log overwrite 0 0 24 71
  1132.  console 0 0 13 80
  1133.  
  1134.  Example for 13" screen:
  1135.  rip trace on 0 0 24 80
  1136.  log :spool:logs:log overwrite 0 310 3 80
  1137.  smtp trace 2 0 374 3 80
  1138.  console 0 0 24 80
  1139.  
  1140.  Starting up NET/Mac with   #$debug on   may be pretty slow, especially
  1141.  when you have a large screen (let's say > 12"). If you want to speed up
  1142.  processing of the autoexec.net file you can first reduce the size of the
  1143.  console-window.
  1144.  On PA0GLN's Mac LC with 13" color-screen the startup took 24 seconds.
  1145.  He then installed the following line as the first line of his autoexec.net:
  1146.  console 0 0 10 80
  1147.  
  1148.  At the end of his autoexec.net he selected the screen as suggested above.
  1149.  Startup then took only 15 seconds.
  1150.  
  1151.  
  1152.  FLOW [ON|OFF] now also controls the kind of screen you will get when an
  1153.  AX.25-, NET/ROM- or TELNET-session is started. With FLOW OFF you will now
  1154.  get a split-screen, with an incoming and an outgoing window. When FLOW
  1155.  is ON, you will get one window in which both the incoming and outgoing
  1156.  data will be displayed.
  1157.  
  1158.  
  1159.  KPC-4 TNC: When a kpc-4 is attached, an "a" or "b" is added to <label>
  1160.  and is used in place of <interface> in all autoexec.net (and live) commands.
  1161.  So, when you do  'attach kpc4 1 a ax25 kp0 2048 576 4800'  your <interface>'s
  1162.  will be kp0a and kp0b.
  1163.  
  1164.  
  1165.  RTNTOSES [ON|OFF] allows you to enable/disable a mode in which typing
  1166.  a single <RETURN> in the console-window will/won't bring you back to
  1167.  the active session. Default is ON.
  1168.  
  1169.  
  1170.  REALTIME [ON|OFF] was implemented because I discovered, that timers
  1171.  appeared to be only relative values. When the Mac is busy running more
  1172.  than just NET/Mac, sometimes my timers (like SMTP TIMER, retry-timers
  1173.  etc.) look like actual values, but in many cases the real value was 1.5 to
  1174.  3 times higher than the ones shown by various commands. I always wondered
  1175.  why a ping with a delay of 900 seconds only got handled about twice an hour....
  1176.  When you switch on REALTIME, NET/Mac will try to investigate how busy the
  1177.  Mac is, and how little time NET/Mac gets from the system. By doing so and
  1178.  adjusting the timervalues these become more realistic. NET/Mac will average
  1179.  the values it found over some time. When you type REALTIME, it will show
  1180.  you the value it has calculated. The program usually uses the value 100,
  1181.  so if REALTIME shows 200 mSec per tick, this means, that all timers and
  1182.  counters are twice as long as you would expect. Also look at SMTP TIMER
  1183.  some time after switching on REALTIME, and you will see a more accurate
  1184.  value of the timer there.
  1185.  When you quit NET/Mac by using the 'exit' command, NET/Mac will put the
  1186.  average tick-value of the last NET/Mac-run at the beginning of your
  1187.  autoexec.net, so that it will automatically start up using this value when
  1188.  you activate NET/Mac the next time.
  1189.  
  1190.  !!!  The REALTIME command, described above, is no longer supported  !!!
  1191.  !!!  Instead of this command ON1XK implemented a timer-task, which  !!!
  1192.  !!!  forces the clock to tick at exactly 100 millisecond intervals. !!!
  1193.  !!!  This timer task may not work (at all) on a Mac 128 or 512, or  !!!
  1194.  !!!  when using pre 6.0.4 versions of the Mac Operating System...   !!!
  1195.  !!!  If this causes you problems, then I can send you a version of  !!!
  1196.  !!!  NET/Mac that does NOT use the timertask, but has built in sup- !!!
  1197.  !!!  port for the REALTIME command instead... Just let me know...   !!!
  1198.  
  1199.  
  1200.  CMDTOCLIPB [ON|OFF] appears to be handy when you want to have a possibility
  1201.  to redo the last command. This new command allows you to copy each and every
  1202.  command to the clipboard, so that you can 'retype' the command by simply
  1203.  pressing command-G (Do Again). It's a lot more comfortable to type (a lot of)
  1204.  command-G's than to type like 't s 5f873c' a number of times, just to monitor
  1205.  a given session. Command-V acts just like command-G, but the command will not
  1206.  really be executed, so that you can edit the command if you like.
  1207.  
  1208.  
  1209.  RIP really works in version 80 (and higher)!
  1210.  
  1211.  
  1212.  ADDMENU <string> allows you to enter commands from the menubar. Look at the
  1213.  HELP info for ADDMENU for more info.
  1214.  
  1215.  
  1216.  SOURCE <filename> allows you to split up the autoexec.net file into a number
  1217.  of smaller files, each performing a specific task, like 1 file for 'route add'
  1218.  commands, 1 file for 'arp add' commands etc... Also you may choose to group
  1219.  together a number of NET/Mac commands, that can be activated later from the
  1220.  'Custom' menu. See also the NET/Mac HELP-windows for 'addmenu' and 'source'.
  1221.  
  1222.  
  1223.  SMTP NDAYS <number> will make sure, that SMTP-files that have been inside your
  1224.  Macintosh (and could not be delivered) for more than <number> days, will get
  1225.  returned to the sender. The default value for <number> is 365 (days), but I
  1226.  think you should set it to some value of between 10 and 30. Mail-files are
  1227.  being checked against this <number> when they are queued for transmission.
  1228.  When NET/Mac stays on for very long without being restarted, this could mean,
  1229.  that there may be a session, waiting in SYN SENT mode for the destination to
  1230.  show up, for as long as NET/Mac is running. This would mean, that the outgoing
  1231.  mail to that (unreachable?) destination will only get queued when SMTP kicks
  1232.  for the first time, and never after. Therefore I implemented a mod, which makes
  1233.  sure that outgoing SMTP-sessions that reach retry-timer 128 (see 'tcp status')
  1234.  will get requeued again.
  1235.  Also outgoing SMTP-sessions that wait for a command from the destinationhost
  1236.  and seem to be 'forgotten' by that host will be reset after about 2 hours.
  1237.  
  1238.  
  1239.  TITLE <new consolewindow title> allows you to change the default title of the
  1240.  console-window (which now defaults to 'hostname') to any title you like.
  1241.  
  1242.  
  1243.  Sometimes it seems hard to disconnect a simple AX.25 connection by just typing
  1244.  a disconnect command... Instead of typing disconnect commands over and over,
  1245.  you should try the following: type: ax25 status
  1246.                       and then type: ax25 reset <'&AXB'-address>
  1247.  
  1248.  You should ONLY use these commands, when the state of the connection is (and
  1249.  remains) 'Conn pending', otherwise the remote-station will never know, that
  1250.  you have dropped the connection. 
  1251.  
  1252.  
  1253.  SLEEP <seconds> was added to allow users to put NET/Mac to sleep for some time.
  1254.  Sometimes this seems to be necessary after sending a command (like RESET) to a
  1255.  TNC. During the sleep period, which may last between 1 and 60 seconds, NET/Mac
  1256.  will not service any ports.
  1257.  
  1258.  
  1259.  NETMACICONS [ON|OFF] allows you to control the type of Icon that the NET/Mac
  1260.  configurationfiles will have. When switched to ON, files like 'ftpusers',
  1261.  'alias', 'hosts.net' and 'autoexec.net' will eventually get a NET/Mac-like Icon.
  1262.  Some users did not like this because they would like to see TeachText or some
  1263.  other file-editor launched (instead of NET/Mac) whenever they double-click on
  1264.  the very file. When you decide to change the creator of the file to the NET/Mac
  1265.  application, the filetype will still remain TEXT, so that any editor will be
  1266.  able to edit the file. I myself changed the Icons to NET/Mac-like Icons, because
  1267.  I feel these files are really NET/Mac configuration files, and therefore should
  1268.  look like NET/Mac-documents. The default for NETMACICONS is ON.
  1269.  
  1270.  
  1271.  System 7.1 has a bug in AddResMenu() that messes up the HELP-window. NET/Mac
  1272.  now has it's own MyAddResMenu() to fix that. NET/Mac will check if it is running
  1273.  under 7.1 and if so it uses it's own routines, otherwise the system's AddResMenu
  1274.  will be used.
  1275.  
  1276.  
  1277.  Under the 'Settings' menu a new item '...View Statistics' was installed.
  1278.  This allows you to display a window, in which the realtime statistics are shown.
  1279.  For some reason I don't understand yet, background tasks will slow down a lot
  1280.  when this window is up, and therefore it 'self-destructs' in 15 seconds. I am
  1281.  still looking for the cause of this and will try to solve the problem as soon as
  1282.  possible.
  1283.  
  1284.  
  1285.  APPLESHARE [<HOSTNAME> <PATH_TO_MQUEUE_FOLDER>] was implemented in version 2.3.10.
  1286.  I wrote this command because I got sick of having to deal with badly performing
  1287.  AppleTalk TCP/IP links. The bad links are caused by some 'DUP MBUF' problem,
  1288.  which happens to occur much more on AppleTalk than on TNC-links. I think the
  1289.  problem rises when an ACK for a frame was received before the frame itself has
  1290.  been deleted from the outbound-frame-queue. Of course the chances, that this will
  1291.  happen on AppleTalk are relatively large because of it's high speed. On my network
  1292.  it happens most of the time when one of my Mac 512Ke's transfers SMTP-files to
  1293.  the IIx or SE/30. The IIx and SE/30 seem to ACK so quick, that the 512 doesn't
  1294.  have enough time to remove the transmitted frame from the queue. The new command
  1295.  allows the 512 to directly put the file to be transmitted into the MQUEUE folder
  1296.  of the IIx using AppleShare instead of the TCP/IP link. Sending out a 585K file
  1297.  took 7 minutes over TCP/IP, while the transmission lasted only 2.5 minutes over
  1298.  AppleShare. Bad links sometimes perform so bad, that I cannot get more than about
  1299.  5K sent in ONE HOUR! For the time being, you can define only 1 AppleShare host.
  1300.  In my case this did not appear to be a problem, because usually one Mac only
  1301.  forwards mail to one of the others. This happens to be the case since in Holland
  1302.  we are used to do hop-to-hop forwarding, and when mail comes in on one of the Macs
  1303.  it will be forwarded to the 'next in line' and to the next etc. So only the 'next
  1304.  in line' Mac has to be defined as AppleShare host. If for some reason the Apple-
  1305.  Share volume appears to be not-online, then NET/Mac will use TCP/IP-forwarding
  1306.  automatically.
  1307.  
  1308.    |                                      Suppose mail comes in at pa2aga for
  1309.    |                                      pa3ecp@pa2aga. The aliasfile of pa2aga
  1310.  A |                                      will reroute that to pa3ecp@pi8mac.
  1311.  p |--- pa2aga on 433.025 MHz. -- TNC     pa2aga has 1 AppleShare node: pi8mac,
  1312.  p |                                      so the mailfile will (if possible) be
  1313.  l | alias: pa3ecp  pa3ecp@pi8mac         forwarded over an AppleShare link.
  1314.  e |
  1315.  T |                                      pi8mac discovers the mail in it's own
  1316.  a |--- pi8mac on 430.675 MHz. -- TNC     mqueue-folder, while it is still
  1317.  l |                                      addressed to: pa3ecp@pi8mac, and will
  1318.  k | alias: pa3ecp  pa3ecp@pa2aga-2       send it over the loopback-link to
  1319.    |                                      itself. Then it will get aliassed to
  1320.  c |                                      pa3ecp@pa2aga-2, while pa2aga-2 is it's
  1321.  a |--- pa2aga-2 on 1259.675 MHz. -- TNC  known AppleShare node. Therefore, again
  1322.  b |                                      it will be sent over via AppleShare.
  1323.  l | alias: pa3ecp  pa3ecp@pa3ecp
  1324.  e |                                      Finally pa2aga-2 encounters mail for
  1325.    |                                      pa3ecp@pa2aga-2, and will send it to
  1326.                                           itself. The mail will then be rerouted
  1327.                                           to pa3ecp@pa3ecp and will finally be
  1328.                                           delivered over the TNC-link. pa2aga-2
  1329.                                           knows 1 AppleShare node: pa2aga
  1330.                                           
  1331.  example of the APPLESHARE command as it is in the autoexec.net of pa2aga:
  1332.  
  1333.  appleshare pi8mac "HD of PI8MAC:TCP/IP:spool:mqueue"
  1334.  
  1335.  Note: AppleShare mail-delivery will take place ONLY if the file gets QUEUED by
  1336.  NET/Mac (like in hop-to-hop forwarding). If you just typed a mail yourself, then
  1337.  IM/Mac will queue it. Therefore the first hop will go over a TCP/IP link while all
  1338.  next (AppleTalk-)hops may be using this AppleShare feature. I may decide to enhance
  1339.  this, but will not do so until the system has proven to REALLY be an enhancement.
  1340.  So far my AppleTalk TCP/IP links have been running well with this mod, and I'll
  1341.  keep my fingers crossed!
  1342.  We've tested this feature on standard AppleShare-volumes as well as TOPS-volumes.
  1343.  
  1344.  
  1345.  NET/Mac 2.3.14 contains new AppleTalk drivers. So far these seem to be much more
  1346.  reliable than the old drivers.
  1347.  
  1348.  I just want you to know that:
  1349.  1) You cannot mix NET/Mac 2.3.14 and pre-2.3.14 versions on 1 AppleTalk trunk,
  1350.     because they will not be able to communicate with eachother
  1351.  2) When one Mac on the AppleTalk link tries to send to another, while the other
  1352.     one isn't running NET/Mac yet, the first one seems to freeze for maybe half
  1353.     a minute or so, but don't panic... it will continue to run without problems
  1354.  3) The new NET/Mac may be used to connect to an ethernet-LAN over a Shiva
  1355.     FastPath or Cayman GatorBox. If no such gateway is discovered on the Apple-
  1356.     Talk LAN, NET/Mac will report 'No AppleTalk Gateway was found' when processing
  1357.     the 'attach' command for the AppleTalk port
  1358.  
  1359.  NET/Mac 2.3.15 contains upgraded new AppleTalk drivers. Again you cannot mix 2.3.15
  1360.  with earlier versions. Furthermore the last number in the attach-statement for the
  1361.  AppleTalk interface cannot be larger than 586, so 600 is invalid for NET/Mac 2.3.15.
  1362.  
  1363.  Dewayne WA8DZP, who sent me these fixes, wrote about hem:
  1364.  'When you do a trace for an AT interface now, the AT addresses are displayed in the'
  1365.  'standard net:node:socket convention for both source and destination.  The maximum '
  1366.  'packet size in the "attach at0" command should now be 586. This code will find any'
  1367.  'host running NET/Mac who is in the same AT zone. This should be a BIG improvement '
  1368.  'over the old LAP code that could only work over one network.                        '
  1369.  
  1370.  NET/Mac also supports point-to-point SLFP, as used by the Merit Network and MIT.
  1371.  Check the HELP-info for the 'attach' command to see how to select SLFP.
  1372.  
  1373.  
  1374.  When you have just started up an FTP-session and you have typed: USER <username>
  1375.  you can now type your password without showing the password on the screen.
  1376.  To do this DON'T type: PASS <password>, but simply type: PASS and the system will
  1377.  ask you to type a password. The password will not be visible on the screen. If 
  1378.  you decide to use the old form (PASS <password>) the password WILL be visible!
  1379.  
  1380.  
  1381.  SESSCREEN [<screenwidth>] [<number_of_lines>] allows you to define the width and
  1382.  length of windows that will be opened for ftp-, telnet-, ax.25-, net/rom- and
  1383.  finger-sessions. The maximum size depends on the size of the screen. I figured out,
  1384.  that 90 by 25 is nice on my PowerBook 100, while the screen can be 101 characters
  1385.  wide by 29 lines long.
  1386.  
  1387.  
  1388.  The drivers for accessing the callsign-database have been changed so that NET/Mac
  1389.  will use the format of (and read) the new HamCall CD-ROM. Old callbook databases,
  1390.  that could be used by pre 2.3.15 versions of NET/Mac cannot be used any longer.
  1391.  
  1392.  HamCall CD-ROM:
  1393.  500,000 hams plus 1,000s of public domain amateur radio programs and data.
  1394.  NOW with international callsigns!!
  1395.  CD-ROM  $50
  1396.  Shipping $5
  1397.  
  1398.  Buckmaster Publishing
  1399.  Route 4, Box 1630
  1400.  Mineral, VA 23117
  1401.  (703)894-5777
  1402.  (800)282-5628
  1403.  
  1404.  After buying the october 1992 Buckmaster CD I discovered, that the databases are
  1405.  in an invisible folder. You can attach the U.S.A.-database using a command like:
  1406.  
  1407.  callbk HCALL_10_92:HAM0:HAMCALL.129;1 :spool:logs:callbook_log
  1408.                ^       ^               ^^^^^^^^^^^^^^^^^^^^^^^^
  1409.              these are zero's              just an example
  1410.  
  1411.  The international callbook file is encoded. To use it from NET/Mac you must use:
  1412.  
  1413.  callbk HCALL_10_92:HAM0:HAMCALL.ALL;1 :spool:logs:callbook_log encoded
  1414.  
  1415.  
  1416.  CALLBOOKSERVER <HOSTNAME> defines the callbook-server in your area. It is set to your
  1417.  own hostname by default. The 'inquire' command will retrieve the callbook-database
  1418.  at the station, which is defined by the 'callbookserver' command.
  1419.  
  1420.  
  1421.  INQUIRE <CALLSIGN> allows you to retrieve the callbook-database of a predefined
  1422.  callbook-server. The output is exactly the same as delivered to an ax.25- or
  1423.  NET/ROM-user, who sends an I)nquire <callsign> command to the mbox, or a TCP/IP-
  1424.  user who sends a 'finger %<user>@<callbookserver>'.
  1425.  
  1426.  
  1427.  CTEXT1 [<MESSAGE LINE 1>] and CTEXT2 [<MESSAGE LINE 2>] allow you to send out a
  1428.  2-line welcome message to the station that opens a TELNET-session to this host.
  1429.  If a message is idle, no data will be sent out. Setting or clearing out a message
  1430.  can be done as follows:   ctext1 "Welcome to TELNET at PA2AGA"
  1431.                            ctext2 "It's past midnight.. everybody is asleep here"
  1432.                      or:   ctext2 ""
  1433.  
  1434.  
  1435.  FTEXT1 [<MESSAGE LINE 1>] and FTEXT2 [<MESSAGE LINE 2>] do the same as the CTEXT
  1436.  commands, except that these 2 commands will define welcome messages that will be
  1437.  displayed when a new FTP-session gets opened.
  1438.  
  1439.  
  1440.  DONTALIAS <USER> [<USER> ...] enables recording of (so far) unknown aliases in a
  1441.  DynamicAliases file, while these aliases will then be used to reroute mail.
  1442.  It works like this:
  1443.  
  1444.  Suppose K1FRM knows he can send mail to K1TO via K1VIA, while the mail-path to
  1445.  K1FRM is so far unknown at both K1TO as well as K1VIA.
  1446.  K1FRM would then send his mail to: k1to%k1to@k1via
  1447.  (if K1TO is in the aliasfile of K1VIA he could also send it to: k1to@k1via)
  1448.  
  1449.  Now NET/Mac at K1VIA sees this mail coming in and if K1FRM is not defined in the
  1450.  'dontalias' command (and why should it be?), it will record K1FRM in it's
  1451.  DynamicAliases file. The same thing happens at K1TO.
  1452.  This means that starting now anybody can send mail to K1FRM by simply mailing it
  1453.  to: K1FRM@K1VIA or to: K1FRM@K1TO
  1454.  
  1455.  It is necessary to define your own <USER> in the dontalias command, just to make
  1456.  sure that mail sent out by yourself, but rerouted by someone else and going
  1457.  through your own NET/Mac again will not be looked at. Otherwise an alias for your
  1458.  own <USER> would get written to the DynamicAliases file, meaning that starting
  1459.  now mail to yourself would get rerouted to yourself, and rerouted again, and
  1460.  again and again.........
  1461.  
  1462.  NET/Mac will not record aliases for those <USERS>s, that are already defined in
  1463.  the real 'alias' file.
  1464.  
  1465.  
  1466.  SMTP VM was implemented in version 2.3.26. Scott Petrack <petrack@vnet.IBM.COM>
  1467.  reported a problem when NET/Mac was mailing to an IBM VM mainframe. The mainframe
  1468.  could not handle the way NET/Mac was doing it's SMTP session. When you need to
  1469.  SMTP to such a machine, make sure you use the 'smtp vm' command before you start
  1470.  sending out the first mail. You cannot UNDO this command, but it should work fine
  1471.  for all other implementations of SMTP, except that they may perform just a little
  1472.  slower.
  1473.  
  1474.  
  1475.  If for some reason you are using any version of SoftKISS older than version 1.8
  1476.  I suggest you add the command SOFTKISS to your autoexec.net file. This command
  1477.  enables some fixes in NET/Mac to take care of a few bugs in SoftKISS, that were
  1478.  solved in version 1.8.
  1479.  
  1480.  
  1481.  NET/Mac 2.3.29 supports the Hurdler HDS 2-port and HQS 4-port serialcards as well
  1482.  as the QuadraLink and QuadraLink DMA cards. This means that starting now you can
  1483.  connect up to 6 TNC's to 1 Macintosh using 1 card or up to 10 TNC's when using 2
  1484.  cards, etc. Check the modified online-HELP info for both the 'attach'-command and
  1485.  'quadralink'-command.
  1486.  
  1487.  
  1488.  IGNOREBADHEADERS [ON|OFF] was implemented after I installed the QuadraLink 4 ports
  1489.  serial card, which was given to me by Tom N4ZPT (thanks again Tom!). When using
  1490.  this card NET/Mac sometimes (in my case once or twice an hour) cannot service the
  1491.  card quick enough. Usually this happens when it is busy writing a mailfile to disk.
  1492.  The result is that the first couple of characters in a packetheader may come in in
  1493.  a bad shape, which of course makes the complete packet unusable. The headers found
  1494.  in these packets used to be interpreted and the funny callsigns, that were the
  1495.  result, used to be stored in lists like 'ax heard' and 'netrom route'. When you
  1496.  set 'ignorebadheaders' to on, these faulty packets will be moved to the trash right
  1497.  away. If you want to see when NET/Mac ignores a bad packet (and why), simply use
  1498.  the 'ignorebadheaders on' command twice.
  1499.  
  1500.  
  1501.  In NET/Mac 2.3.32 I somewhat changed the 'tzone' command. A new variant of this
  1502.  command allows you to set the timezone-name, while the offset is taken from the
  1503.  'Map' control-panel. For more info see the HELP-info inside NET/Mac.
  1504.  
  1505.  
  1506.  SMTP MULTI [ON|OFF] allows you to specify if a given host is allowed to open more
  1507.  than just 1 smtp-session to your station. Usually NET and NOS will only open ONE
  1508.  session at a time. This means that when a second session gets opened, the first
  1509.  one will get reset. Of course this can result in serious problems if a mailer near
  1510.  you decides to use more than one SMTP-session to deliver it's mail. The default
  1511.  mode is (and has been for long...) OFF.
  1512.                      
  1513.                      
  1514.  PERFORM [CLEAR]|[<COMMAND> <HH:MM>|+<DELAY> [ONCE [<DAYOFWEEK>]]|[PERMANENT]]
  1515.  allows you to define commands, that will be executed at a given time. See HELP
  1516.  for examples and some more info.
  1517.  
  1518.  
  1519.  ROUTE WINDOW <hostname> <tcp-window> can be used to define a non-standard tcp-
  1520.  window size for a given route. A route to <hostname> must have been defined
  1521.  BEFORE the 'route window' command can be used. I myself use this because on one
  1522.  of my Macintoshes the windowsize is 1080, while some stations can only be reached
  1523.  over a very bad path. For these stations I defined a very small tcp-window, and
  1524.  I must say... This mod seems to work very well for these routes!
  1525.  
  1526. */
  1527.