Skip to content
Snippets Groups Projects
  1. Mar 05, 2020
  2. Mar 02, 2020
  3. Mar 01, 2020
  4. Feb 22, 2020
  5. Feb 04, 2020
  6. Feb 02, 2020
  7. Jan 24, 2020
  8. Jan 23, 2020
    • deuce's avatar
      While we're making ssllabs happy, disable TLS 1.0 and 1.1 in the web server · f420d8e5
      deuce authored
      only (you can still use them from JS etc).
      f420d8e5
    • rswindell's avatar
      Fix bug introduced in rev 1.236 (April-3-2014): · 579119c9
      rswindell authored
      Areafix requests to unlink a node from an area would corrupt the list of
      linked nodes: the *last* listed node would always be removed. If this was
      not the node that submitted the areafix request, then 2 nodes would be
      removed from the list of linked-nodes for an echo.
      To simplify this, we're just going to not write the removed node back to
      the area file, but leave it in the in-memory list. So technically, the node
      won't be unlinked until the next run of SBBSecho when the area file is
      re-parsed. If that's a problem, we can always add run-time removal from
      the in-memory list later. Reported by Alterego (ALTERANT).
      579119c9
  9. Jan 20, 2020
  10. Jan 10, 2020
  11. Jan 09, 2020
  12. Jan 05, 2020
  13. Jan 04, 2020
  14. Jan 03, 2020
  15. Dec 22, 2019
    • rswindell's avatar
      Address gcc warning: · 657ff707
      rswindell authored
      conn_telnet.c: In function 'telnet_output_thread':
      conn_telnet.c:95:56: warning: passing argument 6 of 'telnet_expand' from incompatible pointer type
      ../sbbs3/telnet.h:168:18: note: expected 'unsigned char **' but argument is of type 'char **'
      657ff707
    • rswindell's avatar
      Address warning: · 9c410324
      rswindell authored
      bbslist.c: In function 'get_emulation_str':
      bbslist.c:2105:1: warning: control reaches end of non-void function
      9c410324
  16. Dec 20, 2019
  17. Dec 13, 2019
  18. Dec 01, 2019
  19. Nov 30, 2019
  20. Nov 22, 2019
    • rswindell's avatar
      Fix error: · fc24a2d5
      rswindell authored
      targets.mk:8: *** missing separator (did you mean TAB instead of 8 spaces?).  Stop.
      fc24a2d5
  21. Nov 19, 2019
  22. Nov 18, 2019
Loading