Skip to content
Snippets Groups Projects
  1. Mar 27, 2025
  2. Mar 25, 2025
    • Deucе's avatar
      Fix issue #766 · e5927b5a
      Deucе authored
      Don't save player if player is undefined.
      
      Presumably someone is sitting at the intitial menu until they run
      out of time on the BBS.  The error was completely harmless.
      e5927b5a
    • Deucе's avatar
      In PETSCII mdoes, map BS to DEL · d2e8d94e
      Deucе authored
      C64 doesn't have a backspace key, so treat backspace the same as
      DEL.
      
      Closes tick 197.
      d2e8d94e
    • Deucе's avatar
      Don't lock players for read during maint · 28d6adb7
      Deucе authored
      This should fix issue #893, but it's hard to tell for sure, the docs
      for JSON db are a bit sparse.
      28d6adb7
  3. Mar 24, 2025
  4. Mar 23, 2025
  5. Mar 22, 2025
  6. Mar 21, 2025
  7. Mar 19, 2025
  8. Mar 18, 2025
  9. 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
Loading