home *** CD-ROM | disk | FTP | other *** search
/ Source Code 1992 March / Source_Code_CD-ROM_Walnut_Creek_March_1992.iso / usenet / altsrcs / 3 / 3411 / HISTORY < prev    next >
Encoding:
Text File  |  1991-05-25  |  2.7 KB  |  70 lines

  1. 0.3.3
  2.  
  3. - WAITCLEAR.
  4. - PREWAIT, WAITCLEAR, MAX_SEND_RETRIES. Makes it more configureable, though
  5. configuration file would be far better for this kind of purpose.
  6.  
  7. - Fixed bugs in sealink, which caused transfers on bad lines
  8. to stop with too many retries message.
  9.  
  10. - Fixed bug in funpack which could cause terminating too early. It was
  11. a bug in get_string, which didn't read the terminating null char if
  12. string was too long just equal to maximum length (someone had 35 char
  13. name :-), and it read one null more, thought it had no subject, sent
  14. subject as message body to mail and got something else than message magic (2),
  15. and thought here is the end. Also now reports if it got something else
  16. than 2, and stops then.
  17.  
  18. 0.3.2
  19.  
  20. - Receiver is now Sealink capable (if that means just adding blocknum
  21. and its complement after naks and acks?). It seems to work?  I did it
  22. because I had problems when communicating with Binkley, which says
  23. 'timeout' in long transfers, with no apparent reason, message appears
  24. without any delay which could be the reason for such message?  Maybe
  25. this works better?  Sender is not capable of Sealink, though it
  26. wouldn't be difficult?
  27.  
  28. - Some minor changes.
  29.  
  30. 0.3.1
  31.  
  32. - Line wrap now according to FSC-0001.TXT.
  33.  
  34. - rnews can be replaced by command in fnews.cf. This makes possible
  35. forwarding sysop-echos and such restricted echos to selected users or
  36. converting echos to mailing lists.
  37.  
  38. - 'of (node-specification)' will be now removed from name if it is
  39. there and node-specification specified an existing node. This node-spec
  40. will be saved and used if originator cannot be found for some reason
  41. for reply-to path. Order to use is nodelist, orig in name, origin line
  42. in message, echo feed.
  43.  
  44. - Zone support has gone giant step forward. For points I need more info,
  45. ie where they are located in fidonet structures. There shouldn't be
  46. net-node combinations anywhere, its all Node structures.
  47.  
  48. - Packet names have been changed to a very strange format, and files
  49. are stored in in and out directories. Specially the name format may change
  50. in future again, now its really strange.
  51.  
  52. - Special characters will be removed user names and scandinavian chars will
  53. be converted to a and o. Neither conversion happens in usenet format
  54. messages, but I'll work on it (news software may take care if it itself?).
  55.  
  56. - REMOVE_ID_IN_PARENTHESIS and SEARCH_NAME_IN_NODELIST are no more
  57. options, they will be forced in this version.
  58.  
  59. - Some bug fixes.
  60.  
  61. - Maybe something else too but I dont remember what.
  62.  
  63. 0.2.3
  64.  
  65. - Echomail origin, seenby and so on will be partially printed by
  66. program, makes maintaining easier as admin doesn't need to change
  67. node numbers in many places, and version number will be up to date.
  68.  
  69. - Some bugs fixed.
  70.