Skip to content
Snippets Groups Projects
  1. Sep 08, 2015
  2. Sep 04, 2015
  3. Sep 03, 2015
    • rswindell's avatar
      Fix html_encode() Unicode code points for character values 0x10 and 0x11 to map · 083b3bdd
      rswindell authored
      to glyphs found in the Courier New font. When mapped to code points not present
      in the monospace/courier font family, a different (proportional) font is used
      which messes up the "ANSI graphics" display.
      - 0x10 is now mapped to U+9658 (black right-pointing pointer) instead of U+9658
        (black right-pointing triangle)
      - 0x11 is now mapped to U+9668 (black left-pointing pointer) instead of U+9664
        (black left-pointing triangle)
      Incidentally, 0x1e and 0x1f were already mapped correctly.
      
      Also fixed:
      - 0x16 now maps to U+9604 (lower half black) instead of U+9644 (black rectangle)
      
      Added some helpful comments (hex values, ASCII values).
      083b3bdd
  4. Sep 02, 2015
  5. Sep 01, 2015
  6. Aug 31, 2015
    • rswindell's avatar
      Enancement for ragnarok: · b839898f
      rswindell authored
      If "syslog" is passed as a command-line option, always send log output to
      syslog, even when not daemonized.
      b839898f
  7. Aug 30, 2015
  8. Aug 29, 2015
  9. Aug 28, 2015
  10. Aug 27, 2015
  11. Aug 26, 2015
    • rswindell's avatar
      Updated the online user editor: · a7d35f81
      rswindell authored
      - Display the user's last IP address (no longer stored in the "Note" field)
      - Moved the deleted/inactive user indicator to the last line before the prompt
      - Requires new text.dat entry: UserIpAddr (line 768).
      a7d35f81
Loading