| Commit message (Expand) | Author | Files | Lines |
2009-05-20 | Add copyright headers, formatting cleanup. | Jeff Ames | 1 | -5/+5 |
2009-05-18 | Remove the old asset cache and local services and the configurations for them | Melanie Thielker | 1 | -2/+2 |
2009-05-18 | logging ACL list additions | Dr Scofield | 1 | -1/+2 |
2009-05-18 | From: Alan Webb <alan_webb@us.ibm.com> | Dr Scofield | 1 | -1/+18 |
2009-05-18 | fixing XmlWriter problem | Dr Scofield | 5 | -99/+124 |
2009-05-15 | Heart surgery on asset service code bits. Affects OpenSim.ini configuration -... | diva | 4 | -13/+14 |
2009-05-14 | * Improve loadregions so that all region configs are checked for clashes (e.g... | Justin Clarke Casey | 1 | -20/+15 |
2009-05-14 | * refactor: move bottom part of 'xml2' serializaton to separate class | Justin Clarke Casey | 1 | -1/+0 |
2009-05-12 | more fixes to default avatar appearance creation | Dr Scofield | 1 | -14/+18 |
2009-05-12 | From: Alan Webb <alan_webb@us.ibm.com> | Dr Scofield | 1 | -39/+34 |
2009-05-12 | partially fixing avatar appearance code | Dr Scofield | 1 | -58/+62 |
2009-05-09 | Fixed handling of inventory a bit | Homer Horwitz | 1 | -8/+8 |
2009-05-07 | RemoteAdminPlugin was using a mixture of both "true"/"false" and 0/1 | Dr Scofield | 1 | -51/+51 |
2009-05-07 | From: Alan M Webb <alan_webb@us.ibm.com> | Dr Scofield | 1 | -106/+673 |
2009-05-05 | * If an item creator id contains an iar loaded name, create a temporary profi... | Justin Clarke Casey | 1 | -36/+4 |
2009-05-05 | Add copyright header. Formatting cleanup. Ignore some generated files. | Jeff Ames | 2 | -5/+5 |
2009-05-04 | Intermediate commit. WILL NOT COMPILE! | Melanie Thielker | 14 | -5/+16 |
2009-05-04 | * Initial infrastructure for ospa only uuid hashing of retrieved inventory items | Justin Clarke Casey | 1 | -6/+23 |
2009-05-04 | Thanks BlueWall for Mantis #3578 - adding Hypergrid connection to JSON Stats | Dahlia Trimble | 1 | -0/+2 |
2009-05-02 | Thank you kindly, BlueWall, for a patch that: | Charles Krinke | 1 | -0/+2 |
2009-04-29 | * minor: remove some mono compiler warnings | Justin Clarke Casey | 1 | -1/+1 |
2009-04-29 | From: Alan Webb <alan_webb@us.ibm.com> | Dr Scofield | 1 | -9/+67 |
2009-04-29 | From: Alan Webb <alan_webb@us.ibm.com> & Dr Scofield <drscofield@xyzzyxyzzy.net> | Dr Scofield | 1 | -41/+191 |
2009-04-27 | From: Alan M Webb <alan_webb@us.ibm.com> | Dr Scofield | 1 | -1/+287 |
2009-04-27 | Add copyright headers. Formatting cleanup. | Jeff Ames | 1 | -45/+45 |
2009-04-27 | Getting rid of -hypergrid=true on the command line. This config now goes insi... | diva | 1 | -15/+1 |
2009-04-26 | Remove some debug messages I have forgotten to take out. | Homer Horwitz | 1 | -2/+0 |
2009-04-24 | From: Alan Webb <alan_webb@us.ibm.com> | Dr Scofield | 2 | -2/+450 |
2009-04-22 | * Fix hypergrid standalone login by overriding AddNewUserAgent in HGUserServices | Justin Clarke Casey | 1 | -4/+11 |
2009-04-22 | * Resolve http://opensimulator.org/mantis/view.php?id=3509 by putting some se... | Justin Clarke Casey | 1 | -27/+9 |
2009-04-22 | * Resolve http://opensimulator.org/mantis/view.php?id=3509 by passing up the ... | Justin Clarke Casey | 1 | -7/+10 |
2009-04-22 | * Fix the other windows build break. Hopefully that shoudl be the last one | Justin Clarke Casey | 1 | -0/+1 |
2009-04-22 | * Fission OGS1UserServices into user service and OGS1 user data plugin compon... | Justin Clarke Casey | 1 | -0/+4 |
2009-04-17 | Fixes Mantis # 3469. Thank you kindly, BlueWall, for a patch that: | Charles Krinke | 1 | -1/+4 |
2009-04-17 | * Run RemoteAdminPlugin user info queries through cache service rather than d... | Justin Clarke Casey | 1 | -10/+18 |
2009-04-17 | Adds a new REST service /admin/regioninfo/ --- will return a | Dr Scofield | 2 | -0/+144 |
2009-04-15 | Add a console command facility to the RemoteAdmin plugin. | Melanie Thielker | 1 | -0/+47 |
2009-04-14 | Adds session authentication upon NewUserConnections. Adds user key authentica... | diva | 1 | -5/+5 |
2009-04-14 | Add the RegionLoaded(Scene) API to the new region module interface to allow | Melanie Thielker | 1 | -0/+20 |
2009-04-13 | Fix ordering of operations: First initialize everything, then add regions | Homer Horwitz | 1 | -0/+6 |
2009-04-08 | * Make it possible to store creator strings in user inventory items as well a... | Justin Clarke Casey | 1 | -4/+4 |
2009-04-05 | - Add new RegionModulesControllerPlugin to the application modules | Homer Horwitz | 2 | -0/+205 |
2009-04-01 | * Upped trunk version number to 0.6.4 as we just tagged 0.6.4-release | lbsa71 | 2 | -4/+4 |
2009-03-31 | * Refactored out and de-duplicated Base64ToString(string) | lbsa71 | 1 | -7/+1 |
2009-03-31 | Update svn properties, add copyright header, formatting cleanup. | Jeff Ames | 1 | -1/+1 |
2009-03-29 | Another bit of refactoring to try to make sense of OpenSim.Framework.Communic... | diva | 1 | -1/+2 |
2009-03-27 | From: Alan Webb <alan_webb@us.ibm.com> | Dr Scofield | 6 | -49/+67 |
2009-03-20 | * De-duplicated login service some more | lbsa71 | 1 | -19/+0 |
2009-03-19 | * Group OpenSim.Framework.Servers interfaces together | Justin Clarke Casey | 2 | -1/+2 |
2009-03-12 | merging XmlRpcCreateUserMethod and XmlRpcCreateUserMethodEmail, adding | Dr Scofield | 1 | -117/+28 |