aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/Communications/Capabilities/Caps.cs (unfollow)
Commit message (Collapse)AuthorFilesLines
2008-05-16* Applying patch in mantis 0001293: [PATCH] Fix a bug that corrupts uploaded ↵Teravus Ovares1-0/+2
assets on disk write from Melane. Thanks Melanie!
2008-05-16Formatting cleanup.Jeff Ames1-65/+65
2008-05-14Formatting cleanup.Jeff Ames1-1/+1
2008-05-09* Revert caps fetch inventory service back to UDP for nowJustin Clarke Casey1-2/+14
* Linden client 1.19.1.4 appears to be happy using UDP for this request again, and Linden's own servers (1.21) don't appear to be supplying the CAPS version currently * This should for now fix the bug where texture selection in the edit window both shows only already open textures, and later stops subsequent inventory requests from working.
2008-05-09From: Michael Osias <mosias@us.ibm.com>Justin Clarke Casey1-0/+20
Stop .net generating ambiguous operator errors when two integers are compared for equality in LSL
2008-05-09* Minor: Insert utility function to format raw xml strings into indented xml ↵Justin Clarke Casey1-3/+4
for debugging purposes
2008-05-01* Breaking all the code, breaking all the code..!Adam Frisby1-4/+4
* Made a bunch more members static, removed some dead code, general cleaning.
2008-05-01* Cleaned namespaces of entire solution. OpenSim directories now correspond ↵Adam Frisby1-6/+5
with namespaces.
2008-04-21* Optimised using statements and namespace references across entire project ↵Adam Frisby1-5/+4
(this took a while to run).
2008-04-17* Re-Fixed caps Teravus Ovares1-1/+8
* This fixes chi11ken's/OpenViewer's libsl cap issue.
2008-04-15From: Dr Scofield <hud@zurich.ibm.com>Sean Dague1-0/+1
ansgar and i have been working on an asterisk voice module that will allow us to couple opensim with an asterisk VoIP gateway. the patch below consists of * AsteriskVoiceModule region module: alternative to the plain-vanilla VoiceModule, will make XmlRpc calls out to an asterisk-opensim frontend * asterisk-opensim.py frontend, living in share/python/asterisk, takes XmlRpc calls from the AsteriskVoiceModule * account_update: to update/create a new SIP account (on ProvisionVoiceAccountRequest) * region_update: to update/create a new "region" conference call (on ParcelVoiceInfo) * a asterisk-opensim test client, living in share/python/asterisk, to exercise astersik-opensim.py this still does not give us voice in OpenSim, but it's another step on this path...
2008-04-14* Working towards notifying the client if the inventory service has failed, ↵Justin Clarke Casey1-3/+32
rather than simply returning 0 items. * This is very early support which would only be triggered in a rather unlikely case (if the user server correctly received an inventory skeleton, but later on failed to return the whole inventory in a timely manner. Also, this only applies to the 1.19.1.4 client onwards * Code cleanup and support for other failure cases (failure of inventory caching on region crossing, failure to actually add a folder/item, etc, should follow.
2008-04-13* Correct comment from previous patch - I'm not reversing mantis #912 at ↵Justin Clarke Casey1-1/+1
all, which was in an entirely different location
2008-04-13* Reverse mantis #912 since it was causing inventory to disappear from the ↵Justin Clarke Casey1-1/+10
root folder on 1.19.1.4 non-cache clear relog. * The folder version numbers probably do need to be non-zero, but there is a further subtlety of the protocol to understand first
2008-04-10Thank you kindly, A_Biondi for a patch that:Charles Krinke1-0/+13
Handles the CreateItem cap request for all wearables, setting the proper value in inType and assType.
2008-04-08* Update code to use patched libsecondlife.dll which removes the problem ↵Justin Clarke Casey1-10/+1
where the AssetType enum was 'Primitive' rather than 'Object' * The libsecondlife patch was also applied to libsecondlife itself in r1714 * Many, many thanks to Dr Schofield (IBM) for his help on this :)
2008-04-07Refactor InventoryItemBase to do the following:Sean Dague1-23/+23
* wrap fields as Properties * rename some fields/properties to more sensible names * set style to PropName to match more standard C# approach
2008-04-04* Make objects appear in 1.19.1.4 inventory againJustin Clarke Casey1-6/+19
* You will probably need to clear your client's cache before this will take effect * The problem was that the underlying libsecondlife.AssetType was returning "primitive" rather than "object". This fix is in lieu of correcting/updating our libsecondlife.dll
2008-04-04* Fixed up some documentation regarding the inventory descendants method ↵Teravus Ovares1-3/+17
XML. Cleaned up an error report. Noted at the top, why the two unused caps path variables must stay.
2008-04-04* Fixes CAPS InventoryDescendants and the notorious ↵Teravus Ovares1-9/+46
'LLSDParseException:expected </llsd>' error. * Objects folder still exhibits strange behavior.
2008-04-04* Fixing permissions on items returned via CAPS based inventoryTeravus Ovares1-1/+2
2008-04-03* From: Dr Scofield <hud@zurich.ibm.com>Justin Clarke Casey1-141/+48
* This patch removes voice code into a region module. This required the implementation of events and other code to allow region modules to register their own caps handlers, and should allow different voice module implementations. * CAVEAT: This does not provide complete voice support, it merely provides the hooks so that it can be plugged in.
2008-04-02* Attempt to resolve mantis 873 by placing caps removal operations in a ↵Justin Clarke Casey1-1/+1
critical section
2008-03-31* From: Dr Scofield <hud@zurich.ibm.com>Justin Clarke Casey1-74/+58
* (and Ansgar/Ansi) * Fleshes out the voice stubs to better interact with the viewer CAPS requests - no actual voice support yet! * In his own words "the attached patch enhances the existing voice support by returning a proper voice account user and password and is preparing the config file so that we can specify a SIP server (not yet working). currently the SIP is hardcoded. the next step is to refactor voice support into a region module. working on that. "
2008-03-25* Remove old CAPS http listeners when a client logs out from a sceneJustin Clarke Casey1-21/+39
* Not yet removing listeners when a client leaves a region without logging out
2008-03-25* On Ray casting. Now returning the face normal of the collision face.Teravus Ovares1-2/+2
2008-03-25* Committing some voice related caps with hard coded responses so more ↵Teravus Ovares1-0/+99
debugging can occur.
2008-03-20* First draft resolution of mantis 777, 734, 389 - scripts do not save in ↵Justin Clarke Casey1-1/+10
non-home regions * Should work in multi-region standalone and grid modes * This should also solve other non-home region caps issues (map requests, RC client inventory requests, etc) * We now pass CAPS information on to the destination region on region crossing, and set up a CAPS object when an agent becomes a master * Current limitation is that this will only work if your http_listener_port is 9000 * This is a very early code cut (lots of bad practice, hard coding and inefficiency). However, I wanted to get this out there for feedback and my own sanity. Next few patches will clean up the mess.
2008-03-20Another poxy patch which consists mainly of logging changes (some already ↵Justin Clarke Casey1-1/+1
commented out) to find out what CAPS is doing
2008-03-18Formatting cleanup.Jeff Ames1-26/+26
2008-03-15Part 2 of fixing inventory for client 1.19.1 (RC), inventory items should ↵MW1-2/+50
now show up. Most likely still some problems and most like needs some more work (and still a couple of things to finish off).
2008-03-15Part 1 of making inventory work again in the 1.19.1 (RC) client. Implemented ↵MW1-0/+36
the FetchInventoryDescendents CAPS handler. But currently returning empty folder details. So this commit doesn't actually fix inventory in that client, it just stops the "loading" message being displayed forever next to a folder, and instead shows empty folders. Next part will be to fill in the details of the items in the folders.
2008-03-14Fix Mantis 636Sean Dague1-1/+1
2008-03-13Just a few commentsJustin Clarke Casey1-4/+2
2008-03-12Applied patch from mantis #610, fixed invalid filenames with ↵MW1-1/+1
dump_assets_to_file set to true. thanks tyre.
2008-03-02Change handler001 through handler009 to moreCharles Krinke1-12/+12
appropriate names consisten with their use. All done with all 94 handlers from handler001 through handler094. Hopefully we can move forward without numbered handlers.
2008-02-22* Moved all events except gridcomms and regioncomms over to Event Delegate ↵Teravus Ovares1-8/+14
instances to prevent event race conditions
2008-02-13Clean up more unnecessary String.Format callsJeff Ames1-12/+9
2008-02-10Clean up logging calls using String.Format explicitlyJeff Ames1-2/+2
2008-02-05Converted logging to use log4net.Jeff Ames1-18/+20
Changed LogBase to ConsoleBase, which handles console I/O. This is mostly an in-place conversion, so lots of refactoring can still be done.
2008-01-15* Mother of all commits:Adam Frisby1-12/+12
* Cleaned up copyright notices in AssemblyInfo.cs's * Added Copyright headers to a bunch of files missing them * Replaced several common string instances with a static constant to prevent reallocation of the same strings thousands of times. "" -> String.Empty is the first such candidate.
2008-01-09dump_assets_to_file=true will now cause the asset to go into a UserAssets ↵Brian McBee1-7/+46
subdirectory of bin instead of cluttering up your bin directory (Thanks CharlieO!)
2007-12-27* Optimized usingslbsa711-41/+41
* shortened references * Removed redundant 'this' * Normalized EOF
2007-12-25Small non-functional inventory changesJustin Clarke Casey1-11/+11
2007-12-24Prim inventory script saving phase 1. Create necessary CAPS structures for ↵Justin Clarke Casey1-7/+196
correctly accepting prim inventory script updates. No user functionality yet. Refactoring to follow.
2007-12-20Added patch from Johan. First attempt to solve the LibSL.Packet GC problem. ↵Jeff Ames1-2/+2
Works with LibSL rev>1532
2007-12-10saved OpenSim source code from the giant rampaging unterminated copyright ↵Jeff Ames1-2/+2
notice of doom
2007-12-07"Borrowed" the LLSD class from a older version of libsl, so that our LLSD ↵MW1-4/+6
decoding (used by CAPS) works again.
2007-12-07Updates to LibSL revision 1498. Thanks Johan!Adam Johnson1-1/+1
2007-12-06removed some duplicate hard-coded port numbers. changed ports to uint.Jeff Ames1-2/+2