release new snapshot
This commit is contained in:
parent
fc4730b721
commit
c3fa404daa
|
|
@ -283,6 +283,7 @@ namespace Novetus.Core
|
||||||
Util.ConsolePrint("Web Proxy stopping on port " + GlobalVars.WebProxyPort, 3);
|
Util.ConsolePrint("Web Proxy stopping on port " + GlobalVars.WebProxyPort, 3);
|
||||||
Server.BeforeRequest -= new AsyncEventHandler<SessionEventArgs>(OnRequest);
|
Server.BeforeRequest -= new AsyncEventHandler<SessionEventArgs>(OnRequest);
|
||||||
Server.Stop();
|
Server.Stop();
|
||||||
|
Server.Dispose();
|
||||||
|
|
||||||
foreach (IWebProxyExtension extension in ExtensionList.ToArray())
|
foreach (IWebProxyExtension extension in ExtensionList.ToArray())
|
||||||
{
|
{
|
||||||
|
|
|
||||||
|
|
@ -1335,7 +1335,7 @@ namespace Novetus.Core
|
||||||
#if LAUNCHER
|
#if LAUNCHER
|
||||||
public static void ResetConfigValues(Settings.Style style)
|
public static void ResetConfigValues(Settings.Style style)
|
||||||
#else
|
#else
|
||||||
public static void ResetConfigValues()
|
public static void ResetConfigValues()
|
||||||
#endif
|
#endif
|
||||||
{
|
{
|
||||||
bool WebProxySetupComplete = GlobalVars.UserConfiguration.WebProxyInitialSetupRequired;
|
bool WebProxySetupComplete = GlobalVars.UserConfiguration.WebProxyInitialSetupRequired;
|
||||||
|
|
|
||||||
|
|
@ -1,10 +1,10 @@
|
||||||
1.3 Snapshot v22.8406.29069.1
|
1.3 Snapshot v22.8408.16129.1
|
||||||
Enhancements:
|
Enhancements:
|
||||||
- Changed the design of the Console to be more user friendly.
|
- Changed the design of the Console to be more user friendly.
|
||||||
- Further improved web proxy and Console reliability.
|
- Further improved web proxy and Console reliability.
|
||||||
|
|
||||||
Fixes:
|
Fixes:
|
||||||
- Fixed a bug involving cleraing the Console.
|
- Fixed a bug involving clearing the Console.
|
||||||
----------------------------------------------------------------------------
|
----------------------------------------------------------------------------
|
||||||
1.3 Snapshot v22.8406.21589.1
|
1.3 Snapshot v22.8406.21589.1
|
||||||
Enhancements:
|
Enhancements:
|
||||||
|
|
|
||||||
|
|
@ -244,4 +244,15 @@ allows the user to use W...
|
||||||
[normal]I'm the Toa of... of... Anarchy.
|
[normal]I'm the Toa of... of... Anarchy.
|
||||||
[stylish]My name is... ah... Toa Vezon. I'm the Toa of... of... Anarchy.
|
[stylish]My name is... ah... Toa Vezon. I'm the Toa of... of... Anarchy.
|
||||||
Your System ate a SPARC! Gah!
|
Your System ate a SPARC! Gah!
|
||||||
Dedicated to Missie.
|
Dedicated to Missie.
|
||||||
|
novetus type beat
|
||||||
|
Requires AAA batteries!
|
||||||
|
Also try Sodikm!
|
||||||
|
Doesn't use leaked source code!
|
||||||
|
Gluten Free!
|
||||||
|
I've gotten to the mainframe!
|
||||||
|
A Guilty Pleasure!
|
||||||
|
Batteries not included.
|
||||||
|
Choose the pill!
|
||||||
|
Absolute dark power!
|
||||||
|
HELL IS FULL.
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue