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

feat: improve commands_extension #1937

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Commits on Oct 12, 2024

  1. feat: improve command_extension

    - unify behavior of all message sending related command
    - add a StringBuffer as stdout-like output buffer for commands
    - create a typedef for the command function signature
    - create a common exception type for command execution
    - enable commands to run on Client-level rather than Room-level
    - BREAKING: Client.addCommand signature now takes an optional
      StringBuffer as second parameter
    
    Signed-off-by: The one with the braid <[email protected]>
    TheOneWithTheBraid committed Oct 12, 2024
    Configuration menu
    Copy the full SHA
    9217165 View commit details
    Browse the repository at this point in the history

Commits on Oct 14, 2024

  1. chore: use stdout for default command output

    Signed-off-by: The one with the braid <[email protected]>
    TheOneWithTheBraid committed Oct 14, 2024
    Configuration menu
    Copy the full SHA
    b0fab79 View commit details
    Browse the repository at this point in the history