Apr 16

Lace 0.1.5 is now available. Lace 0.1.5 addresses several issues including multibyte character support (mbstring), compatibility with older versions of PHP, and several data corruption issues.

Lace Demo

See Lace 0.1.5 in action.

Download

Download Lace 0.1.5

Changes in Lace 0.1.5

  • Basic IRC-ish /nick command
  • Some problem characters have been made illegal in nicknames: |<>!#%&*+
  • Newlines in messages are now replaced with <br>, alleviating some data corruption issues. A side-effect is newlines within <code> tags are replaced as well.
  • Missing multibyte functions no longer throw errors (e.g., mb_internal_encoding())
  • Fixed uniqid() parameters for PHP < 5
  • Fixed class member initialization for PHP < 4.3
  • Fixed an issue where blank (zero-length) names in the data files caused "undefined offset" errors.

Further comments on this article have been disabled.