Skip to content
Snippets Groups Projects
  1. Mar 15, 2025
    • Rob Swindell's avatar
      Increase buffer size from 4096 to 10000 in handle_call() · 546725fc
      Rob Swindell authored
      Log errors if/when comWriteBuf() fails.
      
      This is to hopefully help to root-cause or even possibly resolve the issue
      reported in #synchronet by PyRoDrAkE:
      "It all works well until the Dialup connection runs slower than 4800 baud
      using SexPots. I connect from my XT at either 1200 baud or 2400 baud and it
      would just stop drawing midway."
      
      There shouldn't be any write timeout in comWriteBuf(), so I don't know why
      this would help, but it's worth a try. Logging any comWriteBuf() errors is
      also a good idea in general.
      546725fc
    • Rob Swindell's avatar
      Add typecast to elminate GCC warning · f78d5395
      Rob Swindell authored
      f78d5395
    • Rob Swindell's avatar
      ca0d64e4
    • Rob Swindell's avatar
      Increment SBBSecho version to 3.24 · 7f1eb25d
      Rob Swindell authored
      7f1eb25d
    • Rob Swindell's avatar
      Take the configured origin line chars into account when determining charset · 8010070c
      Rob Swindell authored
      and if the message is UTF-8, encode the origin line as UTF-8 too.
      If the message is straight ASCII (e.g. the sub-board is configured as ASCII
      only), convert the configured origin line to ASCII, before appending.
      
      At this time, only ASCII and CP437 encodings of originlines are supported
      in Synchronet (imported and exported origin lines can contain UTF-8).
      
      This should address the issue raise by Sergey Dorofeev (2:5020/12000) in the
      FidoNet UTF-8 echo whereby messages exported from Synchronet systems
      (presumably using SBBSecho) could contain a mixture of CP437 and UTF-8
      encodings (!) when the sysop had CP437 chars in their configured origin line.
      8010070c
  2. Mar 13, 2025
  3. Mar 12, 2025
  4. Mar 10, 2025
  5. Mar 09, 2025
  6. Mar 08, 2025
  7. Mar 07, 2025
Loading