| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Add QueryItem method to secure inventory and HG inventory, change method sig to | Melanie Thielker | 2009-03-22 | 2 | -7/+16 |
* | Fox a null ref in the inventory give module | Melanie Thielker | 2009-03-22 | 1 | -0/+3 |
* | Moving the LoginAuth service up, so that it can be shared among standalones a... | diva | 2009-03-22 | 1 | -0/+346 |
* | Initial support for authentication/authorization keys in UserManagerBase, and... | diva | 2009-03-21 | 2 | -1/+95 |
* | Add a QueryItem method to the inventory subsystem. Currently implemented for | Melanie Thielker | 2009-03-21 | 3 | -0/+64 |
* | * Normalized and pulled GetInventorySkeleton up. | lbsa71 | 2009-03-20 | 1 | -31/+79 |
* | * De-duplicated login service some more | lbsa71 | 2009-03-20 | 1 | -1/+32 |
* | Moving GetInventoryItem up to InventoryServiceBase, since this seems like a p... | diva | 2009-03-19 | 1 | -0/+10 |
* | * Group OpenSim.Framework.Servers interfaces together | Justin Clarke Casey | 2009-03-19 | 5 | -0/+4 |
* | * refactor: Create IHttpServer interface instead of accessing BaseHttpServer ... | Justin Clarke Casey | 2009-03-19 | 5 | -67/+149 |
* | * Lock http handlers dictionary in other places as well to avoid race conditions | Justin Clarke Casey | 2009-03-19 | 1 | -47/+56 |
* | * Add necessary locking to BaseHttpServer.RemoveHTTPHandler() | Justin Clarke Casey | 2009-03-19 | 1 | -7/+14 |
* | * Add documentation to BaseHttpServer.AddHTTPHandler() | Justin Clarke Casey | 2009-03-19 | 1 | -13/+41 |
* | Adds support for unlink-region command in hypergrid. | diva | 2009-03-18 | 1 | -0/+3 |
* | Rename OpenSim.Framework.Archive to OpenSim.Framework.Serialization | Mike Mazur | 2009-03-16 | 3 | -3/+3 |
* | Thank you, mcortez, for a patch that fixes a number of long standing | Melanie Thielker | 2009-03-13 | 1 | -0/+9 |
* | * Support loading empty folders in an iar | Justin Clarke Casey | 2009-03-13 | 2 | -3/+2 |
* | * Remove asset cache size and texture stat reports from ASSET STATS since the... | Justin Clarke Casey | 2009-03-13 | 2 | -6/+41 |
* | Mark AssetBase.Metadata with [XmlIgnore] | Mike Mazur | 2009-03-13 | 1 | -9/+5 |
* | Update svn properties, formatting cleanup. | Jeff Ames | 2009-03-12 | 1 | -3/+3 |
* | * Another stab at refactoring up the CustomiseResponse function. Two fixes: | lbsa71 | 2009-03-12 | 2 | -10/+149 |
* | Move ArchiveConstants to OpenSim.Framework.Archive | Mike Mazur | 2009-03-12 | 1 | -0/+133 |
* | Moving TarArchive to OpenSim.Framework.Archive | Mike Mazur | 2009-03-12 | 2 | -0/+435 |
* | Minor bug fix. Thanks daTwitch. | diva | 2009-03-12 | 1 | -1/+2 |
* | * Reverted r8750 to do another round of debugging on mantis #3287 | lbsa71 | 2009-03-11 | 1 | -141/+9 |
* | * fix build break | Justin Clarke Casey | 2009-03-11 | 1 | -1/+2 |
* | * Make all coded defaults match settings in OpenSim.ini.example | Justin Clarke Casey | 2009-03-11 | 3 | -7/+11 |
* | * minor: reduce some code duplication in BaseHttpServer | Justin Clarke Casey | 2009-03-10 | 1 | -24/+17 |
* | fixing out-of-sync error in BaseHttpServer | Dr Scofield | 2009-03-10 | 1 | -16/+19 |
* | *** POTENTIAL BREAKAGE *** | lbsa71 | 2009-03-10 | 1 | -9/+141 |
* | * Re-aligned CustomiseResponse function for imminent up-pulling | lbsa71 | 2009-03-10 | 1 | -0/+3 |
* | * Refactored out Create() methods to ensure proper transformation between Reg... | lbsa71 | 2009-03-10 | 1 | -0/+13 |
* | * minor: remove some mono compiler warnings | Justin Clarke Casey | 2009-03-09 | 2 | -7/+7 |
* | * Add basic asset cache get test | Justin Clarke Casey | 2009-03-09 | 3 | -7/+93 |
* | * Move method documentation from AssetCache up to IAssetCache | Justin Clarke Casey | 2009-03-09 | 2 | -85/+76 |
* | * Address http://opensimulator.org/mantis/view.php?id=3207 | Justin Clarke Casey | 2009-03-09 | 1 | -4/+1 |
* | * Added TXXX in front of unit tests to make sure they are running in the corr... | Sean Dague | 2009-03-09 | 1 | -7/+7 |
* | Refactor login test class. | Mike Mazur | 2009-03-09 | 1 | -115/+126 |
* | Fix tests broken in r8732. | Mike Mazur | 2009-03-09 | 1 | -0/+14 |
* | Making the web_login_key code work, even if the LL Viewer doesn't support it.... | diva | 2009-03-08 | 1 | -4/+19 |
* | * Adding application/x-oar to the list of content types to which the HTTP Ser... | Teravus Ovares | 2009-03-07 | 1 | -1/+5 |
* | * Protects RestClient from crashing with dictionary exception, which leads to... | Sean Dague | 2009-03-06 | 1 | -2/+24 |
* | Prevent ICommander-generated subcommand trees from generating an exception | Melanie Thielker | 2009-03-05 | 1 | -1/+6 |
* | * remove now unused serialization code | Justin Clarke Casey | 2009-03-05 | 2 | -74/+27 |
* | Avoid NRE if client sends unrecognized packet type. | Jeff Ames | 2009-03-03 | 1 | -1/+8 |
* | Renamed ILoginRegionsConnector to ILoginServiceToRegionsConnector and moved i... | MW | 2009-03-03 | 2 | -1/+43 |
* | Moved Linden protocol login handling to modules in OpenSim.Client.Linden. The... | MW | 2009-03-03 | 2 | -18/+115 |
* | Refactoring of CreateCommsManagerPlugin. | MW | 2009-03-03 | 1 | -2/+1 |
* | Moved the SetupScene methods from RegionApplicationBase to OpenSimBase [Do we... | MW | 2009-03-02 | 1 | -0/+1 |
* | Update svn properties, add copyright headers, minor formatting cleanup. | Jeff Ames | 2009-03-01 | 3 | -5/+84 |