Another concurrency issue with multiple accounts. Cause of some crashes. The .ToList<T>() on a foreach/LINQ creates a copy of the data prior to parsing. I hope this works... we'll see
Big old commit that might break the nightlies * Now have re-architected Scripting into lots and lots of IThingies * This separates the script files from the engine that runs the scripts * ultimately, the idea is to be able to add other "IScriptEngines" apart from the DLR.
Added switch to scripts: if they cause exceptions, I now disable them. Just like that. Someone switched the location of the _scriptinghelper incantation to the wrong place in app.xaml.cs causing scripts to trip added Jake to MahTweetsRelated now that the script works
added to MahTweetsRelated.py and modified 2 cs files
Various scripting fixes - MahTweets.Library in 3.0 is now in MahTweets.Core, causing some scripts to get their knickers in a twist. - GlobalIgnore sorta changed - Noodling around in ScriptingHelper, ScriptCollection