Skip to content
Snippets Groups Projects
  1. Dec 04, 2015
  2. Dec 03, 2015
    • rswindell's avatar
      Bug-fix/enhancement: Allow QWKnet netmail to be sent using the JavaScript · d2892791
      rswindell authored
      MsgBase.save_msg() method. The bug was that it was forcing the idx.to value to
      0 which would only work (in theory) for mail going to a QWKnet hub.
      Now, save_msg() will check the 'to_net_addr' property of the header object
      (or recipient objects) and actually verify that it/they are routeable QWKnet
      address(es) and throw an exception if not.
      If the first hop is a QWKnet node, sets the to_ext (and thus, idx.to value) to
      the account number of the node. This also looks up full-routes via the
      route.dat and replaces the to_net_addr value with the full route if necessary.
      I guess nobody (including me) tried sending QWKnet netmail via JS before.
      d2892791
    • rswindell's avatar
      Make absolutely sure that useron.number is 0 if answer() returns without · 3b397c05
      rswindell authored
      logging in a user. Apparently it's possible to disconnect during an SSH login
      and have this function return with useron.number set to a valid user number
      even though there was no successful login, leading to undesireable things
      happening in logout().
      3b397c05
    • rswindell's avatar
      Only remove the "user@" portion of NetMail to-net-addr when the parsed net-type · 1f39f430
      rswindell authored
      is not "Internet" (e.g. QWKnet or FidoNet).
      1f39f430
  3. Dec 02, 2015
  4. Nov 30, 2015
  5. Nov 29, 2015
  6. Nov 28, 2015
    • nightfox's avatar
      Updated the display of kludge lines & header lines so that the label & value... · 5384cb7f
      nightfox authored
      Updated the display of kludge lines & header lines so that the label & value will be on one line if they fit that way, to save screen space and reduce the need for scrolling.  Also, added a couple of color configuration options to DefaultTheme.cfg: hdrLineLabelColor and hdrLineValueColor, which lets the sysop specify the colors to use for the header/kludge line labels & values.  Also, updated the readme file & revision history file.  This is still a 'beta' version but is fairly stable.
      5384cb7f
  7. Nov 27, 2015
  8. Nov 26, 2015
  9. Nov 25, 2015
Loading