github fluffos/fluffos v2019.2020010301
Pre-Release v2019.2020010301

latest releases: v20230904-3279863, v20230823-c878494e, v20230821-7dfd009d...
pre-release4 years ago

First Pre-Release of v2019, please test!

Build

Ubuntu 18.04 (including WSL), OSX latest, and MSYS2/mingw64 is supported!

Migration note

UTF8

  1. v2019 require all mudlib files to be valid UTF-8 files, including object save files. Use iconv to convert them if necessary.
  2. set_encoding() and query_encoding() is available to set this_player()'s connection to given charset, which would automatically transcode input/output.
  3. read more at https://forum.fluffos.info/t/utf-8-support-in-v2019/604

Websocket

  1. make install will install an directory of example websocket http pages with xtermjs configured, copy that to your mudlib directory
  2. Add "external_port_2: websocket XXXX" to config file to enable websocket.
  3. Adding "websocket http dir: ./www" to config file
  4. TODO: write more about websocket ascii protocol.

Crypt

  1. crypt(password, "") will by default use SHA512 to securely encrypt your password!
  2. crypt with old password will still work, but will complain in debug log.
  3. oldcrypt() is the old MD5 based crypt() that also works, and also complains, please have user type password again to securely encrypt their password to SHA512.

Don't miss a new fluffos release

NewReleases is sending notifications on new releases.