aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* Make single item inventory gives work across regionsMelanie Thielker2009-03-221-2/+2
* Add QueryItem method to secure inventory and HG inventory, change method sig toMelanie Thielker2009-03-222-7/+16
* Fox a null ref in the inventory give moduleMelanie Thielker2009-03-221-0/+3
* Moving the LoginAuth service up, so that it can be shared among standalones a...diva2009-03-221-0/+346
* Initial support for authentication/authorization keys in UserManagerBase, and...diva2009-03-212-1/+95
* Add a QueryItem method to the inventory subsystem. Currently implemented forMelanie Thielker2009-03-213-0/+64
* * Normalized and pulled GetInventorySkeleton up.lbsa712009-03-201-31/+79
* * De-duplicated login service some morelbsa712009-03-201-1/+32
* Moving GetInventoryItem up to InventoryServiceBase, since this seems like a p...diva2009-03-191-0/+10
* * Group OpenSim.Framework.Servers interfaces togetherJustin Clarke Casey2009-03-195-0/+4
* * refactor: Create IHttpServer interface instead of accessing BaseHttpServer ...Justin Clarke Casey2009-03-195-67/+149
* * Lock http handlers dictionary in other places as well to avoid race conditionsJustin Clarke Casey2009-03-191-47/+56
* * Add necessary locking to BaseHttpServer.RemoveHTTPHandler()Justin Clarke Casey2009-03-191-7/+14
* * Add documentation to BaseHttpServer.AddHTTPHandler()Justin Clarke Casey2009-03-191-13/+41
* Adds support for unlink-region command in hypergrid.diva2009-03-181-0/+3
* Rename OpenSim.Framework.Archive to OpenSim.Framework.SerializationMike Mazur2009-03-163-3/+3
* Thank you, mcortez, for a patch that fixes a number of long standingMelanie Thielker2009-03-131-0/+9
* * Support loading empty folders in an iarJustin Clarke Casey2009-03-132-3/+2
* * Remove asset cache size and texture stat reports from ASSET STATS since the...Justin Clarke Casey2009-03-132-6/+41
* Mark AssetBase.Metadata with [XmlIgnore]Mike Mazur2009-03-131-9/+5
* Update svn properties, formatting cleanup.Jeff Ames2009-03-121-3/+3
* * Another stab at refactoring up the CustomiseResponse function. Two fixes:lbsa712009-03-122-10/+149
* Move ArchiveConstants to OpenSim.Framework.ArchiveMike Mazur2009-03-121-0/+133
* Moving TarArchive to OpenSim.Framework.ArchiveMike Mazur2009-03-122-0/+435
* Minor bug fix. Thanks daTwitch.diva2009-03-121-1/+2
* * Reverted r8750 to do another round of debugging on mantis #3287lbsa712009-03-111-141/+9
* * fix build breakJustin Clarke Casey2009-03-111-1/+2
* * Make all coded defaults match settings in OpenSim.ini.exampleJustin Clarke Casey2009-03-113-7/+11
* * minor: reduce some code duplication in BaseHttpServerJustin Clarke Casey2009-03-101-24/+17
* fixing out-of-sync error in BaseHttpServerDr Scofield2009-03-101-16/+19
* *** POTENTIAL BREAKAGE ***lbsa712009-03-101-9/+141
* * Re-aligned CustomiseResponse function for imminent up-pullinglbsa712009-03-101-0/+3
* * Refactored out Create() methods to ensure proper transformation between Reg...lbsa712009-03-101-0/+13
* * minor: remove some mono compiler warningsJustin Clarke Casey2009-03-092-7/+7
* * Add basic asset cache get testJustin Clarke Casey2009-03-093-7/+93
* * Move method documentation from AssetCache up to IAssetCacheJustin Clarke Casey2009-03-092-85/+76
* * Address http://opensimulator.org/mantis/view.php?id=3207Justin Clarke Casey2009-03-091-4/+1
* * Added TXXX in front of unit tests to make sure they are running in the corr...Sean Dague2009-03-091-7/+7
* Refactor login test class.Mike Mazur2009-03-091-115/+126
* Fix tests broken in r8732.Mike Mazur2009-03-091-0/+14
* Making the web_login_key code work, even if the LL Viewer doesn't support it....diva2009-03-081-4/+19
* * Adding application/x-oar to the list of content types to which the HTTP Ser...Teravus Ovares2009-03-071-1/+5
* * Protects RestClient from crashing with dictionary exception, which leads to...Sean Dague2009-03-061-2/+24
* Prevent ICommander-generated subcommand trees from generating an exceptionMelanie Thielker2009-03-051-1/+6
* * remove now unused serialization codeJustin Clarke Casey2009-03-052-74/+27
* Avoid NRE if client sends unrecognized packet type.Jeff Ames2009-03-031-1/+8
* Renamed ILoginRegionsConnector to ILoginServiceToRegionsConnector and moved i...MW2009-03-032-1/+43
* Moved Linden protocol login handling to modules in OpenSim.Client.Linden. The...MW2009-03-032-18/+115
* Refactoring of CreateCommsManagerPlugin.MW2009-03-031-2/+1
* Moved the SetupScene methods from RegionApplicationBase to OpenSimBase [Do we...MW2009-03-021-0/+1