| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | From: Alan M Webb <alan_webb@us.ibm.com> | Dr Scofield | 2009-04-27 | 1 | -1/+287 |
* | Add copyright headers. Formatting cleanup. | Jeff Ames | 2009-04-27 | 1 | -45/+45 |
* | Getting rid of -hypergrid=true on the command line. This config now goes insi... | diva | 2009-04-27 | 1 | -15/+1 |
* | Remove some debug messages I have forgotten to take out. | Homer Horwitz | 2009-04-26 | 1 | -2/+0 |
* | From: Alan Webb <alan_webb@us.ibm.com> | Dr Scofield | 2009-04-24 | 2 | -2/+450 |
* | * Fix hypergrid standalone login by overriding AddNewUserAgent in HGUserServices | Justin Clarke Casey | 2009-04-22 | 1 | -4/+11 |
* | * Resolve http://opensimulator.org/mantis/view.php?id=3509 by putting some se... | Justin Clarke Casey | 2009-04-22 | 1 | -27/+9 |
* | * Resolve http://opensimulator.org/mantis/view.php?id=3509 by passing up the ... | Justin Clarke Casey | 2009-04-22 | 1 | -7/+10 |
* | * Fix the other windows build break. Hopefully that shoudl be the last one | Justin Clarke Casey | 2009-04-22 | 1 | -0/+1 |
* | * Fission OGS1UserServices into user service and OGS1 user data plugin compon... | Justin Clarke Casey | 2009-04-22 | 1 | -0/+4 |
* | Fixes Mantis # 3469. Thank you kindly, BlueWall, for a patch that: | Charles Krinke | 2009-04-17 | 1 | -1/+4 |
* | * Run RemoteAdminPlugin user info queries through cache service rather than d... | Justin Clarke Casey | 2009-04-17 | 1 | -10/+18 |
* | Adds a new REST service /admin/regioninfo/ --- will return a | Dr Scofield | 2009-04-17 | 2 | -0/+144 |
* | Add a console command facility to the RemoteAdmin plugin. | Melanie Thielker | 2009-04-15 | 1 | -0/+47 |
* | Adds session authentication upon NewUserConnections. Adds user key authentica... | diva | 2009-04-14 | 1 | -5/+5 |
* | Add the RegionLoaded(Scene) API to the new region module interface to allow | Melanie Thielker | 2009-04-14 | 1 | -0/+20 |
* | Fix ordering of operations: First initialize everything, then add regions | Homer Horwitz | 2009-04-13 | 1 | -0/+6 |
* | * Make it possible to store creator strings in user inventory items as well a... | Justin Clarke Casey | 2009-04-08 | 1 | -4/+4 |
* | - Add new RegionModulesControllerPlugin to the application modules | Homer Horwitz | 2009-04-05 | 2 | -0/+205 |
* | * Upped trunk version number to 0.6.4 as we just tagged 0.6.4-release | lbsa71 | 2009-04-01 | 2 | -4/+4 |
* | * Refactored out and de-duplicated Base64ToString(string) | lbsa71 | 2009-03-31 | 1 | -7/+1 |
* | Update svn properties, add copyright header, formatting cleanup. | Jeff Ames | 2009-03-31 | 1 | -1/+1 |
* | Another bit of refactoring to try to make sense of OpenSim.Framework.Communic... | diva | 2009-03-29 | 1 | -1/+2 |
* | From: Alan Webb <alan_webb@us.ibm.com> | Dr Scofield | 2009-03-27 | 6 | -49/+67 |
* | * De-duplicated login service some more | lbsa71 | 2009-03-20 | 1 | -19/+0 |
* | * Group OpenSim.Framework.Servers interfaces together | Justin Clarke Casey | 2009-03-19 | 2 | -1/+2 |
* | merging XmlRpcCreateUserMethod and XmlRpcCreateUserMethodEmail, adding | Dr Scofield | 2009-03-12 | 1 | -117/+28 |
* | * Make all coded defaults match settings in OpenSim.ini.example | Justin Clarke Casey | 2009-03-11 | 1 | -1/+1 |
* | * Cleanup and CCC (Code Convention Conformance) | lbsa71 | 2009-03-10 | 2 | -37/+46 |
* | * Cleanup and CCC (Code Convention Conformance) | lbsa71 | 2009-03-10 | 2 | -222/+272 |
* | * Cleanup and CCC (Code Convention Conformance) | lbsa71 | 2009-03-10 | 1 | -21/+21 |
* | From: Alan Webb <alan_webb@us.ibm.com> | Dr Scofield | 2009-03-10 | 1 | -4/+4 |
* | Added a output message to CreateCommsManagerPlugin for when a user tries to r... | MW | 2009-03-06 | 1 | -36/+46 |
* | Moved Linden protocol login handling to modules in OpenSim.Client.Linden. The... | MW | 2009-03-03 | 1 | -17/+16 |
* | Refactoring of CreateCommsManagerPlugin. | MW | 2009-03-03 | 1 | -32/+28 |
* | Added more error info to CreateCommsManagerPlugin. | MW | 2009-03-02 | 1 | -0/+1 |
* | Added some debug output to CreateCommsManagerPlugin | MW | 2009-03-02 | 1 | -1/+11 |
* | Changed the CreateCommsManagerPlugin so it requests a IRegionCreator and subs... | MW | 2009-02-27 | 2 | -5/+4 |
* | svn attribute fixes so that we can play nice between windows and linux | Sean Dague | 2009-02-26 | 2 | -267/+267 |
* | Added IRegionCreator interface that all ApplicationPlugins that are creators ... | MW | 2009-02-26 | 2 | -3/+2 |
* | Another change to how the CreateCommsManagerPlugin checks if it should be cre... | MW | 2009-02-26 | 1 | -1/+2 |
* | Changed CreateCommsManagerPlugin so it handles external subclasses of OpenSim... | MW | 2009-02-26 | 1 | -9/+10 |
* | Moved the Initialisation of the CommunicationsManager to a ApplicationPlugin. | MW | 2009-02-26 | 2 | -0/+264 |
* | Added IRegistryCore and RegistryCore to OpenSim.Framework. | MW | 2009-02-26 | 2 | -4/+22 |
* | Added a PostInitialise method to IApplicationPlugin, this allows us to do wor... | MW | 2009-02-26 | 4 | -10/+29 |
* | From: Arthur Rodrigo S Valadares <arthursv@br.ibm.com> | Dr Scofield | 2009-02-20 | 1 | -1/+1 |
* | * Upped VersionInfo to 0.6.3 and in the process, changed assemblyinfo to 0.6.... | lbsa71 | 2009-02-20 | 2 | -8/+8 |
* | * Changed all AssemblyInfo to explicit version 1.0.0.0 to not confuse poor po... | lbsa71 | 2009-02-19 | 2 | -2/+2 |
* | - remove the Metadata property from AssetBase and return all previous | Mike Mazur | 2009-02-17 | 2 | -40/+40 |
* | * refactor: move alert commands from Scene to DialogModule | Justin Clarke Casey | 2009-02-13 | 1 | -9/+27 |