aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Grid/Communications (unfollow)
Commit message (Collapse)AuthorFilesLines
2009-06-01Minor: Change OpenSim to OpenSimulator in older copyright headers and ↵Jeff Ames1-1/+1
LICENSE.txt.
2009-05-04Intermediate commit. WILL NOT COMPILE!Melanie Thielker1-1/+1
2008-09-24Add persistence of active gestures. This needs an UGAIM update to work.Homer Horwitz1-0/+16
Active gestures are sent as part of the login-response. Added fetchActiveGestures to SQLite and MySQL; added an empty one for MSSQL and NHibernate. Using the empty ones won't cause errors, but doesn't provide persistence either, of course.
2008-09-06* This is the fabled LibOMV update with all of the libOMV types from JHurlimanTeravus Ovares1-5/+5
* This is a HUGE OMG update and will definitely have unknown side effects.. so this is really only for the strong hearted at this point. Regular people should let the dust settle. * This has been tested to work with most basic functions. However.. make sure you back up 'everything' before using this. It's that big! * Essentially we're back at square 1 in the testing phase.. so lets identify things that broke.
2008-08-18Formatting cleanup.Jeff Ames1-3/+3
2008-07-29* Refactored some heavily duplicated RequestSimProfileData functionslbsa711-2/+2
* Changed InventoryUrl and GridServerURL type to Uri instead of string - to address '/' issues.
2008-07-27Update svn properties.Jeff Ames1-0/+0
2008-07-24* refactor: move remaining user service -> inventory service OGS1 calls into ↵Justin Clarke Casey1-3/+7
the specific inter service class
2008-07-24* Separate out OGS1 calls used between services (rather than from region to ↵Justin Clarke Casey1-0/+67
services) into a separate assembly to parallel OpenSim.Region.Communications.OGS1