Skip to content
Snippets Groups Projects
  1. Dec 17, 2020
  2. Dec 15, 2020
  3. Dec 14, 2020
  4. Dec 13, 2020
  5. Dec 12, 2020
  6. Dec 11, 2020
    • Kayz's avatar
      Add SFNet to init-fidonet · 97600661
      Kayz authored
      97600661
    • Rob Swindell's avatar
      Use term_supports() rather than useron.misc for drop file terminal caps · 554c2ca3
      Rob Swindell authored
      Always use the return value of term_supports(), which correctly supports pre-logon and auto-terminal-capability-detection, rather than useron.misc for all door drop file generation.
      
      This should resolve the issue recently discussed in #synchronet with regards to a user getting non-ANSI output from door games even when using an ANSI-capable terminal.
      554c2ca3
    • Rob Swindell's avatar
      770a41cc
    • Rob Swindell's avatar
      Support forwarding of single-part HTML emails, add "Fwd:" subject prefix · bb303fa4
      Rob Swindell authored
      When forwarding a single-part MIME-encoded HTML email, the preamble (original message header info) and any user comments, need to be HTML-encoded.
      
      Add the commonly-used "Fwd: " prefix to the default message subject, when forwarding.
      
      This required that smb_getplaintext() no longer always-NULLify the message's text_subtype (e.g. "html"). For single-part messages, this element was getting freed and NULLed.
      
      Add/use a new SMBLIB convenience function to add a string header field, but only if non-NULL: smb_hfield_string()
      bb303fa4
Loading