aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Services/Interfaces (unfollow)
Commit message (Expand)AuthorFilesLines
2011-04-15Make all the objects in a coalescence reappears after being loaded from an IA...Justin Clark-Casey (justincc)1-0/+5
2011-04-11minor: add a bit more method doc to IInventoryService.GetItem()Justin Clark-Casey (justincc)1-1/+1
2011-03-09Add log messages on teleport failure to better pin down the cause.Justin Clark-Casey (justincc)1-0/+7
2011-02-16Change the QUERYACCESS method to eliminate spurious access denied messagesMelanie1-1/+1
2011-01-28Fix up QueryAccess to also check parcelsMelanie1-1/+1
2011-01-03Implement Scope ID lookup on GetLandData. Stacked regions were not handledMelanie1-1/+1
2010-12-10minor: remove some compiler warningsJustin Clark-Casey (justincc)1-1/+1
2010-12-09Plumb a code path for the entity transfer module to ask a destination sceneMelanie1-0/+2
2010-11-21Implement a method to allow regions to query the gridwide FreeswitchMelanie1-0/+1
2010-11-21Start implementing Freeswitch in ROBUSTMelanie1-1/+3
2010-11-01Fix HypergridLinker.Check4096()Marck1-1/+28
2010-10-30Fixed: ToAvatarAppearance wasn't retrieving the AvatarHeight.Diva Canto1-0/+3
2010-10-30Fix logins and avatar appearance. Contains a Migration. May contain nuts.Melanie1-28/+77
2010-10-30This commit fixes all the appearance related null refs. Still can't log in,Melanie1-51/+66
2010-10-30READ CAREFULLY!!! This is a BROKEN commit. It is UNTESTED and INCOMPLETE.Melanie1-54/+78
2010-10-22Revert "Merge remote branch 'otakup0pe/mantis5110'"Justin Clark-Casey (justincc)1-15/+2
2010-10-22Revert "* refactor refactor refactor ServerURI 4 lyfe"Justin Clark-Casey (justincc)1-7/+1
2010-10-22Revert "* more url / hg cleanup"Justin Clark-Casey (justincc)1-8/+1
2010-10-21First attempt to get multiple attachments working to support viewer2.Master ScienceSim1-11/+5
2010-10-20* more url / hg cleanupJonathan Freedman1-1/+8
2010-10-20* refactor refactor refactor ServerURI 4 lyfeJonathan Freedman1-1/+7
2010-10-20Major refactoring of appearance handling.Master ScienceSim1-7/+25
2010-10-11* more url / hg cleanupJonathan Freedman1-1/+8
2010-10-03Added viewer's channel, mac, and id0 to agent circuit data. Also moved client...Diva Canto1-1/+2
2010-10-02* refactor refactor refactor ServerURI 4 lyfeJonathan Freedman1-1/+7
2010-09-29Part two of the previous commit, making IGridUserService.LoggedOut() more fle...John Hurliman1-1/+11
2010-09-29Made IGridUserService.SetLastPosition() more flexible to allow different poss...John Hurliman1-2/+12
2010-08-23Fix bug in llGiveInventory() where items were disappearing on relogJustin Clark-Casey (justincc)1-2/+5
2010-08-19Partial rewrite of client IP verification. Not completely finished yet, and u...Diva Canto1-2/+4
2010-08-07Correct display of landmark about info. Also correct region maturity ratingMelanie Thielker1-1/+1
2010-08-06Allow creation of link regions if there is an existing region within a 4096 r...Marck1-0/+1
2010-06-15Fixes creation date issue on user accounts.Diva Canto1-1/+3
2010-06-11Revert "Allow IInventoryService.GetFolder(folderId, userId) as well as GetFol...Justin Clark-Casey (justincc)1-8/+0
2010-06-11Allow IInventoryService.GetFolder(folderId, userId) as well as GetFolder(Inve...Justin Clark-Casey (justincc)1-0/+8
2010-06-05* Bug fix in TP home: typo in unpacking of GridUserInfo.Diva Canto1-1/+1
2010-05-29Get the user's DOB back from the server response properly.Melanie Thielker1-1/+1
2010-05-20Removed sessionID from GridUserservice again. Removed parcel crossing detecti...Diva Canto1-1/+1
2010-05-20* Added sessionID to IGridUserService.SetLastPosition(), as some connectors w...unknown1-1/+1
2010-05-15Finalized the client's TCP IP address verification process for HG1.5.Diva Canto1-0/+1
2010-05-10Fixed a typo in the Friends packaging (Pricipal -> Principal) that was making...Diva Canto1-1/+1
2010-05-08More cleaning on presence. Friends online/offline works again.Diva Canto1-28/+0
2010-05-07Fixed Presence unit test. Removed unnecessary packing/unpacking of obsolete f...Diva Canto1-6/+0
2010-05-07GridUserService in place. Replaces the contrived concept of storing user's ho...Diva Canto2-23/+43
2010-05-05Plumb the viewer version string through into AgentCircuitData. Now all thatMelanie Thielker1-1/+1
2010-05-05Add a XMLRPC method to remotely set the login level for the LLLoginService.Melanie Thielker1-0/+1
2010-05-02Make the IUserAccountData properly unpack the god mode data, so grid godsMelanie Thielker1-3/+3
2010-04-27Allow a client to pass a scope id to log into in the login XML / LLSDMelanie1-1/+2
2010-04-08* Adds IAssetService.GetCached() to allow asset fetching from the local cache...John Hurliman1-0/+7
2010-04-07* Fixing incorrect documentation for the continuation passing style IAssetSer...John Hurliman1-1/+2
2010-03-23First stage of the new interactive region creation. This will allow creationMelanie1-2/+2