aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Application/OpenSim.cs (unfollow)
Commit message (Expand)AuthorFilesLines
2009-10-22* Allow SmartThreadPool to be initialized without setting max stack size (lik...John Hurliman1-1/+6
2009-10-21* Changed the misc. methods calling ThreadPool.UnsafeQueueUserWorkItem() to U...John Hurliman1-1/+8
2009-10-22Reduce the default pool threads to 15 (from 30) and the minimum from 5 to 2Melanie1-1/+1
2009-10-22Add MaxPoolThreads in startup to limit the size of the thread pool usedMelanie1-0/+2
2009-10-20Change "config save" to "config save <filename>", which is mandatory.Melanie1-2/+14
2009-10-14* Switched to a plain lock for the ClientManager collections and protected th...John Hurliman1-1/+1
2009-10-14* Added the "show connections" command to print out all of the currently trac...John Hurliman1-1/+23
2009-09-30Remove predecode-j2k and it's assoaciated logicMelanie1-20/+0
2009-10-01Formatting cleanup.Jeff Ames1-4/+4
2009-09-30Change command help text to show .ini in place of .xml when creating regionsMelanie1-2/+2
2009-09-26First pass at the heart surgery for grid services. Compiles and runs minimall...Diva Canto1-5/+0
2009-09-25Moved the property RegionLoginsEnabled from GridComms to the Scene -- not the...Diva Canto1-1/+1
2009-09-11Add a using() block around the timer scriptMelanie1-6/+8
2009-09-09De-hardcode default home locations on create user (standalone).Diva Canto1-0/+8
2009-08-17Add the ability to use -console=rest to the region server. UserMelanie1-2/+24
2009-08-12* minor: CommentsTeravus Ovares (Dan Olivares)1-1/+94
2009-08-10First pass at cleaning up old OGS1 and Local Inventory: removed everything-in...Diva Canto1-1/+1
2009-08-10Removed IAssetCache.Diva Canto1-16/+2
2009-08-07Make the opensim.ini logfile option really work (port of a fix from ROBUST)Melanie1-0/+3
2009-07-10Now we are past revision 10000, I think its time to start to fix that massive...MW1-1/+1
2009-06-25Make create region save the new region to ini file format if the nameMelanie Thielker1-10/+28
2009-06-02Thank you kindly, MattSetzer, for a patch that solves a Mantis:Charles Krinke1-2/+16
2009-06-01Minor: Change OpenSim to OpenSimulator in older copyright headers and LICENSE...Jeff Ames1-1/+1
2009-05-21Implement .ini file includes. Anything that begins with "Include-" will beMelanie Thielker1-4/+1
2009-05-20Remove the pre-log4net, discrete output methods from the consolesMelanie Thielker1-43/+42
2009-05-18* minor: another attempt at http://opensimulator.org/mantis/view.php?id=3191Justin Clarke Casey1-20/+9
2009-05-18* Resolve http://opensimulator.org/mantis/view.php?id=3191Justin Clarke Casey1-3/+7
2009-05-12Thank you kindly, Patnad, for a patch that:Charles Krinke1-0/+25
2009-05-09Add the asset service connectors and sample config. READ WARNINGS!!!Melanie Thielker1-1/+3
2009-05-04Intermediate commit. WILL NOT COMPILE!Melanie Thielker1-0/+10
2009-05-04Refactor. Make ConsoleBase a true base class. Create CommandConsole as a simpleMelanie Thielker1-2/+4
2009-04-27Getting rid of -hypergrid=true on the command line. This config now goes insi...diva1-0/+16
2009-04-17* Change profile check for add user to run through the cache serviceJustin Clarke Casey1-1/+1
2009-04-16- turn private m_gui into protected m_gui to allow manipulation inDr Scofield1-1/+1
2009-04-05Directory defaults for region xml files when creating a new region got change...idb1-9/+3
2009-03-25* minor: Adjust exception catching on load/save xml[2]/oar. Justin Clarke Casey1-21/+7
2009-03-25adding presence.ControllingClient.Kick(msg) to the brew.Dr Scofield1-12/+9
2009-03-25 enhances the console command "kick user" with an optional alertDr Scofield1-1/+12
2009-03-24* Fix edit scale command - was looking for one too few argumentsJustin Clarke Casey1-1/+1
2009-03-11update some ini defaults in code - all defaults from beginning of OpenSim.ini...Dahlia Trimble1-2/+2
2009-03-10* Cleanup and CCC (Code Convention Conformance)lbsa711-171/+174
2009-02-26* Apply http://opensimulator.org/mantis/view.php?id=3191Justin Clarke Casey1-5/+33
2009-02-26Added IRegistryCore and RegistryCore to OpenSim.Framework.MW1-31/+36
2009-02-24First step in separating out the Userserver console command handling to a "mo...MW1-0/+2
2009-02-22Update svn properties, add copyright headers, minor formatting cleanup.Jeff Ames1-5/+5
2009-02-21Applied patch from mantis #3213. Which adds a check to create region command,...MW1-1/+6
2009-02-13* refactor: move alert commands from Scene to DialogModuleJustin Clarke Casey1-13/+0
2009-02-13* refactor: Move export map function to world map module from sceneJustin Clarke Casey1-15/+0
2009-02-12* optimized usings.lbsa711-6/+2
2009-02-11* More inventory archive invocation to a proper region moduleJustin Clarke Casey1-56/+0