| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Fixed handling of inventory a bit | Homer Horwitz | 2009-05-09 | 1 | -8/+8 |
* | RemoteAdminPlugin was using a mixture of both "true"/"false" and 0/1 | Dr Scofield | 2009-05-07 | 1 | -51/+51 |
* | From: Alan M Webb <alan_webb@us.ibm.com> | Dr Scofield | 2009-05-07 | 1 | -106/+673 |
* | * If an item creator id contains an iar loaded name, create a temporary profi... | Justin Clarke Casey | 2009-05-05 | 1 | -36/+4 |
* | Add copyright header. Formatting cleanup. Ignore some generated files. | Jeff Ames | 2009-05-05 | 2 | -5/+5 |
* | Intermediate commit. WILL NOT COMPILE! | Melanie Thielker | 2009-05-04 | 14 | -5/+16 |
* | * Initial infrastructure for ospa only uuid hashing of retrieved inventory items | Justin Clarke Casey | 2009-05-04 | 1 | -6/+23 |
* | Thanks BlueWall for Mantis #3578 - adding Hypergrid connection to JSON Stats | Dahlia Trimble | 2009-05-04 | 1 | -0/+2 |
* | Thank you kindly, BlueWall, for a patch that: | Charles Krinke | 2009-05-02 | 1 | -0/+2 |
* | * minor: remove some mono compiler warnings | Justin Clarke Casey | 2009-04-29 | 1 | -1/+1 |
* | From: Alan Webb <alan_webb@us.ibm.com> | Dr Scofield | 2009-04-29 | 1 | -9/+67 |
* | From: Alan Webb <alan_webb@us.ibm.com> & Dr Scofield <drscofield@xyzzyxyzzy.net> | Dr Scofield | 2009-04-29 | 1 | -41/+191 |
* | 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 |