aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/ClientStack/RegionApplicationBase.cs (follow)
Commit message (Expand)AuthorAgeFilesLines
* Add experimental "OpenSim object memory churn" statistics to output of region...Justin Clark-Casey (justincc)2012-07-251-2/+2
* Add main instance to internal MainServer.m_Servers list to simplify internal ...Justin Clark-Casey (justincc)2012-06-151-0/+1
* Get rid of some unnecessary null checks in RegionApplicationBase.StartupSpeci...Justin Clark-Casey (justincc)2012-06-151-9/+5
* Add regression test for teleporting between neighbouring regions on the same ...Justin Clark-Casey (justincc)2012-05-011-1/+1
* Adding ssl supportBlueWall2011-05-051-0/+16
* * Added ISimulationDataService and IEstateDataServiceJohn Hurliman2010-09-121-24/+9
* Updated the create_region command in the RemoteAdmin plugin to properly suppo...randomhuman2010-08-131-0/+5
* minor: Print out port that http servers are usingJustin Clark-Casey (justincc)2010-03-251-3/+3
* CommunicationsManager deleted.Diva Canto2010-01-111-7/+0
* Refactor. Move MainServer init to a place with greener grassMelanie2010-01-111-0/+2
* Formatting cleanup.Jeff Ames2009-10-011-2/+2
* Formatting cleanup.Jeff Ames2009-10-011-3/+3
* Removed IAssetCache.Diva Canto2009-08-101-9/+1
* Minor: Change OpenSim to OpenSimulator in older copyright headers and LICENSE...Jeff Ames2009-06-011-1/+1
* Intermediate commit. WILL NOT COMPILE!Melanie Thielker2009-05-041-0/+1
* * Proactively fixed bug-potential concerning the fact that m_httpServer prope...lbsa712009-04-031-1/+0
* Moved the SetupScene methods from RegionApplicationBase to OpenSimBase [Do we...MW2009-03-021-81/+0
* Added IRegistryCore and RegistryCore to OpenSim.Framework.MW2009-02-261-1/+14
* * optimized usings.lbsa712009-02-121-4/+1
* this is step 2 of 2 of the OpenSim.Region.Environment refactor.Dr Scofield2009-02-101-1/+1
* From Alan Webb <awebb@linux.vnet.ibm.com>Sean Dague2009-02-091-1/+1
* Replace the console for all OpenSim apps with a new console featuring commandMelanie Thielker2009-02-071-0/+2
* This changeset is the step 1 of 2 in refactoringDr Scofield2009-02-061-1/+2
* * Apply http://opensimulator.org/mantis/view.php?id=2775 with small tweaksJustin Clarke Casey2008-12-151-4/+25
* * minor: A few tiny bits of documentation and log message cleanup before star...Justin Clarke Casey2008-12-011-5/+5
* * refactor: change some method names and doc in the physics plugin managerJustin Clarke Casey2008-11-201-1/+3
* Moved a couple of more configuration fields to ConfigSettingsMW2008-11-051-5/+3
* * Use nini to pass config information to the client stack, rather than the Cl...Justin Clarke Casey2008-11-031-4/+6
* * oops, fix build break.Justin Clarke Casey2008-10-031-20/+31
* * Put in some infrastructure to allow tweaking of packet queue throttle value...Justin Clarke Casey2008-10-031-1/+6
* * refactor: make startup a template methodJustin Clarke Casey2008-10-031-3/+1
* * Only allow logins on standalone when the sim has completed it's initial sta...Justin Clarke Casey2008-09-191-2/+0
* * This update makes configuring SSL a little easier on Windows XP. It also m...Teravus Ovares2008-09-141-1/+6
* * Start loading prims after region module configuration rather than beforeJustin Clarke Casey2008-09-111-4/+1
* * some if inversions and added {}'s for readabilitylbsa712008-09-081-12/+13
* * This is the fabled LibOMV update with all of the libOMV types from JHurlimanTeravus Ovares2008-09-061-3/+3
* Formatting cleanup.Jeff Ames2008-08-181-1/+1
* Fix up master avatar handling for estate owners. Introduces a newMelanie Thielker2008-08-151-1/+4
* Introduce a separate connection string for estates, which defaults to the one giMelanie Thielker2008-07-181-6/+3
* Patch #9147Melanie Thielker2008-07-141-1/+1
* Implemented plugin support for ClientStack, with LindenUDP as the default plu...Johan Berntsson2008-06-201-4/+6
* * Fix build break by eliminating remaining IScenePermissions references - mus...Justin Clarke Casey2008-06-011-2/+2
* * Move log version printing up into BaseOpenSimServerJustin Clarke Casey2008-06-011-1/+3
* Formatting cleanup.Jeff Ames2008-05-161-4/+4
* * Refactored IConfigSource into Physics plug-ins and Scene. We can get rid of...Teravus Ovares2008-05-141-2/+3
* * If a region running in grid mode fails to login to the grid service, startu...Justin Clarke Casey2008-05-121-5/+1
* * Refactor: Break out permissions code into a separate region PermissionsModuleJustin Clarke Casey2008-05-051-4/+5
* * More refactorings of UDPServer.Adam Frisby2008-05-021-5/+5
* * More clientstack abstractions - We now only have a single constructor call ...Adam Frisby2008-05-021-4/+4
* * Commit 2/3 - Please dont attempt to update to this revision until all 3 are...Adam Frisby2008-05-021-9/+8