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