Rebecca Nelson
Rebecca Nelson
As a regular or higher-permission user, I would like to be able to give a list of tags that are considered "blacklisted". I would put those tags somewhere in my...
This takes the commits introduced in PR #403, which appears to be abandoned by the contributor, and applies the suggestions in that PR and updates the code to fix merge...
Jinja2 is flagged as insecure. Find the dep that pulls it in and axe it or update it to get rid of the security warning, or determine whether we even...
### Please reference an issue, or fill out the below information - Issue: #87 Work in progress branch for code review; I know it's incomplete, but looking for comments and...
Create diagrams for new client-server architecture to demonstrate information flow between modules. Must show information flow from the view of calling procedures and general data descriptions. Should be detailed, and...
**Describe the bug** Masa-chan gives no response when an invalid command is passed on the command line. **To Reproduce** Steps to reproduce the behavior: 1. Start MSA. 2. Enter `invalid`,...
**Describe the bug** When running unit tests, the config unit tests causes the `tests/test.cfg` file to be written to. The contents are the same, but as a failing test might...
**Describe the bug** There are some contexts where exceptions may occur and the task that they occurred in does not properly handle the exception, or does not log the exception,...
The README.md, while cute, is currently serving as a generalized design document. The relevant information should be pulled into a reference, and the README.md should be updated to give new...
The agent module provides agent behavior and is the planned location for swappable personalities. For now, only a single behavior type is hard-coded into the system. A/C: Create python module...