diff options
Diffstat (limited to 'bin')
-rw-r--r-- | bin/Ionic.Zip.dll | bin | 0 -> 462336 bytes | |||
-rw-r--r-- | bin/OpenSim.Framework.Serialization.Tests.dll.config | 33 | ||||
-rw-r--r-- | bin/OpenSim.Region.ClientStack.LindenCaps.Tests.dll.config | 33 | ||||
-rw-r--r-- | bin/OpenSim.Region.ClientStack.LindenUDP.Tests.dll.config | 33 | ||||
-rw-r--r-- | bin/OpenSim.Region.OptionalModules.Tests.dll.config | 33 | ||||
-rw-r--r-- | bin/OpenSim.Tests.Torture.dll.config | 33 | ||||
-rwxr-xr-x | bin/OpenSim.exe.config | 5 | ||||
-rwxr-xr-x | bin/OpenSim.ini.example | 24 | ||||
-rw-r--r-- | bin/OpenSimDefaults.ini | 80 | ||||
-rwxr-xr-x | bin/PrimMesher.dll | bin | 37376 -> 46592 bytes | |||
-rw-r--r-- | bin/Robust.HG.ini.example | 42 | ||||
-rw-r--r-- | bin/Robust.ini.example | 41 | ||||
-rw-r--r-- | bin/config-include/FlotsamCache.ini.example | 4 | ||||
-rw-r--r-- | bin/config-include/Grid.ini | 3 | ||||
-rw-r--r-- | bin/config-include/GridCommon.ini.example | 4 | ||||
-rw-r--r-- | bin/config-include/Standalone.ini | 15 | ||||
-rw-r--r-- | bin/config-include/StandaloneCommon.ini.example | 12 | ||||
-rw-r--r-- | bin/pCampBot.exe.config | 2 | ||||
-rw-r--r-- | bin/startuplogo.txt | 1 |
19 files changed, 193 insertions, 205 deletions
diff --git a/bin/Ionic.Zip.dll b/bin/Ionic.Zip.dll new file mode 100644 index 0000000..95fa928 --- /dev/null +++ b/bin/Ionic.Zip.dll | |||
Binary files differ | |||
diff --git a/bin/OpenSim.Framework.Serialization.Tests.dll.config b/bin/OpenSim.Framework.Serialization.Tests.dll.config deleted file mode 100644 index a3f681d..0000000 --- a/bin/OpenSim.Framework.Serialization.Tests.dll.config +++ /dev/null | |||
@@ -1,33 +0,0 @@ | |||
1 | <?xml version="1.0" encoding="utf-8" ?> | ||
2 | <configuration> | ||
3 | <configSections> | ||
4 | <section name="log4net" type="log4net.Config.Log4NetConfigurationSectionHandler,log4net" /> | ||
5 | </configSections> | ||
6 | <runtime> | ||
7 | <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1"> | ||
8 | <dependentAssembly> | ||
9 | <assemblyIdentity name="nunit.framework" publicKeyToken="96d09a1eb7f44a77" culture="Neutral" /> | ||
10 | <bindingRedirect oldVersion="2.0.6.0" newVersion="2.4.6.0" /> | ||
11 | <bindingRedirect oldVersion="2.1.4.0" newVersion="2.4.6.0" /> | ||
12 | <bindingRedirect oldVersion="2.2.8.0" newVersion="2.4.6.0" /> | ||
13 | </dependentAssembly> | ||
14 | </assemblyBinding> | ||
15 | </runtime> | ||
16 | <log4net> | ||
17 | <!-- A1 is set to be a ConsoleAppender --> | ||
18 | <appender name="A1" type="log4net.Appender.ConsoleAppender"> | ||
19 | |||
20 | <!-- A1 uses PatternLayout --> | ||
21 | <layout type="log4net.Layout.PatternLayout"> | ||
22 | <!-- Print the date in ISO 8601 format --> | ||
23 | <conversionPattern value="%date [%thread] %-5level %logger %ndc - %message%newline" /> | ||
24 | </layout> | ||
25 | </appender> | ||
26 | |||
27 | <!-- Set root logger level to DEBUG and its only appender to A1 --> | ||
28 | <root> | ||
29 | <level value="DEBUG" /> | ||
30 | <appender-ref ref="A1" /> | ||
31 | </root> | ||
32 | </log4net> | ||
33 | </configuration> | ||
diff --git a/bin/OpenSim.Region.ClientStack.LindenCaps.Tests.dll.config b/bin/OpenSim.Region.ClientStack.LindenCaps.Tests.dll.config deleted file mode 100644 index a3f681d..0000000 --- a/bin/OpenSim.Region.ClientStack.LindenCaps.Tests.dll.config +++ /dev/null | |||
@@ -1,33 +0,0 @@ | |||
1 | <?xml version="1.0" encoding="utf-8" ?> | ||
2 | <configuration> | ||
3 | <configSections> | ||
4 | <section name="log4net" type="log4net.Config.Log4NetConfigurationSectionHandler,log4net" /> | ||
5 | </configSections> | ||
6 | <runtime> | ||
7 | <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1"> | ||
8 | <dependentAssembly> | ||
9 | <assemblyIdentity name="nunit.framework" publicKeyToken="96d09a1eb7f44a77" culture="Neutral" /> | ||
10 | <bindingRedirect oldVersion="2.0.6.0" newVersion="2.4.6.0" /> | ||
11 | <bindingRedirect oldVersion="2.1.4.0" newVersion="2.4.6.0" /> | ||
12 | <bindingRedirect oldVersion="2.2.8.0" newVersion="2.4.6.0" /> | ||
13 | </dependentAssembly> | ||
14 | </assemblyBinding> | ||
15 | </runtime> | ||
16 | <log4net> | ||
17 | <!-- A1 is set to be a ConsoleAppender --> | ||
18 | <appender name="A1" type="log4net.Appender.ConsoleAppender"> | ||
19 | |||
20 | <!-- A1 uses PatternLayout --> | ||
21 | <layout type="log4net.Layout.PatternLayout"> | ||
22 | <!-- Print the date in ISO 8601 format --> | ||
23 | <conversionPattern value="%date [%thread] %-5level %logger %ndc - %message%newline" /> | ||
24 | </layout> | ||
25 | </appender> | ||
26 | |||
27 | <!-- Set root logger level to DEBUG and its only appender to A1 --> | ||
28 | <root> | ||
29 | <level value="DEBUG" /> | ||
30 | <appender-ref ref="A1" /> | ||
31 | </root> | ||
32 | </log4net> | ||
33 | </configuration> | ||
diff --git a/bin/OpenSim.Region.ClientStack.LindenUDP.Tests.dll.config b/bin/OpenSim.Region.ClientStack.LindenUDP.Tests.dll.config deleted file mode 100644 index a3f681d..0000000 --- a/bin/OpenSim.Region.ClientStack.LindenUDP.Tests.dll.config +++ /dev/null | |||
@@ -1,33 +0,0 @@ | |||
1 | <?xml version="1.0" encoding="utf-8" ?> | ||
2 | <configuration> | ||
3 | <configSections> | ||
4 | <section name="log4net" type="log4net.Config.Log4NetConfigurationSectionHandler,log4net" /> | ||
5 | </configSections> | ||
6 | <runtime> | ||
7 | <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1"> | ||
8 | <dependentAssembly> | ||
9 | <assemblyIdentity name="nunit.framework" publicKeyToken="96d09a1eb7f44a77" culture="Neutral" /> | ||
10 | <bindingRedirect oldVersion="2.0.6.0" newVersion="2.4.6.0" /> | ||
11 | <bindingRedirect oldVersion="2.1.4.0" newVersion="2.4.6.0" /> | ||
12 | <bindingRedirect oldVersion="2.2.8.0" newVersion="2.4.6.0" /> | ||
13 | </dependentAssembly> | ||
14 | </assemblyBinding> | ||
15 | </runtime> | ||
16 | <log4net> | ||
17 | <!-- A1 is set to be a ConsoleAppender --> | ||
18 | <appender name="A1" type="log4net.Appender.ConsoleAppender"> | ||
19 | |||
20 | <!-- A1 uses PatternLayout --> | ||
21 | <layout type="log4net.Layout.PatternLayout"> | ||
22 | <!-- Print the date in ISO 8601 format --> | ||
23 | <conversionPattern value="%date [%thread] %-5level %logger %ndc - %message%newline" /> | ||
24 | </layout> | ||
25 | </appender> | ||
26 | |||
27 | <!-- Set root logger level to DEBUG and its only appender to A1 --> | ||
28 | <root> | ||
29 | <level value="DEBUG" /> | ||
30 | <appender-ref ref="A1" /> | ||
31 | </root> | ||
32 | </log4net> | ||
33 | </configuration> | ||
diff --git a/bin/OpenSim.Region.OptionalModules.Tests.dll.config b/bin/OpenSim.Region.OptionalModules.Tests.dll.config deleted file mode 100644 index a3f681d..0000000 --- a/bin/OpenSim.Region.OptionalModules.Tests.dll.config +++ /dev/null | |||
@@ -1,33 +0,0 @@ | |||
1 | <?xml version="1.0" encoding="utf-8" ?> | ||
2 | <configuration> | ||
3 | <configSections> | ||
4 | <section name="log4net" type="log4net.Config.Log4NetConfigurationSectionHandler,log4net" /> | ||
5 | </configSections> | ||
6 | <runtime> | ||
7 | <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1"> | ||
8 | <dependentAssembly> | ||
9 | <assemblyIdentity name="nunit.framework" publicKeyToken="96d09a1eb7f44a77" culture="Neutral" /> | ||
10 | <bindingRedirect oldVersion="2.0.6.0" newVersion="2.4.6.0" /> | ||
11 | <bindingRedirect oldVersion="2.1.4.0" newVersion="2.4.6.0" /> | ||
12 | <bindingRedirect oldVersion="2.2.8.0" newVersion="2.4.6.0" /> | ||
13 | </dependentAssembly> | ||
14 | </assemblyBinding> | ||
15 | </runtime> | ||
16 | <log4net> | ||
17 | <!-- A1 is set to be a ConsoleAppender --> | ||
18 | <appender name="A1" type="log4net.Appender.ConsoleAppender"> | ||
19 | |||
20 | <!-- A1 uses PatternLayout --> | ||
21 | <layout type="log4net.Layout.PatternLayout"> | ||
22 | <!-- Print the date in ISO 8601 format --> | ||
23 | <conversionPattern value="%date [%thread] %-5level %logger %ndc - %message%newline" /> | ||
24 | </layout> | ||
25 | </appender> | ||
26 | |||
27 | <!-- Set root logger level to DEBUG and its only appender to A1 --> | ||
28 | <root> | ||
29 | <level value="DEBUG" /> | ||
30 | <appender-ref ref="A1" /> | ||
31 | </root> | ||
32 | </log4net> | ||
33 | </configuration> | ||
diff --git a/bin/OpenSim.Tests.Torture.dll.config b/bin/OpenSim.Tests.Torture.dll.config deleted file mode 100644 index a3f681d..0000000 --- a/bin/OpenSim.Tests.Torture.dll.config +++ /dev/null | |||
@@ -1,33 +0,0 @@ | |||
1 | <?xml version="1.0" encoding="utf-8" ?> | ||
2 | <configuration> | ||
3 | <configSections> | ||
4 | <section name="log4net" type="log4net.Config.Log4NetConfigurationSectionHandler,log4net" /> | ||
5 | </configSections> | ||
6 | <runtime> | ||
7 | <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1"> | ||
8 | <dependentAssembly> | ||
9 | <assemblyIdentity name="nunit.framework" publicKeyToken="96d09a1eb7f44a77" culture="Neutral" /> | ||
10 | <bindingRedirect oldVersion="2.0.6.0" newVersion="2.4.6.0" /> | ||
11 | <bindingRedirect oldVersion="2.1.4.0" newVersion="2.4.6.0" /> | ||
12 | <bindingRedirect oldVersion="2.2.8.0" newVersion="2.4.6.0" /> | ||
13 | </dependentAssembly> | ||
14 | </assemblyBinding> | ||
15 | </runtime> | ||
16 | <log4net> | ||
17 | <!-- A1 is set to be a ConsoleAppender --> | ||
18 | <appender name="A1" type="log4net.Appender.ConsoleAppender"> | ||
19 | |||
20 | <!-- A1 uses PatternLayout --> | ||
21 | <layout type="log4net.Layout.PatternLayout"> | ||
22 | <!-- Print the date in ISO 8601 format --> | ||
23 | <conversionPattern value="%date [%thread] %-5level %logger %ndc - %message%newline" /> | ||
24 | </layout> | ||
25 | </appender> | ||
26 | |||
27 | <!-- Set root logger level to DEBUG and its only appender to A1 --> | ||
28 | <root> | ||
29 | <level value="DEBUG" /> | ||
30 | <appender-ref ref="A1" /> | ||
31 | </root> | ||
32 | </log4net> | ||
33 | </configuration> | ||
diff --git a/bin/OpenSim.exe.config b/bin/OpenSim.exe.config index 4a49fc5..e3107ab 100755 --- a/bin/OpenSim.exe.config +++ b/bin/OpenSim.exe.config | |||
@@ -31,5 +31,10 @@ | |||
31 | <appender-ref ref="Console" /> | 31 | <appender-ref ref="Console" /> |
32 | <appender-ref ref="LogFileAppender" /> | 32 | <appender-ref ref="LogFileAppender" /> |
33 | </root> | 33 | </root> |
34 | |||
35 | <logger name="OpenSim.Region.ScriptEngine.XEngine"> | ||
36 | <level value="INFO"/> | ||
37 | </logger> | ||
38 | |||
34 | </log4net> | 39 | </log4net> |
35 | </configuration> | 40 | </configuration> |
diff --git a/bin/OpenSim.ini.example b/bin/OpenSim.ini.example index 50366a6..aa29c07 100755 --- a/bin/OpenSim.ini.example +++ b/bin/OpenSim.ini.example | |||
@@ -241,6 +241,19 @@ | |||
241 | ;; server to send mail through. | 241 | ;; server to send mail through. |
242 | ; emailmodule = DefaultEmailModule | 242 | ; emailmodule = DefaultEmailModule |
243 | 243 | ||
244 | ;# {SpawnPointRouting} {} {Set routing method for Telehub Spawnpoints} {closest random sequence} closest | ||
245 | ;; SpawnPointRouting adjusts the landing for incoming avatars. | ||
246 | ;; "closest" will place the avatar at the SpawnPoint located in the closest | ||
247 | ;; available spot to the destination (typically map click/landmark). | ||
248 | ;; "random" will place the avatar on a randomly selected spawnpoint; | ||
249 | ;; "sequence" will place the avatar on the next sequential SpawnPoint | ||
250 | ; SpawnPointRouting = closest | ||
251 | |||
252 | ;# {TelehubAllowLandmark} {} {Allow users with landmarks to override telehub routing} {true false} false | ||
253 | ;; TelehubAllowLandmark allows users with landmarks to override telehub routing and land at the landmark coordinates when set to true | ||
254 | ;; default is false | ||
255 | ; TelehubAllowLandmark = false | ||
256 | |||
244 | [Estates] | 257 | [Estates] |
245 | ; If these values are commented out then the user will be asked for estate details when required (this is the normal case). | 258 | ; If these values are commented out then the user will be asked for estate details when required (this is the normal case). |
246 | ; If these values are uncommented then they will be used to create a default estate as necessary. | 259 | ; If these values are uncommented then they will be used to create a default estate as necessary. |
@@ -273,6 +286,12 @@ | |||
273 | ;# {host_domain_header_from} {[Startup]emailmodule:DefaultEmailModule enabled:true} {From address to use in the sent email header?} {} 127.0.0.1 | 286 | ;# {host_domain_header_from} {[Startup]emailmodule:DefaultEmailModule enabled:true} {From address to use in the sent email header?} {} 127.0.0.1 |
274 | ; host_domain_header_from = "127.0.0.1" | 287 | ; host_domain_header_from = "127.0.0.1" |
275 | 288 | ||
289 | ;# {email_pause_time} {[Startup]emailmodule:DefaultEmailModule enabled:true} {Period in seconds to delay after an email is sent.} {} 20 | ||
290 | ; email_pause_time = 20 | ||
291 | |||
292 | ;# {email_max_size} {[Startup]emailmodule:DefaultEmailModule enabled:true} {Maximum total size of email in bytes.} {} 4096 | ||
293 | ; email_max_size = 4096 | ||
294 | |||
276 | ;# {SMTP_SERVER_HOSTNAME} {[Startup]emailmodule:DefaultEmailModule enabled:true} {SMTP server name?} {} 127.0.0.1 | 295 | ;# {SMTP_SERVER_HOSTNAME} {[Startup]emailmodule:DefaultEmailModule enabled:true} {SMTP server name?} {} 127.0.0.1 |
277 | ; SMTP_SERVER_HOSTNAME = "127.0.0.1" | 296 | ; SMTP_SERVER_HOSTNAME = "127.0.0.1" |
278 | 297 | ||
@@ -285,7 +304,6 @@ | |||
285 | ;# {SMTP_SERVER_PASSWORD} {[Startup]emailmodule:DefaultEmailModule enabled:true} {SMTP server password} {} | 304 | ;# {SMTP_SERVER_PASSWORD} {[Startup]emailmodule:DefaultEmailModule enabled:true} {SMTP server password} {} |
286 | ; SMTP_SERVER_PASSWORD = "" | 305 | ; SMTP_SERVER_PASSWORD = "" |
287 | 306 | ||
288 | |||
289 | [Network] | 307 | [Network] |
290 | ;; Configure the remote console user here. This will not actually be used | 308 | ;; Configure the remote console user here. This will not actually be used |
291 | ;; unless you use -console=rest at startup. | 309 | ;; unless you use -console=rest at startup. |
@@ -677,7 +695,7 @@ | |||
677 | ;; Sets the multiplier for the scripting delays | 695 | ;; Sets the multiplier for the scripting delays |
678 | ; ScriptDelayFactor = 1.0 | 696 | ; ScriptDelayFactor = 1.0 |
679 | 697 | ||
680 | ;; The factor the 10 m distances llimits are multiplied by | 698 | ;; The factor the 10 m distances limits are multiplied by |
681 | ; ScriptDistanceLimitFactor = 1.0 | 699 | ; ScriptDistanceLimitFactor = 1.0 |
682 | 700 | ||
683 | ;; Maximum length of notecard line read | 701 | ;; Maximum length of notecard line read |
@@ -780,7 +798,7 @@ | |||
780 | ;; groups service if the service is using these keys | 798 | ;; groups service if the service is using these keys |
781 | ; XmlRpcServiceReadKey = 1234 | 799 | ; XmlRpcServiceReadKey = 1234 |
782 | ; XmlRpcServiceWriteKey = 1234 | 800 | ; XmlRpcServiceWriteKey = 1234 |
783 | 801 | ||
784 | [InterestManagement] | 802 | [InterestManagement] |
785 | ;# {UpdatePrioritizationScheme} {} {Update prioritization scheme?} {BestAvatarResponsiveness Time Distance SimpleAngularDistance FrontBack} BestAvatarResponsiveness | 803 | ;# {UpdatePrioritizationScheme} {} {Update prioritization scheme?} {BestAvatarResponsiveness Time Distance SimpleAngularDistance FrontBack} BestAvatarResponsiveness |
786 | ;; This section controls how state updates are prioritized for each client | 804 | ;; This section controls how state updates are prioritized for each client |
diff --git a/bin/OpenSimDefaults.ini b/bin/OpenSimDefaults.ini index 6fb9787..6d699fd 100644 --- a/bin/OpenSimDefaults.ini +++ b/bin/OpenSimDefaults.ini | |||
@@ -33,6 +33,10 @@ | |||
33 | ; Console commands run every 20 minutes | 33 | ; Console commands run every 20 minutes |
34 | ; timer_Script = "filename" | 34 | ; timer_Script = "filename" |
35 | 35 | ||
36 | ; timer_Script time interval (default 20 min) | ||
37 | ; The time is 60 per minute | ||
38 | ; timer_Interval = 1200 | ||
39 | |||
36 | ; ## | 40 | ; ## |
37 | ; ## SYSTEM | 41 | ; ## SYSTEM |
38 | ; ## | 42 | ; ## |
@@ -337,6 +341,13 @@ | |||
337 | ; OpenJPEG if false | 341 | ; OpenJPEG if false |
338 | ; UseCSJ2K = true | 342 | ; UseCSJ2K = true |
339 | 343 | ||
344 | |||
345 | ; Use "Trash" folder for items deleted from the scene | ||
346 | ; When set to True (the default) items deleted from the scene will be | ||
347 | ; stored in the user's trash or lost and found folder. When set to | ||
348 | ; False items will be removed from the scene permanently | ||
349 | UseTrashOnDelete = True | ||
350 | |||
340 | ; Persist avatar baked textures | 351 | ; Persist avatar baked textures |
341 | ; Persisting baked textures can speed up login and region border | 352 | ; Persisting baked textures can speed up login and region border |
342 | ; crossings especially with large numbers of users, though it | 353 | ; crossings especially with large numbers of users, though it |
@@ -527,7 +538,20 @@ | |||
527 | ; silly vanity "Facelights" dead. Sorry, head mounted miner's lamps | 538 | ; silly vanity "Facelights" dead. Sorry, head mounted miner's lamps |
528 | ; will also be affected. | 539 | ; will also be affected. |
529 | ; | 540 | ; |
530 | ;DisableFacelights = "false(1815) | 541 | ;DisableFacelights = false |
542 | |||
543 | ; The time to wait before disconecting an unresponsive client. | ||
544 | ; The time is in seconds. The default is one minute | ||
545 | ; | ||
546 | ;AckTimeout = 60 | ||
547 | |||
548 | ; The time to wait before disconecting an unresponsive paused client. | ||
549 | ; A client can be paused when the file selection dialog is open during file upload. | ||
550 | ; This gives extra time to find files via the dialog but will still disconnect if | ||
551 | ; the client crashes or loses its network connection | ||
552 | ; The time is in seconds. The default is five minutes. | ||
553 | ; | ||
554 | ;PausedAckTimeout = 300 | ||
531 | 555 | ||
532 | [ClientStack.LindenCaps] | 556 | [ClientStack.LindenCaps] |
533 | ;; Long list of capabilities taken from | 557 | ;; Long list of capabilities taken from |
@@ -542,6 +566,7 @@ | |||
542 | Cap_CopyInventoryFromNotecard = "localhost" | 566 | Cap_CopyInventoryFromNotecard = "localhost" |
543 | Cap_DispatchRegionInfo = "" | 567 | Cap_DispatchRegionInfo = "" |
544 | Cap_EstateChangeInfo = "" | 568 | Cap_EstateChangeInfo = "" |
569 | Cap_EnvironmentSettings = "localhost" | ||
545 | Cap_EventQueueGet = "localhost" | 570 | Cap_EventQueueGet = "localhost" |
546 | Cap_FetchInventory = "" | 571 | Cap_FetchInventory = "" |
547 | Cap_ObjectMedia = "localhost" | 572 | Cap_ObjectMedia = "localhost" |
@@ -594,13 +619,12 @@ | |||
594 | Cap_ViewerStartAuction = "" | 619 | Cap_ViewerStartAuction = "" |
595 | Cap_ViewerStats = "" | 620 | Cap_ViewerStats = "" |
596 | 621 | ||
597 | ; The various fetch inventory caps are supported by OpenSim, but may | 622 | ; Capabilities for fetching inventory over HTTP rather than UDP |
598 | ; lead to poor sim performance if served by the simulators, | ||
599 | ; so they are currently disabled by default. | ||
600 | ; FetchInventoryDescendents2 and FetchInventory2 are the ones used in the latest Linden Lab viewers (from some point in the v2 series and above) | 623 | ; FetchInventoryDescendents2 and FetchInventory2 are the ones used in the latest Linden Lab viewers (from some point in the v2 series and above) |
624 | ; It appears that Linden Lab viewer 3.3.1 onwards will not work properly if FetchInventoryDescendents2 and FetchInventory2 are not enabled | ||
601 | Cap_WebFetchInventoryDescendents = "" | 625 | Cap_WebFetchInventoryDescendents = "" |
602 | Cap_FetchInventoryDescendents2 = "" | 626 | Cap_FetchInventoryDescendents2 = "localhost" |
603 | Cap_FetchInventory2 = "" | 627 | Cap_FetchInventory2 = "localhost" |
604 | 628 | ||
605 | 629 | ||
606 | [Chat] | 630 | [Chat] |
@@ -668,6 +692,25 @@ | |||
668 | 692 | ||
669 | 693 | ||
670 | [ODEPhysicsSettings] | 694 | [ODEPhysicsSettings] |
695 | ; ## | ||
696 | ; ## Physics stats settings | ||
697 | ; | ||
698 | |||
699 | ; If collect_stats is enabled, then extra stat information is collected which is accessible via the MonitorModule | ||
700 | ; (see http://opensimulator.org/wiki/Monitoring_Module for more details). | ||
701 | collect_stats = false | ||
702 | |||
703 | ; ## | ||
704 | ; ## Physics logging settings - logfiles are saved to *.DIF files | ||
705 | ; ## | ||
706 | |||
707 | ; default is false | ||
708 | ;physics_logging = true | ||
709 | ;; every n simulation iterations, the physics snapshot file is updated | ||
710 | ;physics_logging_interval = 50 | ||
711 | ;; append to existing physics logfile, or overwrite existing logfiles? | ||
712 | ;physics_logging_append_existing_logfile = true | ||
713 | |||
671 | ;## | 714 | ;## |
672 | ;## World Settings | 715 | ;## World Settings |
673 | ;## | 716 | ;## |
@@ -817,17 +860,6 @@ | |||
817 | mesh_physical_lod = 16 | 860 | mesh_physical_lod = 16 |
818 | 861 | ||
819 | ; ## | 862 | ; ## |
820 | ; ## Physics logging settings - logfiles are saved to *.DIF files | ||
821 | ; ## | ||
822 | |||
823 | ; default is false | ||
824 | ;physics_logging = true | ||
825 | ;; every n simulation iterations, the physics snapshot file is updated | ||
826 | ;physics_logging_interval = 50 | ||
827 | ;; append to existing physics logfile, or overwrite existing logfiles? | ||
828 | ;physics_logging_append_existing_logfile = true | ||
829 | |||
830 | ; ## | ||
831 | ; ## Joint support | 863 | ; ## Joint support |
832 | ; ## | 864 | ; ## |
833 | 865 | ||
@@ -1125,16 +1157,20 @@ | |||
1125 | ; currently unused | 1157 | ; currently unused |
1126 | ; AllowosConsoleCommand=false | 1158 | ; AllowosConsoleCommand=false |
1127 | 1159 | ||
1160 | ; Are god functions such as llSetObjectPermMask() allowed? If true then gods and only gods have access to these functions. | ||
1161 | ; If false then gods cannot execute these functions either. | ||
1128 | AllowGodFunctions = false | 1162 | AllowGodFunctions = false |
1129 | 1163 | ||
1130 | ; Maximum number of llListen events we allow over the entire region. | 1164 | ; Maximum number of llListen events we allow over the entire region. |
1131 | ; Set this to 0 to have no limit imposed | 1165 | ; Set this to 0 to have no limit imposed |
1132 | max_listeners_per_region = 1000 | 1166 | max_listens_per_region = 1000 |
1133 | 1167 | ||
1134 | ; Maximum number of llListen events we allow per script | 1168 | ; Maximum number of llListen events we allow per script |
1135 | ; Set this to 0 to have no limit imposed. | 1169 | ; Set this to 0 to have no limit imposed. |
1136 | max_listens_per_script = 64 | 1170 | max_listens_per_script = 64 |
1137 | 1171 | ||
1172 | ; Maximum number of external urls that scripts can set up in this simulator (e.g. via llRequestURL()) | ||
1173 | max_external_urls_per_simulator = 100 | ||
1138 | 1174 | ||
1139 | [DataSnapshot] | 1175 | [DataSnapshot] |
1140 | ; The following set of configs pertains to search. | 1176 | ; The following set of configs pertains to search. |
@@ -1561,6 +1597,12 @@ | |||
1561 | RefreshTime = 3600 | 1597 | RefreshTime = 3600 |
1562 | 1598 | ||
1563 | ;; | 1599 | ;; |
1600 | ;; JsonStore module provides structured store for scripts | ||
1601 | ;; | ||
1602 | [JsonStore] | ||
1603 | Enabled = False | ||
1604 | |||
1605 | ;; | ||
1564 | ;; These are defaults that are overwritten below in [Architecture]. | 1606 | ;; These are defaults that are overwritten below in [Architecture]. |
1565 | ;; These defaults allow OpenSim to work out of the box with | 1607 | ;; These defaults allow OpenSim to work out of the box with |
1566 | ;; zero configuration | 1608 | ;; zero configuration |
diff --git a/bin/PrimMesher.dll b/bin/PrimMesher.dll index 249e91c..87022b7 100755 --- a/bin/PrimMesher.dll +++ b/bin/PrimMesher.dll | |||
Binary files differ | |||
diff --git a/bin/Robust.HG.ini.example b/bin/Robust.HG.ini.example index 2fd9f11..3eecdd9 100644 --- a/bin/Robust.HG.ini.example +++ b/bin/Robust.HG.ini.example | |||
@@ -185,7 +185,7 @@ ServiceConnectors = "8003/OpenSim.Server.Handlers.dll:AssetServiceConnector,8003 | |||
185 | ;; This switch creates the minimum set of body parts and avatar entries for a viewer 2 | 185 | ;; This switch creates the minimum set of body parts and avatar entries for a viewer 2 |
186 | ;; to show a default "Ruth" avatar rather than a cloud for a newly created user. | 186 | ;; to show a default "Ruth" avatar rather than a cloud for a newly created user. |
187 | ;; Default is false | 187 | ;; Default is false |
188 | ; CreateDefaultAvatarEntries = false | 188 | CreateDefaultAvatarEntries = true |
189 | 189 | ||
190 | ;; Allow the service to process HTTP createuser calls. | 190 | ;; Allow the service to process HTTP createuser calls. |
191 | ;; Default is false. | 191 | ;; Default is false. |
@@ -237,12 +237,19 @@ ServiceConnectors = "8003/OpenSim.Server.Handlers.dll:AssetServiceConnector,8003 | |||
237 | 237 | ||
238 | WelcomeMessage = "Welcome, Avatar!" | 238 | WelcomeMessage = "Welcome, Avatar!" |
239 | AllowRemoteSetLoginLevel = "false" | 239 | AllowRemoteSetLoginLevel = "false" |
240 | 240 | ||
241 | ; For V2 map | 241 | ; For V2 map |
242 | MapTileURL = "http://127.0.0.1:8002"; | 242 | MapTileURL = "http://127.0.0.1:8002"; |
243 | 243 | ||
244 | ; For WebProfiles (V3) | 244 | ; For V2/3 Web Profiles |
245 | ProfileServerURL = "http://127.0.0.1/profiles/[AGENT_NAME]" | 245 | ; Work in progress: The ProfileServerURL/OpenIDServerURL are |
246 | ; being used in a development viewer as support for webprofiles | ||
247 | ; is being developed across the componets | ||
248 | ; | ||
249 | ; ProfileServerURL = "http://127.0.0.1/profiles/[AGENT_NAME]" | ||
250 | ; | ||
251 | ; For V2/V3 webapp authentication SSO | ||
252 | ; OpenIDServerURL = "http://127.0.0.1/openid/openidserver/" | ||
246 | 253 | ||
247 | ; If you run this login server behind a proxy, set this to true | 254 | ; If you run this login server behind a proxy, set this to true |
248 | ; HasProxy = false | 255 | ; HasProxy = false |
@@ -275,10 +282,29 @@ ServiceConnectors = "8003/OpenSim.Server.Handlers.dll:AssetServiceConnector,8003 | |||
275 | ;AllowedClients = "" | 282 | ;AllowedClients = "" |
276 | ;DeniedClients = "" | 283 | ;DeniedClients = "" |
277 | 284 | ||
285 | ;# {DSTZone} {} {Override Daylight Saving Time rules} {* none local} "America/Los_Angeles;Pacific Standard Time" | ||
286 | ;; Viewers do not receive timezone information from the server - almost all (?) default to Pacific Standard Time | ||
287 | ;; However, they do rely on the server to tell them whether it's Daylight Saving Time or not. | ||
288 | ;; Hence, calculating DST based on a different timezone can result in a misleading viewer display and inconsistencies between grids. | ||
289 | ;; By default, this setting uses various timezone names to calculate DST with regards to the viewer's standard PST. | ||
290 | ;; Options are | ||
291 | ;; "none" no DST | ||
292 | ;; "local" use the server's only timezone to calculate DST. This is previous OpenSimulator behaviour. | ||
293 | ;; "America/Los_Angeles;Pacific Standard Time" use these timezone names to look up Daylight savings. | ||
294 | ;; 'America/Los_Angeles' is used on Linux/Mac systems whilst 'Pacific Standard Time' is used on Windows | ||
295 | DSTZone = "America/Los_Angeles;Pacific Standard Time" | ||
296 | |||
278 | [MapImageService] | 297 | [MapImageService] |
279 | LocalServiceModule = "OpenSim.Services.MapImageService.dll:MapImageService" | 298 | LocalServiceModule = "OpenSim.Services.MapImageService.dll:MapImageService" |
280 | ; Set this if you want to change the default | 299 | ; Set this if you want to change the default |
281 | ; TilesStoragePath = "maptiles" | 300 | ; TilesStoragePath = "maptiles" |
301 | ; | ||
302 | ; If for some reason you have the AddMapTile service outside the firewall (e.g. 8002), | ||
303 | ; you may want to set this. Otherwise, don't set it, because it's already protected. | ||
304 | ; GridService = "OpenSim.Services.GridService.dll:GridService" | ||
305 | ; | ||
306 | ; Additionally, if you run this server behind a proxy, set this to true | ||
307 | ; HasProxy = false | ||
282 | 308 | ||
283 | [GridInfoService] | 309 | [GridInfoService] |
284 | ; These settings are used to return information on a get_grid_info call. | 310 | ; These settings are used to return information on a get_grid_info call. |
@@ -318,6 +344,14 @@ ServiceConnectors = "8003/OpenSim.Server.Handlers.dll:AssetServiceConnector,8003 | |||
318 | 344 | ||
319 | ; password help: optional: page providing password assistance for users of your grid | 345 | ; password help: optional: page providing password assistance for users of your grid |
320 | ;password = http://127.0.0.1/password | 346 | ;password = http://127.0.0.1/password |
347 | |||
348 | ; HG address of the gatekeeper, if you have one | ||
349 | ; this is the entry point for all the regions of the world | ||
350 | ; gatekeeper = http://127.0.0.1:8002/ | ||
351 | |||
352 | ; HG user domain, if you have one | ||
353 | ; this is the entry point for all user-related HG services | ||
354 | ; uas = http://127.0.0.1:8002/ | ||
321 | 355 | ||
322 | [GatekeeperService] | 356 | [GatekeeperService] |
323 | LocalServiceModule = "OpenSim.Services.HypergridService.dll:GatekeeperService" | 357 | LocalServiceModule = "OpenSim.Services.HypergridService.dll:GatekeeperService" |
diff --git a/bin/Robust.ini.example b/bin/Robust.ini.example index 69e94a5..5a9d613 100644 --- a/bin/Robust.ini.example +++ b/bin/Robust.ini.example | |||
@@ -166,7 +166,7 @@ ServiceConnectors = "8003/OpenSim.Server.Handlers.dll:AssetServiceConnector,8003 | |||
166 | ;; This switch creates the minimum set of body parts and avatar entries for a viewer 2 | 166 | ;; This switch creates the minimum set of body parts and avatar entries for a viewer 2 |
167 | ;; to show a default "Ruth" avatar rather than a cloud for a newly created user. | 167 | ;; to show a default "Ruth" avatar rather than a cloud for a newly created user. |
168 | ;; Default is false | 168 | ;; Default is false |
169 | ; CreateDefaultAvatarEntries = false | 169 | CreateDefaultAvatarEntries = true |
170 | 170 | ||
171 | ;; Allow the service to process HTTP createuser calls. | 171 | ;; Allow the service to process HTTP createuser calls. |
172 | ;; Default is false. | 172 | ;; Default is false. |
@@ -225,10 +225,14 @@ ServiceConnectors = "8003/OpenSim.Server.Handlers.dll:AssetServiceConnector,8003 | |||
225 | MapTileURL = "http://127.0.0.1:8002"; | 225 | MapTileURL = "http://127.0.0.1:8002"; |
226 | 226 | ||
227 | ; For V2/3 Web Profiles | 227 | ; For V2/3 Web Profiles |
228 | ProfileServerURL = "http://127.0.0.1/profiles/[AGENT_NAME]" | 228 | ; Work in progress: The ProfileServerURL/OpenIDServerURL are |
229 | 229 | ; being used in a development viewer as support for webprofiles | |
230 | ; is being developed across the componets | ||
231 | ; | ||
232 | ; ProfileServerURL = "http://127.0.0.1/profiles/[AGENT_NAME]" | ||
233 | ; | ||
230 | ; For V2/V3 webapp authentication SSO | 234 | ; For V2/V3 webapp authentication SSO |
231 | OpenIDServerURL = "http://127.0.0.1/openid/openidserver/" | 235 | ; OpenIDServerURL = "http://127.0.0.1/openid/openidserver/" |
232 | 236 | ||
233 | ; If you run this login server behind a proxy, set this to true | 237 | ; If you run this login server behind a proxy, set this to true |
234 | ; HasProxy = false | 238 | ; HasProxy = false |
@@ -250,10 +254,39 @@ ServiceConnectors = "8003/OpenSim.Server.Handlers.dll:AssetServiceConnector,8003 | |||
250 | ;AllowedClients = "" | 254 | ;AllowedClients = "" |
251 | ;DeniedClients = "" | 255 | ;DeniedClients = "" |
252 | 256 | ||
257 | ;# {DSTZone} {} {Override Daylight Saving Time rules} {* none local} "America/Los_Angeles;Pacific Standard Time" | ||
258 | ;; Viewers do not listen to timezone sent by the server. They use Pacific Standard Time instead, | ||
259 | ;; but rely on the server to calculate Daylight Saving Time. Sending another DST than US Pacific | ||
260 | ;; would result in time inconsistencies between grids (during summer and around DST transition period) | ||
261 | ;; default let OpenSim calculate US Pacific DST | ||
262 | ;; "none" disable DST (equivallent to "local" with system set to GMT) | ||
263 | ;; "local" force legacy behaviour (using local system time to calculate DST) | ||
264 | ; DSTZone = "America/Los_Angeles;Pacific Standard Time" | ||
265 | |||
266 | ;# {DSTZone} {} {Override Daylight Saving Time rules} {* none local} "America/Los_Angeles;Pacific Standard Time" | ||
267 | ;; Viewers do not receive timezone information from the server - almost all (?) default to Pacific Standard Time | ||
268 | ;; However, they do rely on the server to tell them whether it's Daylight Saving Time or not. | ||
269 | ;; Hence, calculating DST based on a different timezone can result in a misleading viewer display and inconsistencies between grids. | ||
270 | ;; By default, this setting uses various timezone names to calculate DST with regards to the viewer's standard PST. | ||
271 | ;; Options are | ||
272 | ;; "none" no DST | ||
273 | ;; "local" use the server's only timezone to calculate DST. This is previous OpenSimulator behaviour. | ||
274 | ;; "America/Los_Angeles;Pacific Standard Time" use these timezone names to look up Daylight savings. | ||
275 | ;; 'America/Los_Angeles' is used on Linux/Mac systems whilst 'Pacific Standard Time' is used on Windows | ||
276 | DSTZone = "America/Los_Angeles;Pacific Standard Time" | ||
277 | |||
253 | [MapImageService] | 278 | [MapImageService] |
254 | LocalServiceModule = "OpenSim.Services.MapImageService.dll:MapImageService" | 279 | LocalServiceModule = "OpenSim.Services.MapImageService.dll:MapImageService" |
255 | ; Set this if you want to change the default | 280 | ; Set this if you want to change the default |
256 | ; TilesStoragePath = "maptiles" | 281 | ; TilesStoragePath = "maptiles" |
282 | ; | ||
283 | ; If for some reason you have the AddMapTile service outside the firewall (e.g. 8002), | ||
284 | ; you may want to set this. Otherwise, don't set it, because it's already protected. | ||
285 | ; GridService = "OpenSim.Services.GridService.dll:GridService" | ||
286 | ; | ||
287 | ; Additionally, if you run this server behind a proxy, set this to true | ||
288 | ; HasProxy = false | ||
289 | |||
257 | 290 | ||
258 | 291 | ||
259 | [GridInfoService] | 292 | [GridInfoService] |
diff --git a/bin/config-include/FlotsamCache.ini.example b/bin/config-include/FlotsamCache.ini.example index cd39f8c..b9c6d84 100644 --- a/bin/config-include/FlotsamCache.ini.example +++ b/bin/config-include/FlotsamCache.ini.example | |||
@@ -36,7 +36,7 @@ | |||
36 | 36 | ||
37 | ; How often {in hours} should the disk be checked for expired filed | 37 | ; How often {in hours} should the disk be checked for expired filed |
38 | ; Specify 0 to disable expiration checking | 38 | ; Specify 0 to disable expiration checking |
39 | FileCleanupTimer = .166 ;roughly every 10 minutes | 39 | FileCleanupTimer = 1.0 ;every hour |
40 | 40 | ||
41 | ; If WAIT_ON_INPROGRESS_REQUESTS has been defined then this specifies how | 41 | ; If WAIT_ON_INPROGRESS_REQUESTS has been defined then this specifies how |
42 | ; long (in miliseconds) to block a request thread while trying to complete | 42 | ; long (in miliseconds) to block a request thread while trying to complete |
@@ -60,4 +60,4 @@ | |||
60 | ; cache, and request all assets that are found that are not already cached (this | 60 | ; cache, and request all assets that are found that are not already cached (this |
61 | ; will cause those assets to be cached) | 61 | ; will cause those assets to be cached) |
62 | ; | 62 | ; |
63 | ; DeepScanBeforePurge = false | 63 | DeepScanBeforePurge = true |
diff --git a/bin/config-include/Grid.ini b/bin/config-include/Grid.ini index 95d6264..cb3a5c8 100644 --- a/bin/config-include/Grid.ini +++ b/bin/config-include/Grid.ini | |||
@@ -29,9 +29,6 @@ | |||
29 | SimulationServiceInConnector = true | 29 | SimulationServiceInConnector = true |
30 | LibraryModule = true | 30 | LibraryModule = true |
31 | 31 | ||
32 | [Profile] | ||
33 | Module = "BasicProfileModule" | ||
34 | |||
35 | [SimulationDataStore] | 32 | [SimulationDataStore] |
36 | LocalServiceModule = "OpenSim.Services.Connectors.dll:SimulationDataService" | 33 | LocalServiceModule = "OpenSim.Services.Connectors.dll:SimulationDataService" |
37 | 34 | ||
diff --git a/bin/config-include/GridCommon.ini.example b/bin/config-include/GridCommon.ini.example index fa6f525..8d7f6fc 100644 --- a/bin/config-include/GridCommon.ini.example +++ b/bin/config-include/GridCommon.ini.example | |||
@@ -137,6 +137,10 @@ | |||
137 | ;; uncomment the next line. You may want to do this on sims that have licensed content. | 137 | ;; uncomment the next line. You may want to do this on sims that have licensed content. |
138 | ; OutboundPermission = False | 138 | ; OutboundPermission = False |
139 | 139 | ||
140 | [HGFriendsModule] | ||
141 | ; User level required to be able to send friendship invitations to foreign users | ||
142 | ;LevelHGFriends = 0; | ||
143 | |||
140 | [UserAgentService] | 144 | [UserAgentService] |
141 | ; | 145 | ; |
142 | ; === HG ONLY === | 146 | ; === HG ONLY === |
diff --git a/bin/config-include/Standalone.ini b/bin/config-include/Standalone.ini index d307387..ba72fe7 100644 --- a/bin/config-include/Standalone.ini +++ b/bin/config-include/Standalone.ini | |||
@@ -25,9 +25,6 @@ | |||
25 | GridInfoServiceInConnector = true | 25 | GridInfoServiceInConnector = true |
26 | MapImageServiceInConnector = true | 26 | MapImageServiceInConnector = true |
27 | 27 | ||
28 | [Profile] | ||
29 | Module = "BasicProfileModule" | ||
30 | |||
31 | [SimulationDataStore] | 28 | [SimulationDataStore] |
32 | LocalServiceModule = "OpenSim.Services.Connectors.dll:SimulationDataService" | 29 | LocalServiceModule = "OpenSim.Services.Connectors.dll:SimulationDataService" |
33 | 30 | ||
@@ -95,6 +92,18 @@ | |||
95 | 92 | ||
96 | WelcomeMessage = "Welcome, Avatar!" | 93 | WelcomeMessage = "Welcome, Avatar!" |
97 | 94 | ||
95 | ;# {DSTZone} {} {Override Daylight Saving Time rules} {* none local} "America/Los_Angeles;Pacific Standard Time" | ||
96 | ;; Viewers do not receive timezone information from the server - almost all (?) default to Pacific Standard Time | ||
97 | ;; However, they do rely on the server to tell them whether it's Daylight Saving Time or not. | ||
98 | ;; Hence, calculating DST based on a different timezone can result in a misleading viewer display and inconsistencies between grids. | ||
99 | ;; By default, this setting uses various timezone names to calculate DST with regards to the viewer's standard PST. | ||
100 | ;; Options are | ||
101 | ;; "none" no DST | ||
102 | ;; "local" use the server's only timezone to calculate DST. This is previous OpenSimulator behaviour. | ||
103 | ;; "America/Los_Angeles;Pacific Standard Time" use these timezone names to look up Daylight savings. | ||
104 | ;; 'America/Los_Angeles' is used on Linux/Mac systems whilst 'Pacific Standard Time' is used on Windows | ||
105 | DSTZone = "America/Los_Angeles;Pacific Standard Time" | ||
106 | |||
98 | [MapImageService] | 107 | [MapImageService] |
99 | LocalServiceModule = "OpenSim.Services.MapImageService.dll:MapImageService" | 108 | LocalServiceModule = "OpenSim.Services.MapImageService.dll:MapImageService" |
100 | ; in minutes | 109 | ; in minutes |
diff --git a/bin/config-include/StandaloneCommon.ini.example b/bin/config-include/StandaloneCommon.ini.example index 8d9842c..e4bc548 100644 --- a/bin/config-include/StandaloneCommon.ini.example +++ b/bin/config-include/StandaloneCommon.ini.example | |||
@@ -61,6 +61,10 @@ | |||
61 | ;; uncomment the next line. You may want to do this on sims that have licensed content. | 61 | ;; uncomment the next line. You may want to do this on sims that have licensed content. |
62 | ; OutboundPermission = False | 62 | ; OutboundPermission = False |
63 | 63 | ||
64 | [HGFriendsModule] | ||
65 | ; User level required to be able to send friendship invitations to foreign users | ||
66 | ;LevelHGFriends = 0; | ||
67 | |||
64 | [GridService] | 68 | [GridService] |
65 | ;; For in-memory region storage (default) | 69 | ;; For in-memory region storage (default) |
66 | StorageProvider = "OpenSim.Data.Null.dll:NullRegionData" | 70 | StorageProvider = "OpenSim.Data.Null.dll:NullRegionData" |
@@ -231,6 +235,14 @@ | |||
231 | ; currently unused | 235 | ; currently unused |
232 | ;password = http://127.0.0.1/password | 236 | ;password = http://127.0.0.1/password |
233 | 237 | ||
238 | ; HG address of the gatekeeper, if you have one | ||
239 | ; this is the entry point for all the regions of the world | ||
240 | ; gatekeeper = http://127.0.0.1:9000/ | ||
241 | |||
242 | ; HG user domain, if you have one | ||
243 | ; this is the entry point for all user-related HG services | ||
244 | ; uas = http://127.0.0.1:9000/ | ||
245 | |||
234 | [MapImageService] | 246 | [MapImageService] |
235 | ; Set this if you want to change the default | 247 | ; Set this if you want to change the default |
236 | ; TilesStoragePath = "maptiles" | 248 | ; TilesStoragePath = "maptiles" |
diff --git a/bin/pCampBot.exe.config b/bin/pCampBot.exe.config index 3f19ee8..9cfb7e9 100644 --- a/bin/pCampBot.exe.config +++ b/bin/pCampBot.exe.config | |||
@@ -8,7 +8,7 @@ | |||
8 | <log4net> | 8 | <log4net> |
9 | <appender name="Console" type="OpenSim.Framework.Console.OpenSimAppender, OpenSim.Framework.Console"> | 9 | <appender name="Console" type="OpenSim.Framework.Console.OpenSimAppender, OpenSim.Framework.Console"> |
10 | <layout type="log4net.Layout.PatternLayout"> | 10 | <layout type="log4net.Layout.PatternLayout"> |
11 | <conversionPattern value="%date{HH:mm:ss} - %message%newline" /> | 11 | <conversionPattern value="%date{HH:mm:ss.fff} - %message%newline" /> |
12 | </layout> | 12 | </layout> |
13 | </appender> | 13 | </appender> |
14 | <appender name="LogFileAppender" type="log4net.Appender.FileAppender"> | 14 | <appender name="LogFileAppender" type="log4net.Appender.FileAppender"> |
diff --git a/bin/startuplogo.txt b/bin/startuplogo.txt index 0d11e77..e69de29 100644 --- a/bin/startuplogo.txt +++ b/bin/startuplogo.txt | |||
@@ -1 +0,0 @@ | |||
1 | STARTUP COMPLETE | ||