aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Services/Interfaces (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* minor: add a bit more method doc to IInventoryService.GetItem()Justin Clark-Casey (justincc)2011-04-111-1/+1
* Add log messages on teleport failure to better pin down the cause.Justin Clark-Casey (justincc)2011-03-091-0/+7
* Change the QUERYACCESS method to eliminate spurious access denied messagesMelanie2011-02-161-1/+1
* Fix up QueryAccess to also check parcelsMelanie2011-01-281-1/+1
* Implement Scope ID lookup on GetLandData. Stacked regions were not handledMelanie2011-01-031-1/+1
* minor: remove some compiler warningsJustin Clark-Casey (justincc)2010-12-101-1/+1
* Plumb a code path for the entity transfer module to ask a destination sceneMelanie2010-12-091-0/+2
* Merge branch 'master-core' into mantis5110Jonathan Freedman2010-11-211-1/+4
|\
| * Implement a method to allow regions to query the gridwide FreeswitchMelanie2010-11-211-0/+1
| * Start implementing Freeswitch in ROBUSTMelanie2010-11-211-1/+3
* | Merge git://github.com/opensim/opensim into mantis5110Jonathan Freedman2010-11-051-1/+28
|\ \ | |/
| * Fix HypergridLinker.Check4096()Marck2010-11-011-1/+28
* | Merge branch 'master' into mantis5110Jonathan Freedman2010-10-301-28/+80
|\ \ | |/
| * Fixed: ToAvatarAppearance wasn't retrieving the AvatarHeight.Diva Canto2010-10-301-0/+3
| * Fix logins and avatar appearance. Contains a Migration. May contain nuts.Melanie2010-10-301-28/+77
* | Merge branch 'master' into mantis5110Jonathan Freedman2010-10-301-55/+94
|\ \ | |/
| * This commit fixes all the appearance related null refs. Still can't log in,Melanie2010-10-301-51/+66
| * READ CAREFULLY!!! This is a BROKEN commit. It is UNTESTED and INCOMPLETE.Melanie2010-10-301-54/+78
* | Merge branch 'master' into mantis5110Jonathan Freedman2010-10-291-18/+30
|\ \ | |/
| * First attempt to get multiple attachments working to support viewer2.Master ScienceSim2010-10-211-11/+5
| * Major refactoring of appearance handling.Master ScienceSim2010-10-201-7/+25
* | * more url / hg cleanupJonathan Freedman2010-10-111-1/+8
* | Merge branch 'master' of git://opensimulator.org/git/opensimJonathan Freedman2010-10-051-1/+2
|\ \ | |/
| * Added viewer's channel, mac, and id0 to agent circuit data. Also moved client...Diva Canto2010-10-031-1/+2
* | * refactor refactor refactor ServerURI 4 lyfeJonathan Freedman2010-10-021-1/+7
|/
* Part two of the previous commit, making IGridUserService.LoggedOut() more fle...John Hurliman2010-09-291-1/+11
* Made IGridUserService.SetLastPosition() more flexible to allow different poss...John Hurliman2010-09-291-2/+12
* Fix bug in llGiveInventory() where items were disappearing on relogJustin Clark-Casey (justincc)2010-08-231-2/+5
* Partial rewrite of client IP verification. Not completely finished yet, and u...Diva Canto2010-08-191-2/+4
* Merge branch 'master' of melanie@opensimulator.org:/var/git/opensimMelanie2010-08-071-0/+1
|\
| * Allow creation of link regions if there is an existing region within a 4096 r...Marck2010-08-061-0/+1
* | Correct display of landmark about info. Also correct region maturity ratingMelanie Thielker2010-08-071-1/+1
|/
* Fixes creation date issue on user accounts.Diva Canto2010-06-151-1/+3
* * Bug fix in TP home: typo in unpacking of GridUserInfo.Diva Canto2010-06-051-1/+1
* Get the user's DOB back from the server response properly.Melanie Thielker2010-05-291-1/+1
* Removed sessionID from GridUserservice again. Removed parcel crossing detecti...Diva Canto2010-05-201-1/+1
* Merging slimupdates2unknown2010-05-201-1/+1
|\
| * * Added sessionID to IGridUserService.SetLastPosition(), as some connectors w...unknown2010-05-201-1/+1
* | Finalized the client's TCP IP address verification process for HG1.5.Diva Canto2010-05-151-0/+1
|/
* Fixed a typo in the Friends packaging (Pricipal -> Principal) that was making...Diva Canto2010-05-101-1/+1
* More cleaning on presence. Friends online/offline works again.Diva Canto2010-05-081-28/+0
* Fixed Presence unit test. Removed unnecessary packing/unpacking of obsolete f...Diva Canto2010-05-071-6/+0
* GridUserService in place. Replaces the contrived concept of storing user's ho...Diva Canto2010-05-072-23/+43
* Plumb the viewer version string through into AgentCircuitData. Now all thatMelanie Thielker2010-05-051-1/+1
* Add a XMLRPC method to remotely set the login level for the LLLoginService.Melanie Thielker2010-05-051-0/+1
* Make the IUserAccountData properly unpack the god mode data, so grid godsMelanie Thielker2010-05-021-3/+3
* Allow a client to pass a scope id to log into in the login XML / LLSDMelanie2010-04-271-1/+2
* * Adds IAssetService.GetCached() to allow asset fetching from the local cache...John Hurliman2010-04-081-0/+7
* * Fixing incorrect documentation for the continuation passing style IAssetSer...John Hurliman2010-04-071-1/+2
* First stage of the new interactive region creation. This will allow creationMelanie2010-03-231-2/+2