aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Application/OpenSimMain.cs (unfollow)
Commit message (Expand)AuthorFilesLines
2008-02-18More exception checks and crash hintsTedd Hansen1-12/+20
2008-02-15* Temporary measure of deleting the Mono addin cache dir of addin-db-000/ on ...Justin Clarke Casey1-0/+7
2008-02-11reverted the last three commitsMW1-1/+0
2008-02-11yet another small change (as part of my fight back against Teravus over takin...MW1-1/+1
2008-02-11another small changeMW1-1/+1
2008-02-11small changeMW1-0/+1
2008-02-11* Changed child_get_tasks to see_into_this_sim_from_neighbor.Teravus Ovares1-9/+4
2008-02-10Removed some ScriptEngine config debugging.Tedd Hansen1-0/+24
2008-02-10Thank you very much, Hashbox for :Charles Krinke1-0/+13
2008-02-10Clean up logging calls using String.Format explicitlyJeff Ames1-2/+2
2008-02-09* added two new commands (for debug/disaster recovery)lbsa711-0/+10
2008-02-09Added undocumented "modules list" command, lists shared region modules.Tedd Hansen1-1/+15
2008-02-05Converted logging to use log4net.Jeff Ames1-113/+94
2008-02-05* Fix Mantis 457Justin Clarke Casey1-6/+6
2008-02-04* Rebase all current servers on common abstract BaseOpenSimServer classJustin Clarke Casey1-79/+70
2008-02-04Change sim command from "stats" to "show stats" for consistencyJustin Clarke Casey1-14/+13
2008-02-04Refactor only: serve stats objects directly through StatsManager singletonJustin Clarke Casey1-3/+3
2008-02-02fixed a timing bug in config re-read. Apparently there is 1000000000 ns in on...Tedd Hansen1-2/+2
2008-02-02Added commands to change config file from console:Tedd Hansen1-1/+62
2008-02-02Bugfixes. Now it even reads configuration before it uses it! ;)Tedd Hansen1-2/+2
2008-02-02Added some error checking to MaintenanceThread, no-crash (just log) loading o...Tedd Hansen1-1/+13
2008-02-01Moved iniFilePath to a static and put it in OpenSim.Application.iniFilePath.Tedd Hansen1-7/+7
2008-01-31* Add asset/texture cache statistics to region server consoleJustin Clarke Casey1-2/+19
2008-01-29* Patch from Ansi (IBM)Justin Clarke Casey1-0/+5
2008-01-28* Add total logouts (and total logins) to server side user statsJustin Clarke Casey1-1/+1
2008-01-25* Add very basic initial login stats to the user serverJustin Clarke Casey1-1/+2
2008-01-23* Persistent prim inventory script storage is now turned on by defaultJustin Clarke Casey1-2/+2
2008-01-22* Enabled dead region tracking for ChildAgentDataUpdates Teravus Ovares1-4/+4
2008-01-15* Mother of all commits:Adam Frisby1-11/+11
2008-01-12Added notice on console to change storage_plugin if set to OpenSim.DataStore....alondria1-0/+2
2008-01-12If OpenSim.ini uses OpenSim.DataStore.MonoSqlite.dll, have it use OpenSim.Fra...alondria1-1/+5
2008-01-11* Exprimental prim inventory persistence can now be enabled by users.Justin Clarke Casey1-1/+4
2008-01-09* This update enables the web_login method.Teravus Ovares1-0/+6
2008-01-09default to OpenSim.Framework.Data.SQLite which is the new storageSean Dague1-1/+1
2008-01-07Persistent prim inventory phase 5. Restart scripts contained in persisted pr...Justin Clarke Casey1-5/+6
2008-01-05Only one queue is used for load/unload of scripts.Tedd Hansen1-1/+0
2008-01-05Removed ModuleName because its like that and thats the way it is (according t...Tedd Hansen1-1/+0
2008-01-05Added ModuleName to /OpenSim/StartUp modules + debug messages during startupTedd Hansen1-9/+2
2008-01-05Added some comments + Ahlotta Debugging in startup sequenceTedd Hansen1-37/+69
2008-01-05Changes to ScriptServer to (hopefully) make it compile on both .Net and Mono.Tedd Hansen1-2/+6
2008-01-05* Applying jhurliman's LLSD login enablement patch.Teravus Ovares1-0/+1
2008-01-04*Added ability to skip any use of the console when configuring and assume def...mingchen1-2/+2
2008-01-03Tweaked "show users" formatting, added user's IP address to display.Brian McBee1-6/+13
2008-01-02Full .dll-name in config option for ScriptEngine. Loading only scriptengine s...Tedd Hansen1-3/+3
2007-12-31Correct location of DotNetEngine. Remove some debug stuff since my addins pr...Justin Clarke Casey1-15/+5
2007-12-31Changed from "Load all .dll's in ScriptEngine" to "Load only DotNetEngine" (t...Tedd Hansen1-1/+3
2007-12-31Standard library folders can now be configued in the xml in inventory/OpenSim...Justin Clarke Casey1-5/+18
2007-12-27* Optimized usingslbsa711-35/+50
2007-12-17Make region storage Sqlite by default rather than NullStorageJustin Clarke Casey1-4/+8
2007-12-14make a change to make it possible to get access to the DefaultConfigSean Dague1-14/+16