aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework (follow)
Commit message (Expand)AuthorAgeFilesLines
* * 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
* Update svn properties, add copyright headers, minor formatting cleanup.Jeff Ames2009-03-013-5/+84
* Added check so Util.ReadSettingsFromIniFile doesn't try to set static fields.MW2009-02-281-18/+21
* Copied the Util.ReadSettingsFromIniFile method from the branch to trunk.MW2009-02-281-0/+61
* svn attribute fixes so that we can play nice between windows and linuxSean Dague2009-02-263-82/+82
* Added IRegionCreator interface that all ApplicationPlugins that are creators ...MW2009-02-263-1/+26
* Moved the Initialisation of the CommunicationsManager to a ApplicationPlugin. MW2009-02-261-0/+3
* * Update ScenePresenceTests to reflect current REST communication workflow.Sean Dague2009-02-261-1/+1
* opps forgot to commit a changed file.MW2009-02-261-1/+1
* Plumb in the RetrieveInstantMessages event that is sent by the viewerMelanie Thielker2009-02-261-0/+3
* Added IRegistryCore and RegistryCore to OpenSim.Framework.MW2009-02-262-0/+57
* More refactoring of the Grid, User and Messaging servers. MW2009-02-251-12/+0
* Distinguish 404 errors in RestClient.Request().Mike Mazur2009-02-251-2/+10
* A few updates necessary for load balancer.Mike Mazur2009-02-251-1/+10
* * Performance Changes:Adam Frisby2009-02-231-0/+15
* Mantis#3218. Thank you kindly, TLaukkan (Tommil) for a patch that:Charles Krinke2009-02-2210-24/+22
* Addresses some issues with appearance after TPs. Appearance.Owner was not bei...diva2009-02-221-2/+18
* * Upping to interface version 3 - let's see how this goes.lbsa712009-02-211-1/+1
* Allow entry of '?' in http URIs. If the field being typed begins withMelanie Thielker2009-02-211-4/+13
* * Applied a patch that: Added estate ban table to migration scripts and nhibe...lbsa712009-02-212-8/+83
* Add copyright headers. Minor formatting cleanup.Jeff Ames2009-02-213-1/+55
* Update svn properties.Jeff Ames2009-02-212-138/+138
* * Upped VersionInfo to 0.6.3 and in the process, changed assemblyinfo to 0.6....lbsa712009-02-204-12/+12
* * Consistently lock part.TaskInventory as pointed out in http://opensimulator...Justin Clarke Casey2009-02-201-2/+2
* THE BIG ANTI-REMOTING SCHLEP -- StartRemoting is no more. Sims in older versi...diva2009-02-202-58/+0
* * Another stab at removing AssetServer.exe dependencieslbsa712009-02-202-0/+140
* This moves the 2 friends-related interregion messages out of OGS1 and into th...diva2009-02-202-46/+0
* * Reverted the AssetServer fix, apparently something was dependent on IAssetD...lbsa712009-02-195-179/+2
* * Moved the AssetStreamHandlers to OpenSim.Framework.Serverslbsa712009-02-192-0/+138
* * Extracted IAssetData and moved it to OpenSim.Framework to prepare to get ri...lbsa712009-02-193-2/+41
* * Fix http://opensimulator.org/mantis/view.php?id=3193Justin Clarke Casey2009-02-191-51/+45
* * Changed all AssemblyInfo to explicit version 1.0.0.0 to not confuse poor po...lbsa712009-02-191-1/+1
* Thank you, Snowdrop, for a patch that makes the callback ID parameterMelanie Thielker2009-02-191-1/+1
* From: Alan Webb <awebb@linux.vnet.ibm.com>Sean Dague2009-02-182-11/+11
* Adds support for preserving animations on region crossings and TPs. diva2009-02-181-28/+30
* * Allow inventory archives to be saved from the 'root' inventory directoryJustin Clarke Casey2009-02-171-3/+10
* * Establish InventoryArchiveSaved event for unit testsJustin Clarke Casey2009-02-172-2/+2
* * Moved the nifty MySQLEstateData connectionstring password-stripper out into...lbsa712009-02-171-0/+20
* Re-add the objectID field to the anim pack, that was deemed unneccessaryMelanie Thielker2009-02-171-1/+1
* - remove the Metadata property from AssetBase and return all previousMike Mazur2009-02-178-97/+135
* Major change to how appearance is managed, including changes in login and use...diva2009-02-174-1/+10
* From: Alan Webb <awebb@linux.vnet.ibm.com>Sean Dague2009-02-1610-28/+358