Added appdomain stuff but breaks on complie#234
Open
Toyz wants to merge 40 commits into
Open
Conversation
@matt can you look at the code and if you can't fix it, this is all we need to have working so we can have dynamic loading and unloading plugins
Yaaaaaa for bad spelling!
Will add more for Chat, commands and others to make it better to use then before
Also removed SUO, working on a Plugin Manager next
Changed a few things in IRC also
This should speed up the server thread as events that have long running parts can lock out the thread
!help, !allcmd, !plugins are all default commands in the server now
Also changed OutUtils to IrcWritter
Also removed unused usings and a few other things from the code... No more warnings XD
Fixed other bugs in the code and added a ReloadConfig to reload the entire server config
Also updated ViewerManager to get existing viewers in chat
Added a basic WhoIs Command that works for Mods also, and added MODE even to add people to viewers who are mods on the fly
Added a new command line to Spiffbot.exe that can load a gui it is -gui, Added a method to bypass the messaging queue for sending messages to twitch, added other functions also such as live chat in the gui and stuff
Change queue delay from 3 seconds to 1 seconds
Added viewer to bypass factory queue, and added ability to bypass factory queue on timeout
Also updated a few things i the manager to no longer call Command.Run directly now it called Command.Run from the CommandObject
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
@spiffomatic64 can you look at the code and if you can't fix it, this is all we
need to have working so we can have dynamic loading and unloading
plugins