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);
|
||||
Server.BeforeRequest -= new AsyncEventHandler<SessionEventArgs>(OnRequest);
|
||||
Server.Stop();
|
||||
Server.Dispose();
|
||||
|
||||
foreach (IWebProxyExtension extension in ExtensionList.ToArray())
|
||||
{
|
||||
|
|
|
|||
|
|
@ -1335,7 +1335,7 @@ namespace Novetus.Core
|
|||
#if LAUNCHER
|
||||
public static void ResetConfigValues(Settings.Style style)
|
||||
#else
|
||||
public static void ResetConfigValues()
|
||||
public static void ResetConfigValues()
|
||||
#endif
|
||||
{
|
||||
bool WebProxySetupComplete = GlobalVars.UserConfiguration.WebProxyInitialSetupRequired;
|
||||
|
|
|
|||
|
|
@ -1,10 +1,10 @@
|
|||
1.3 Snapshot v22.8406.29069.1
|
||||
1.3 Snapshot v22.8408.16129.1
|
||||
Enhancements:
|
||||
- Changed the design of the Console to be more user friendly.
|
||||
- Further improved web proxy and Console reliability.
|
||||
|
||||
Fixes:
|
||||
- Fixed a bug involving cleraing the Console.
|
||||
- Fixed a bug involving clearing the Console.
|
||||
----------------------------------------------------------------------------
|
||||
1.3 Snapshot v22.8406.21589.1
|
||||
Enhancements:
|
||||
|
|
|
|||
|
|
@ -244,4 +244,15 @@ allows the user to use W...
|
|||
[normal]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!
|
||||
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