Skip to content

Fuzzball MUCK 7.1

Compare
Choose a tag to compare
@wyld-sw wyld-sw released this 04 May 23:42
· 55 commits to master since this release
14f0f5a
New features
------------

Emails may be sent via the new level 4 SMTP_SEND MUF primitive.
- see the file README_SMTP.md for details.

Docker is now available as a distribution option
- see the file README_DOCKER.md for details.

The message presented on the welcome screen can now be parsed for MPI.

MUF math operations now respect the IEEE standard for INF and NAN by default.

@mpitops and @muftops have been unified into the command @tops.

CON* MUF primitives have evolved into in-server defines.
- note that older "connection ordering" logic may need to be rewritten.
 
New @tunes
----------

ieee_bounds_handling – use IEEE standard for INF and NAN. Defaults to yes. 
smtp_auth_type       - SMTP authentication type. Defaults to 3 (login).
smtp_from_email      - SMTP "from" email. Defaults to "[email protected]". 
smtp_from_name       - SMTP "from" name. Defaults to "Your MUCK".
smtp_no_verify_cert  - Don't validate server certs for SMTP. Defaults to no.
smtp_password        - SMTP password
smtp_port            - SMTP port
smtp_server          - SMTP server host name
smtp_ssl_type        - SMTP SSL type. Defaults to 2 (none).
smtp_user            - SMTP username

Removed @tunes
--------------

verbose_clone        - @clone is now never verbose.
verbose_examine      - examine is now always verbose.

Other changes
-------------

"!WHO” (the command override) is no longer recognized on the welcome screen.
"WHO” no longer has a special function in MUF READs.
Log messages for player creation and connection are now more detailed.
@clone and COPYOBJ now only copy hidden properties in Wizard contexts.
Manual @dumps now report a completion message to the requesting player.
Listener documentation has evolved into the general 'man propqueues'.