aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/ApplicationPlugins/Rest (unfollow)
Commit message (Expand)AuthorFilesLines
2012-09-21Comment out the long unused afaik HTTP agent handlers.Justin Clark-Casey (justincc)2-19/+25
2012-06-13Don't include time to transmit response back to requester when assessing slow...Justin Clark-Casey (justincc)1-1/+0
2011-12-05Implement IOSHttpRequest and IOSHttpResponse http interfaces and use instead ...Justin Clark-Casey (justincc)4-15/+15
2011-11-03Rename ForEachAvatar back to ForEachScenePresence. The other changesDan Lake1-1/+1
2011-11-03Renamed ForEachRootScenePresence to ForEachAvatar. Cleaned up calls toDan Lake1-1/+1
2011-09-22Reinstate option to land an npc when it reaches a target.Justin Clark-Casey (justincc)1-1/+1
2011-08-10early code to allow scripts to force npcs not to fly when moving to targetJustin Clark-Casey (justincc)1-1/+1
2011-08-03refactor: rename the move to position methods to move to target to be consist...Justin Clark-Casey (justincc)1-1/+1
2011-08-03get rid of vestigal move to parametersJustin Clark-Casey (justincc)1-2/+2
2011-08-02Partially fix autopilot/go hereJustin Clark-Casey (justincc)1-1/+1
2011-08-02Get rid of AvatarAppearance.Owner to simplify the code.Justin Clark-Casey (justincc)1-7/+7
2011-03-17Thanks Kevin Cozens for a patch that:BlueWall1-3/+3
2011-02-04minor: remove some mono compiler warningsJustin Clark-Casey (justincc)2-5/+5
2010-11-21Added creator info across the board -- TaskInventoryItems and InventoryItems ...Diva Canto1-0/+1
2010-10-30READ CAREFULLY!!! This is a BROKEN commit. It is UNTESTED and INCOMPLETE.Melanie1-1/+4
2010-10-21First attempt to get multiple attachments working to support viewer2.Master ScienceSim1-15/+10
2010-09-12Formatting cleanup.Jeff Ames1-2/+2
2010-05-28comment out large chunks of appearance/inventory region access services to el...Justin Clark-Casey (justincc)2-660/+656
2010-03-19Cleaned up access to scenepresences in scenegraph. GetScenePresences and GetA...Dan Lake3-22/+18
2010-02-22Changed asset CreatorID to a stringJohn Hurliman2-3/+3
2010-02-22* Adds CreatorID to asset metadata. This is just the plumbing to support Crea...John Hurliman2-3/+3
2010-02-12Apply last two patches from http://opensimulator.org/mantis/view.php?id=3522Justin Clark-Casey (justincc)1-2/+3
2010-01-11Fixed a couple of bugs with Appearance. Appearance is all good now.Diva Canto1-2/+2
2010-01-11OpenSim/Framework/Communications/Cache deleted. LibraryRootFolder deleted.Diva Canto1-1/+1
2010-01-10Some more unnecessary things deleted in Framework.Communications.Diva Canto1-1/+0
2010-01-10* Changed IPresenceService Logout, so that it takes a position and a lookatDiva Canto2-18/+17
2010-01-10Remove all references to master avatar, replacing with estate owner whereMelanie2-16/+1
2010-01-08Inching ahead... This compiles, but very likely does not run.Diva Canto4-384/+396
2010-01-02* Forgotten ILibraryService from yesterdayDiva Canto1-0/+1
2009-11-05Changing the AssetBase constructors to avoid initializing assets with an unkn...John Hurliman2-10/+3
2009-10-02* Creates Util.UTF8 and switches some references of Encoding.UTF8 to Util.UTF...John Hurliman2-3/+4
2009-10-01Formatting cleanup.Jeff Ames1-1/+1
2009-09-24minor: make rest (not comm) modules less noisy if they are disabledJustin Clark-Casey (justincc)3-4/+5
2009-09-09* Lock timers when Calling Start() and Stop() when the Thread Context is murk...Teravus Ovares (Dan Olivares)1-2/+5
2009-08-19A better purge of trash folder.Diva Canto1-2/+6
2009-08-10Changed RequestRootFolder to GetRootFolderDiva Canto1-1/+1
2009-07-20From: Rick Alther <alther@us.ibm.com>Sean Dague1-1/+0
2009-07-10Now we are past revision 10000, I think its time to start to fix that massive...MW1-2/+2
2009-06-10Heart surgery no.2: the inventory service hooks. diva2-3/+3
2009-06-10Formatting cleanup.Jeff Ames2-11/+9
2009-06-01Minor: Change OpenSim to OpenSimulator in older copyright headers and LICENSE...Jeff Ames19-19/+19
2009-05-22From: Alan Webb <alan_webb@us.ibm.com>Dr Scofield1-4/+0
2009-05-21Hooked up the RestRegionPlugin Get Region/xxx/terrain so it outputs xml conta...MW1-2/+6
2009-05-18fixing XmlWriter problemDr Scofield5-99/+124
2009-05-15Heart surgery on asset service code bits. Affects OpenSim.ini configuration -...diva3-11/+11
2009-05-09Fixed handling of inventory a bitHomer Horwitz1-8/+8
2009-05-04Intermediate commit. WILL NOT COMPILE!Melanie Thielker12-5/+14
2009-04-27Add copyright headers. Formatting cleanup.Jeff Ames1-45/+45
2009-04-24From: Alan Webb <alan_webb@us.ibm.com>Dr Scofield2-2/+450
2009-04-17Adds a new REST service /admin/regioninfo/ --- will return aDr Scofield2-0/+144