aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/ApplicationPlugins/CreateCommsManager/CreateCommsManagerPlugin.cs (follow)
Commit message (Expand)AuthorAgeFilesLines
* Remove CreateCommsManagerPluginMelanie2010-01-111-144/+0
* Refactor. Instantiate sim status handlers in opensim base, not in a pluginMelanie2010-01-111-4/+0
* Refactor. Move MainServer init to a place with greener grassMelanie2010-01-111-1/+0
* dustDiva Canto2010-01-101-40/+2
* NetworkServersInfo removed from CommsManager.Diva Canto2010-01-101-18/+1
* All Framework.Communications.Clients and Framework.Communications.Services de...Diva Canto2010-01-101-1/+0
* Moved GridInfo service from where it was to Handlers/GridDiva Canto2010-01-101-6/+0
* Inching ahead... This compiles, but very likely does not run.Diva Canto2010-01-081-8/+0
* Formatting cleanup.Jeff Ames2009-10-011-2/+2
* Deleted some files that aren't being used anymore.Diva Canto2009-09-281-1/+0
* Poof! on Region.Communications.Hypergrid. Grid code deleted.Diva Canto2009-09-261-9/+0
* Moved all HG1 operations to HGGridConnector.cs and HypergridServerConnector.c...Diva Canto2009-09-261-1/+0
* Removed IAssetCache.Diva Canto2009-08-101-2/+2
* This extra assignment to the singleton should not be needed but may help makeMelanie Thielker2009-07-101-0/+1
* Remove all references to HttpServer from CommsManager (all incarnations)Melanie Thielker2009-07-101-5/+5
* Formatting cleanup.Jeff Ames2009-06-101-2/+2
* Minor: Change OpenSim to OpenSimulator in older copyright headers and LICENSE...Jeff Ames2009-06-011-1/+1
* Remove the old asset cache and local services and the configurations for themMelanie Thielker2009-05-181-2/+2
* * If an item creator id contains an iar loaded name, create a temporary profi...Justin Clarke Casey2009-05-051-36/+4
* Add copyright header. Formatting cleanup. Ignore some generated files.Jeff Ames2009-05-051-1/+1
* Intermediate commit. WILL NOT COMPILE!Melanie Thielker2009-05-041-0/+1
* * Initial infrastructure for ospa only uuid hashing of retrieved inventory itemsJustin Clarke Casey2009-05-041-6/+23
* Thanks BlueWall for Mantis #3578 - adding Hypergrid connection to JSON StatsDahlia Trimble2009-05-041-0/+2
* Thank you kindly, BlueWall, for a patch that:Charles Krinke2009-05-021-0/+2
* Getting rid of -hypergrid=true on the command line. This config now goes insi...diva2009-04-271-15/+1
* * Fix hypergrid standalone login by overriding AddNewUserAgent in HGUserServicesJustin Clarke Casey2009-04-221-4/+11
* * Resolve http://opensimulator.org/mantis/view.php?id=3509 by putting some se...Justin Clarke Casey2009-04-221-27/+9
* * Resolve http://opensimulator.org/mantis/view.php?id=3509 by passing up the ...Justin Clarke Casey2009-04-221-7/+10
* * Fix the other windows build break. Hopefully that shoudl be the last oneJustin Clarke Casey2009-04-221-0/+1
* * Fission OGS1UserServices into user service and OGS1 user data plugin compon...Justin Clarke Casey2009-04-221-0/+4
* Fixes Mantis # 3469. Thank you kindly, BlueWall, for a patch that:Charles Krinke2009-04-171-1/+4
* Adds session authentication upon NewUserConnections. Adds user key authentica...diva2009-04-141-5/+5
* Another bit of refactoring to try to make sense of OpenSim.Framework.Communic...diva2009-03-291-1/+2
* * De-duplicated login service some morelbsa712009-03-201-19/+0
* * Cleanup and CCC (Code Convention Conformance)lbsa712009-03-101-21/+21
* Added a output message to CreateCommsManagerPlugin for when a user tries to r...MW2009-03-061-36/+46
* Moved Linden protocol login handling to modules in OpenSim.Client.Linden. The...MW2009-03-031-17/+16
* Refactoring of CreateCommsManagerPlugin.MW2009-03-031-32/+28
* Added more error info to CreateCommsManagerPlugin.MW2009-03-021-0/+1
* Added some debug output to CreateCommsManagerPluginMW2009-03-021-1/+11
* Changed the CreateCommsManagerPlugin so it requests a IRegionCreator and subs...MW2009-02-271-4/+3
* svn attribute fixes so that we can play nice between windows and linuxSean Dague2009-02-261-256/+256
* Added IRegionCreator interface that all ApplicationPlugins that are creators ...MW2009-02-261-0/+1
* Another change to how the CreateCommsManagerPlugin checks if it should be cre...MW2009-02-261-1/+2
* Changed CreateCommsManagerPlugin so it handles external subclasses of OpenSim...MW2009-02-261-9/+10
* Moved the Initialisation of the CommunicationsManager to a ApplicationPlugin. MW2009-02-261-0/+253