Releases: fechan/Mathematikka
v2.0-SNAPSHOT
The plugin now generates a wall of maps with an image of the WolframAlpha output instead of piping it to the chat
v1.1-SNAPSHOT
This release fixes the potentially unsafe behavior where the plugin builds a Wolfram language string to pass to the Mathematica kernel to evaluate. Now it makes absolutely certain that any user input being passed is a String argument to a WolframAlpha symbol.
v1.0-SNAPSHOT
First release
I highly recommend that you use v1.1-SNAPSHOT or later instead! This version has potentially unsafe behavior
The problem is described as such: The plugin is basically building a Wolfram language string and giving it to the Mathematica kernel to evaluate. This is potentially unsafe, since players can potentially write whatever. If they write something that escapes a string in Mathematica, they can perform a Mathematica injection, which is like a SQL injection but with Mathematica. Even with the input sanitation, I would only use this plugin among people who you trust absolutely.
Remember you need to have Mathematica installed on the server machine! See the README in the repo.