This commit is contained in:
watrabi
2025-09-18 17:55:52 -04:00
commit 977f1ff4b8
15030 changed files with 17324420 additions and 0 deletions
@@ -0,0 +1,33 @@
using System.Reflection;
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;
// General Information about an assembly is controlled through the following
// set of attributes. Change these attribute values to modify the information
// associated with an assembly.
[assembly: AssemblyTitle("Roblox.Common")]
[assembly: AssemblyDescription("")]
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("ROBLOX Corporation")]
[assembly: AssemblyProduct("Roblox.Common")]
[assembly: AssemblyCopyright("Copyright © ROBLOX Corporation 2007")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]
// Setting ComVisible to false makes the types in this assembly not visible
// to COM components. If you need to access a type in this assembly from
// COM, set the ComVisible attribute to true on that type.
[assembly: ComVisible(false)]
// The following GUID is for the ID of the typelib if this project is exposed to COM
[assembly: Guid("8fd21d7e-27df-4e72-81c4-25891580b3d5")]
// Version information for an assembly consists of the following four values:
//
// Major Version
// Minor Version
// Build Number
// Revision
//
[assembly: AssemblyVersion("1.0.0.0")]
[assembly: AssemblyFileVersion("1.0.0.0")]
@@ -0,0 +1,208 @@
//------------------------------------------------------------------------------
// <auto-generated>
// This code was generated by a tool.
// Runtime Version:4.0.30319.42000
//
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.
// </auto-generated>
//------------------------------------------------------------------------------
namespace Roblox.Common.Properties {
[global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "17.8.0.0")]
public sealed partial class Settings : global::System.Configuration.ApplicationSettingsBase {
private static Settings defaultInstance = ((Settings)(global::System.Configuration.ApplicationSettingsBase.Synchronized(new Settings())));
public static Settings Default {
get {
return defaultInstance;
}
}
[global::System.Configuration.ApplicationScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("localhost")]
public string SMTPServer {
get {
return ((string)(this["SMTPServer"]));
}
}
[global::System.Configuration.ApplicationScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("http://localhost:3966/RobloxWebSite")]
public string ApplicationURL {
get {
return ((string)(this["ApplicationURL"]));
}
}
[global::System.Configuration.ApplicationScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("25")]
public int dbHelper_DefaultPoolSize {
get {
return ((int)(this["dbHelper_DefaultPoolSize"]));
}
}
[global::System.Configuration.ApplicationScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("False")]
public bool ReplicateLocalCache {
get {
return ((bool)(this["ReplicateLocalCache"]));
}
}
[global::System.Configuration.ApplicationScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("00:00:00.05")]
public string CacheReplicatorWaitTime {
get {
return ((string)(this["CacheReplicatorWaitTime"]));
}
}
[global::System.Configuration.ApplicationScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("224.168.100.2")]
public string CacheReplicatorAddress {
get {
return ((string)(this["CacheReplicatorAddress"]));
}
}
[global::System.Configuration.ApplicationScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("11000")]
public int CacheReplicatorPort {
get {
return ((int)(this["CacheReplicatorPort"]));
}
}
[global::System.Configuration.ApplicationScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("60000")]
public int CacheReplicatorBatchSize {
get {
return ((int)(this["CacheReplicatorBatchSize"]));
}
}
[global::System.Configuration.ApplicationScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("00:00:00.1")]
public string CacheReplicatorSendtimeout {
get {
return ((string)(this["CacheReplicatorSendtimeout"]));
}
}
[global::System.Configuration.ApplicationScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("192.168.0")]
public string CacheReplicatorNicPrefix {
get {
return ((string)(this["CacheReplicatorNicPrefix"]));
}
}
[global::System.Configuration.ApplicationScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("100")]
public uint PgmWindowSizeinMB {
get {
return ((uint)(this["PgmWindowSizeinMB"]));
}
}
[global::System.Configuration.ApplicationScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("00:00:10")]
public global::System.TimeSpan PgmWindowSizeTimeSpan {
get {
return ((global::System.TimeSpan)(this["PgmWindowSizeTimeSpan"]));
}
}
[global::System.Configuration.ApplicationScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("0")]
public int CcrServiceBacklogTrigger {
get {
return ((int)(this["CcrServiceBacklogTrigger"]));
}
}
[global::System.Configuration.ApplicationScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("00:00:03")]
public global::System.TimeSpan CcrServiceBacklogTriggerInterval {
get {
return ((global::System.TimeSpan)(this["CcrServiceBacklogTriggerInterval"]));
}
}
[global::System.Configuration.ApplicationScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("True")]
public bool PreventDirectAppServerAccess {
get {
return ((bool)(this["PreventDirectAppServerAccess"]));
}
}
[global::System.Configuration.ApplicationScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("300")]
public int ClientPresenceUpdateIntervalInSeconds {
get {
return ((int)(this["ClientPresenceUpdateIntervalInSeconds"]));
}
}
[global::System.Configuration.ApplicationScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("!0x5f3759df")]
public string AccessKey {
get {
return ((string)(this["AccessKey"]));
}
}
[global::System.Configuration.ApplicationScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.SpecialSettingAttribute(global::System.Configuration.SpecialSetting.ConnectionString)]
[global::System.Configuration.DefaultSettingValueAttribute("Data Source=192.168.100.80;Initial Catalog=RobloxBilling;User ID=Roblox;Password=" +
"To0Big2F@il")]
public string BillingConnectionString {
get {
return ((string)(this["BillingConnectionString"]));
}
}
[global::System.Configuration.ApplicationScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("01:00:00")]
public string CacheSlidingExpiration {
get {
return ((string)(this["CacheSlidingExpiration"]));
}
}
[global::System.Configuration.ApplicationScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("False")]
public string FacebookUploadEnabled {
get {
return ((string)(this["FacebookUploadEnabled"]));
}
}
}
}
@@ -0,0 +1,70 @@
<?xml version='1.0' encoding='utf-8'?>
<SettingsFile xmlns="http://schemas.microsoft.com/VisualStudio/2004/01/settings" CurrentProfile="(Default)" GeneratedClassNamespace="Roblox.Common.Properties" GeneratedClassName="Settings">
<Profiles />
<Settings>
<Setting Name="SMTPServer" Type="System.String" Scope="Application">
<Value Profile="(Default)">localhost</Value>
</Setting>
<Setting Name="ApplicationURL" Type="System.String" Scope="Application">
<Value Profile="(Default)">http://localhost:3966/RobloxWebSite</Value>
</Setting>
<Setting Name="dbHelper_DefaultPoolSize" Type="System.Int32" Scope="Application">
<Value Profile="(Default)">25</Value>
</Setting>
<Setting Name="ReplicateLocalCache" Type="System.Boolean" Scope="Application">
<Value Profile="(Default)">False</Value>
</Setting>
<Setting Name="CacheReplicatorWaitTime" Type="System.String" Scope="Application">
<Value Profile="(Default)">00:00:00.05</Value>
</Setting>
<Setting Name="CacheReplicatorAddress" Type="System.String" Scope="Application">
<Value Profile="(Default)">224.168.100.2</Value>
</Setting>
<Setting Name="CacheReplicatorPort" Type="System.Int32" Scope="Application">
<Value Profile="(Default)">11000</Value>
</Setting>
<Setting Name="CacheReplicatorBatchSize" Type="System.Int32" Scope="Application">
<Value Profile="(Default)">60000</Value>
</Setting>
<Setting Name="CacheReplicatorSendtimeout" Type="System.String" Scope="Application">
<Value Profile="(Default)">00:00:00.1</Value>
</Setting>
<Setting Name="CacheReplicatorNicPrefix" Type="System.String" Scope="Application">
<Value Profile="(Default)">192.168.0</Value>
</Setting>
<Setting Name="PgmWindowSizeinMB" Type="System.UInt32" Scope="Application">
<Value Profile="(Default)">100</Value>
</Setting>
<Setting Name="PgmWindowSizeTimeSpan" Type="System.TimeSpan" Scope="Application">
<Value Profile="(Default)">00:00:10</Value>
</Setting>
<Setting Name="CcrServiceBacklogTrigger" Type="System.Int32" Scope="Application">
<Value Profile="(Default)">0</Value>
</Setting>
<Setting Name="CcrServiceBacklogTriggerInterval" Type="System.TimeSpan" Scope="Application">
<Value Profile="(Default)">00:00:03</Value>
</Setting>
<Setting Name="PreventDirectAppServerAccess" Type="System.Boolean" Scope="Application">
<Value Profile="(Default)">True</Value>
</Setting>
<Setting Name="ClientPresenceUpdateIntervalInSeconds" Type="System.Int32" Scope="Application">
<Value Profile="(Default)">300</Value>
</Setting>
<Setting Name="AccessKey" Type="System.String" Scope="Application">
<Value Profile="(Default)">!0x5f3759df</Value>
</Setting>
<Setting Name="BillingConnectionString" Type="(Connection string)" Scope="Application">
<DesignTimeValue Profile="(Default)">&lt;?xml version="1.0" encoding="utf-16"?&gt;
&lt;SerializableConnectionString xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"&gt;
&lt;ConnectionString&gt;Data Source=192.168.100.80;Initial Catalog=RobloxBilling;User ID=Roblox;Password=To0Big2F@il&lt;/ConnectionString&gt;
&lt;/SerializableConnectionString&gt;</DesignTimeValue>
<Value Profile="(Default)">Data Source=192.168.100.80;Initial Catalog=RobloxBilling;User ID=Roblox;Password=To0Big2F@il</Value>
</Setting>
<Setting Name="CacheSlidingExpiration" Type="System.String" Scope="Application">
<Value Profile="(Default)">01:00:00</Value>
</Setting>
<Setting Name="FacebookUploadEnabled" Type="System.String" Scope="Application">
<Value Profile="(Default)">False</Value>
</Setting>
</Settings>
</SettingsFile>