Eric Hocking
Eric Hocking
Hi, I love the concept of AtomOS, and wanted to run some ideas past you. I would like to release AtomBSD as an integrated web app based system using the...
This change converts Preconditions and ThemeUtils to kotlin files.
Adds an ISettings interface and Json, XML, and Conf wrappers. The Json wrapper uses Newtonsoft.Json, so that will be required to be pulled in from nuget. Also adds a Lang...
Rewrite the ExtensionManager stuff to load plugins similar to the way that Bukkit does it does it with org.bukkit.plugin.Plugin, that might be easier than our current way of dealing with...
@euantorano Why not just use the s9e\TextFormatter parser instead of reinventing the wheel for parsers? It supports both BBCode and Markdown. Also includes mediaembeds out of the box. We could...
Added a class to properly register the MyBB instance, and creates base Extension class to be used by extensions.
When you click the login and sign up links when not signed in, those do not work, at the moment a workaround is manually navigating to auth/signup and auth/login. The...
Adds pkg dependency, and a build script for building a exe.
Allows usage of NLog for configuring both the console and file environment for logging at once, lets the NLog library handle the heavy lifting.
Adds support for .AppImage files and parses .desktop files with QSettings