Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2011-02-16 | Change the QUERYACCESS method to eliminate spurious access denied messages | Melanie | 1 | -1/+1 | |
2011-02-16 | Change the QUERYACCESS method to eliminate spurious access denied messages | Melanie | 1 | -1/+1 | |
2011-01-28 | Fix up QueryAccess to also check parcels | Melanie | 1 | -1/+1 | |
2011-01-28 | Fix up QueryAccess to also check parcels | Melanie | 1 | -1/+1 | |
2011-01-26 | Mostly revert the last commit with the aim of searching for a better solution | Tom | 1 | -1/+0 | |
2011-01-26 | Add a "useCached" parameter to GetUserAccount. Add a function to Scene to ↵ | Tom | 1 | -0/+1 | |
get the user flags. It has to be here due to access restrictions :/ | |||||
2011-01-24 | Add a careminster API to scripting again | Melanie | 1 | -0/+4 | |
2011-01-03 | Implement Scope ID lookup on GetLandData. Stacked regions were not handled | Melanie | 1 | -1/+1 | |
properly | |||||
2010-12-31 | Implement Scope ID lookup on GetLandData. Stacked regions were not handled | Melanie | 1 | -1/+1 | |
properly | |||||
2010-12-10 | minor: remove some compiler warnings | Justin Clark-Casey (justincc) | 1 | -1/+1 | |
2010-12-09 | Plumb a code path for the entity transfer module to ask a destination scene | Melanie | 1 | -0/+2 | |
whether or not an agent is allowed there as a root agent. | |||||
2010-12-09 | Plumb a code path for the entity transfer module to ask a destination scene | Melanie | 1 | -0/+2 | |
whether or not an agent is allowed there as a root agent. | |||||
2010-11-25 | Add the ability for gods to impersonate users. For this, bit 6 needs to be | Melanie | 1 | -0/+1 | |
set in the target's UserFlags and the impersonator must have UserLevel 200 or above. The user can then log in using the target's name and their own password. | |||||
2010-11-21 | Implement a method to allow regions to query the gridwide Freeswitch | Melanie | 1 | -0/+1 | |
configuration from ROBUST | |||||
2010-11-21 | Start implementing Freeswitch in ROBUST | Melanie | 1 | -1/+3 | |
2010-11-21 | Start implementing Freeswitch in ROBUST | Melanie | 1 | -1/+3 | |
2010-11-01 | Fix HypergridLinker.Check4096() | Marck | 1 | -1/+28 | |
Make the optimization with IEnumerable.Except() in Check4096 actually work by providing an appropriate equality definition for GridRegion objects. | |||||
2010-10-30 | Fixed: ToAvatarAppearance wasn't retrieving the AvatarHeight. | Diva Canto | 1 | -0/+3 | |
2010-10-30 | Fix logins and avatar appearance. Contains a Migration. May contain nuts. | Melanie | 1 | -28/+77 | |
This will cause visual params to be persisted along with worn items. With this, alpha and tattoo laters will be saved. Multiple layers MAY work, but not tested because I don't use Viewer 2. | |||||
2010-10-30 | This commit fixes all the appearance related null refs. Still can't log in, | Melanie | 1 | -51/+66 | |
client displays a blank error box. | |||||
2010-10-30 | READ CAREFULLY!!! This is a BROKEN commit. It is UNTESTED and INCOMPLETE. | Melanie | 1 | -54/+78 | |
It contains a major interface version bump and will NOT work with earlier grid services. This is preliminary work that will lead to layers support. Rest appearance services are commented out completely, they will have to be adapted by someone who actually uses them. Remote admin is working, but has no layers support. There is no layers support in the database. Login likely won't work. You have been warned. | |||||
2010-10-22 | Revert "Merge remote branch 'otakup0pe/mantis5110'" | Justin Clark-Casey (justincc) | 1 | -15/+2 | |
This reverts commit 21187f459ea2ae590dda4249fa15ebf116d04fe0, reversing changes made to 8f34e46d7449be1c29419a232a8f7f1e5918f03c. | |||||
2010-10-22 | Revert "* refactor refactor refactor ServerURI 4 lyfe" | Justin Clark-Casey (justincc) | 1 | -7/+1 | |
This reverts commit 55974df14b6d64c1e1f9e386a3eacce3ba86dc98. | |||||
2010-10-22 | Revert "* more url / hg cleanup" | Justin Clark-Casey (justincc) | 1 | -8/+1 | |
This reverts commit 58f75fa19d9aea18283ecdbd44559efb81781c9d. | |||||
2010-10-21 | First attempt to get multiple attachments working to support viewer2. | Master ScienceSim | 1 | -11/+5 | |
The attachment code appears to work correctly for 1.23 viewers so, in spite of some big changes in the internal representation, there don't appear to be regressions. That being said, I still can't get a viewer2 avatar to show correctly. | |||||
2010-10-20 | * more url / hg cleanup | Jonathan Freedman | 1 | -1/+8 | |
2010-10-20 | * refactor refactor refactor ServerURI 4 lyfe | Jonathan Freedman | 1 | -1/+7 | |
2010-10-20 | Major refactoring of appearance handling. | Master ScienceSim | 1 | -7/+25 | |
AvatarService -- add two new methods, GetAppearance and SetAppearance to get around the lossy encoding in AvatarData. Preseve the old functions to avoid changing the behavior for ROBUST services. AvatarAppearance -- major refactor, moved the various encoding methods used by AgentCircuitData, ClientAgentUpdate and ScenePresence into one location. Changed initialization. AvatarAttachments -- added a class specifically to handle attachments in preparation for additional functionality that will be needed for viewer 2. AvatarFactory -- removed a number of unused or methods duplicated in other locations. Moved in all appearance event handling from ScenePresence. Required a change to IClientAPI that propogated throughout all the IClientAPI implementations. | |||||
2010-10-11 | * more url / hg cleanup | Jonathan Freedman | 1 | -1/+8 | |
2010-10-03 | Added viewer's channel, mac, and id0 to agent circuit data. Also moved ↵ | Diva Canto | 1 | -1/+2 | |
client ip address to agent circuit data, so that it's always there. | |||||
2010-10-02 | * refactor refactor refactor ServerURI 4 lyfe | Jonathan Freedman | 1 | -1/+7 | |
2010-09-29 | Part two of the previous commit, making IGridUserService.LoggedOut() more ↵ | John Hurliman | 1 | -1/+11 | |
flexible without changing current behavior | |||||
2010-09-29 | Made IGridUserService.SetLastPosition() more flexible to allow different ↵ | John Hurliman | 1 | -2/+12 | |
possible implementations. This doesn't change any behavior or any Robust code, but it simplifies the SimianGrid connector by using the standard OpenSim interface for setting last position now | |||||
2010-08-23 | Fix bug in llGiveInventory() where items were disappearing on relog | Justin Clark-Casey (justincc) | 1 | -2/+5 | |
This was a regression - the code to look up the correct type folder was no longer being called if items were added without a parent folder set This may have been broken since commit bd49985a on 2010-05-02 | |||||
2010-08-20 | Get maturity level from access number. This addresses mantis #269 | meta7 | 1 | -0/+6 | |
2010-08-19 | Partial rewrite of client IP verification. Not completely finished yet, and ↵ | Diva Canto | 1 | -2/+4 | |
untested. Committing to move to my other computer. | |||||
2010-08-07 | Correct display of landmark about info. Also correct region maturity rating | Melanie Thielker | 1 | -1/+1 | |
in LM info. Maturity is NOT the parcel's setting, that is only for the image and text. Parcel maturity is governed by region maturity. | |||||
2010-08-07 | Correct display of landmark about info. Also correct region maturity rating | Melanie Thielker | 1 | -1/+1 | |
in LM info. Maturity is NOT the parcel's setting, that is only for the image and text. Parcel maturity is governed by region maturity. | |||||
2010-08-06 | Allow creation of link regions if there is an existing region within a 4096 ↵ | Marck | 1 | -0/+1 | |
range. Also add GetHyperlinks() to the grid service. | |||||
2010-06-15 | Fixes creation date issue on user accounts. | Diva Canto | 1 | -1/+3 | |
2010-06-11 | Revert "Allow IInventoryService.GetFolder(folderId, userId) as well as ↵ | Justin Clark-Casey (justincc) | 1 | -8/+0 | |
GetFolder(InventoryFolderBase folder)" This reverts commit 3525195bc9b5fdfd9799411edd452981ef1f4ebd. | |||||
2010-06-11 | Allow IInventoryService.GetFolder(folderId, userId) as well as ↵ | Justin Clark-Casey (justincc) | 1 | -0/+8 | |
GetFolder(InventoryFolderBase folder) This involves no wire changes since the methods often just construct an InventoryFolderBase under the hood. This is in line with other methods that alraedy allow requests via uuid | |||||
2010-06-05 | * Bug fix in TP home: typo in unpacking of GridUserInfo. | Diva Canto | 1 | -1/+1 | |
* Bug fix in TPs across neighboring regions: bug was introduced when getting rid of crashed sessions. | |||||
2010-05-29 | Stop IGridService from throwing a fatal exception when an IPEndPoint cannot ↵ | Tom Grimshaw | 1 | -2/+6 | |
be resolved, and add some handlers to deal with this cleanly; a condition was observed on OSGrid where a neighbouring region with an invalid (unresolveable) hostname would prevent a region from starting. This is bad. | |||||
2010-05-29 | Get the user's DOB back from the server response properly. | Melanie Thielker | 1 | -1/+1 | |
2010-05-29 | Get the user's DOB back from the server response properly. | Melanie Thielker | 1 | -1/+1 | |
2010-05-20 | Removed sessionID from GridUserservice again. Removed parcel crossing ↵ | Diva Canto | 1 | -1/+1 | |
detection from Robust connector. Fixed Simian to continue to send those location updates upon parcel crossing, without changing the interface. | |||||
2010-05-20 | * Added sessionID to IGridUserService.SetLastPosition(), as some connectors ↵ | unknown | 1 | -1/+1 | |
will want to track position against sessionID instead of userID * Updated SimianPresenceServiceConnector to use the new LoggedOut/SetHome/etc methods and only update session position on parcel crossing | |||||
2010-05-18 | Fix to the scenario where we send an agent to a neighbouring sim (via ↵ | Tom Grimshaw | 1 | -0/+8 | |
teleport), then tell our neighbours to close the agents.. thereby disconnecting the user. Added a new CloseChildAgent method in lieu of CloseAgent. This has been a long standing problem - with any luck this will cure it. | |||||
2010-05-15 | Finalized the client's TCP IP address verification process for HG1.5. | Diva Canto | 1 | -0/+1 | |