Skip to content
Snippets Groups Projects
  1. Jul 24, 2019
  2. Jul 23, 2019
  3. Jul 22, 2019
  4. Jul 21, 2019
  5. Jul 20, 2019
  6. Jul 19, 2019
    • deuce's avatar
      Initial pass at AGWPE support. · 57dbd6a9
      deuce authored
      Just a tree of objects and methods so far.
      Not all AGWPE commands are currently supported.
      
      Main TODOs:
      
      Connections and ports should have message queues.
      There should be a select() thing that grabs messages and sorts them into queues.
      The queues shoud likely be processed by a node.jsly set of callbacks.
      57dbd6a9
    • rswindell's avatar
      Noticed how the Synchronet Control Panel window, when moved around, · 5c18e217
      rswindell authored
      was just a an outline of the Window? Apparently I set the MainForm's
      DragKind = dkDock at some point, forever ago, and didn't realize it.
      I thought all this time it was C++Builder's fault. :-(
      5c18e217
    • rswindell's avatar
      New batch file name for MSVC++ 2019. · 82acf063
      rswindell authored
      82acf063
    • rswindell's avatar
      Typo. :-{ · 7e768838
      rswindell authored
      7e768838
    • rswindell's avatar
      Auto-determine maximum printable header field values (columns - 7), rather · a05dad10
      rswindell authored
      than hard-code to 60 chars - better support for wide terminals.
      Write the newly-defined "3rd line" (editor details) to the result.ed file
      (this is used by latest sbbs for EDITOR msg header field).
      Always write the result.ed file when creating a message, even if the subject
      was not changed. "edit_top==5" is a strange way to determine that you're
      editing a message, but okay...
      a05dad10
Loading