Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow "rich" host/client output #365

Merged
merged 4 commits into from
Aug 4, 2024
Merged

Allow "rich" host/client output #365

merged 4 commits into from
Aug 4, 2024

Commits on Aug 4, 2024

  1. Configuration menu
    Copy the full SHA
    635d841 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    57979e0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7d5f594 View commit details
    Browse the repository at this point in the history
  4. Allow BfNotify to send non-string values to host/client

      * When in non-strict mode (default), `notify` can now send any MOO
        value to the client.
      * The "telnet" host unwraps strings to the usual text output, but
        turns everything else into its literal value form.
      * The web host turns everything into JSON.
    rdaum committed Aug 4, 2024
    Configuration menu
    Copy the full SHA
    81b5d94 View commit details
    Browse the repository at this point in the history