| Commit message (Expand) | Author | Age | Files | Lines |
* | Plumb the viewer version string through into AgentCircuitData. Now all that | Melanie Thielker | 2010-05-05 | 2 | -7/+8 |
* | Add a XMLRPC method to remotely set the login level for the LLLoginService. | Melanie Thielker | 2010-05-05 | 2 | -0/+54 |
* | Assorted bug fixes in hypergrid linking. | Diva Canto | 2010-05-03 | 4 | -29/+36 |
* | Make the IUserAccountData properly unpack the god mode data, so grid gods | Melanie Thielker | 2010-05-02 | 2 | -4/+4 |
* | Allow retrieval if admin users in scope mode | Melanie Thielker | 2010-04-30 | 1 | -0/+18 |
* | * XInventory fairly tested, including for HG. Almost ready to switch. | Diva Canto | 2010-04-30 | 2 | -66/+55 |
* | Started redoing HGInventoryBroker for XInventory and with multi-protocol in m... | Diva Canto | 2010-04-29 | 1 | -3/+3 |
* | Merge branch 'minor-stuff' | Melanie | 2010-04-28 | 1 | -1/+1 |
|\ |
|
| * | Removed unused var from InventoryService.cs (-1 warning) | AlexRa | 2010-04-28 | 1 | -1/+1 |
* | | Putting it back to protected; Melanie doesn't like it to be public. | Diva Canto | 2010-04-27 | 1 | -1/+1 |
* | | Changed GetToken from protected to public. This is not exposed at the interface. | Diva Canto | 2010-04-27 | 1 | -1/+1 |
* | | * Thanks cmickeyb, for a patch that sanity checks if the response from m_Data... | John Hurliman | 2010-04-27 | 1 | -1/+4 |
* | | XInventory connector/handler showing signs of life. Tested, but needs more te... | Diva Canto | 2010-04-27 | 2 | -54/+82 |
|/ |
|
* | Merge branch 'master' of melanie@opensimulator.org:/var/git/opensim | Melanie | 2010-04-27 | 1 | -0/+29 |
|\ |
|
| * | RemoteXInventoryServiceConnector, the plugin region module. Not active in def... | Diva Canto | 2010-04-26 | 1 | -0/+29 |
* | | Allow a client to pass a scope id to log into in the login XML / LLSD | Melanie | 2010-04-27 | 2 | -15/+32 |
|/ |
|
* | Merge branch 'master' of ssh://opensimulator.org/var/git/opensim | John Hurliman | 2010-04-22 | 1 | -3/+3 |
|\ |
|
| * | Sanitized parsing of floats (x, y, z location) for Culture. | Diva Canto | 2010-04-22 | 1 | -3/+3 |
* | | * Better error logging for failed SimianGrid web service calls | John Hurliman | 2010-04-22 | 1 | -4/+9 |
|/ |
|
* | Applying a patch from lkalif to fix a small bug in the previous patch | John Hurliman | 2010-04-14 | 1 | -1/+1 |
* | Applying patch from lkalif to add support for inventory links to the SimianGr... | John Hurliman | 2010-04-13 | 1 | -0/+12 |
* | * Adds IAssetService.GetCached() to allow asset fetching from the local cache... | John Hurliman | 2010-04-08 | 5 | -0/+42 |
* | * Fixing incorrect documentation for the continuation passing style IAssetSer... | John Hurliman | 2010-04-07 | 2 | -2/+3 |
* | * In the async asset fetch method, cache check before firing any async code. ... | John Hurliman | 2010-04-05 | 1 | -47/+62 |
* | * Guard against null in last commit | Diva Canto | 2010-04-03 | 1 | -1/+2 |
* | Last commit was too fast... must override. | Diva Canto | 2010-04-03 | 1 | -1/+1 |
* | * Made UserAccountService handle UserLevel, UserFlags and UserTitle appropria... | Diva Canto | 2010-04-03 | 1 | -0/+7 |
* | * Better logging for Authenticate() failures | John Hurliman | 2010-04-02 | 2 | -3/+11 |
* | Change the SimianGrid connector log messages to start with "[SIMIAN " to avoi... | John Hurliman | 2010-03-26 | 9 | -112/+112 |
* | Merge branch 'master' of ssh://diva@opensimulator.org/var/git/opensim | Diva Canto | 2010-03-26 | 1 | -3/+40 |
|\ |
|
| * | * Fixed a bug with null value handling in WebUtil.BuildQueryString() | John Hurliman | 2010-03-26 | 1 | -3/+40 |
* | | Minor improvement on debug message. | Diva Canto | 2010-03-26 | 1 | -31/+30 |
* | | Select Random Region if Home or Last cant be found | unknown | 2010-03-26 | 1 | -14/+34 |
|/ |
|
* | First stage of the new interactive region creation. This will allow creation | Melanie | 2010-03-23 | 1 | -2/+2 |
* | * Updated libomv libraries to fix JSON (LLSD) decoding errors on null values ... | John Hurliman | 2010-03-20 | 1 | -1/+1 |
* | Renamed TryGetAvatar to TryGetScenePresence on SceneManager, SceneBase, Scene... | Dan Lake | 2010-03-19 | 1 | -2/+2 |
* | * Fixing the SimianGrid friend connector enabled detection since the friends ... | John Hurliman | 2010-03-16 | 1 | -1/+9 |
* | Merge branch 'master' of ssh://opensimulator.org/var/git/opensim | John Hurliman | 2010-03-15 | 2 | -0/+6 |
|\ |
|
| * | Get the local inner simulation service object to the handler so that there is... | Diva Canto | 2010-03-15 | 2 | -0/+6 |
* | | * Fixed a bug in Simian.IsSimianEnabled (since the default module strings fol... | John Hurliman | 2010-03-15 | 1 | -1/+1 |
|/ |
|
* | Merge branch 'master' of ssh://opensimulator.org/var/git/opensim | John Hurliman | 2010-03-15 | 2 | -6/+5 |
|\ |
|
| * | minor: remove some mono compiler warnings | Justin Clark-Casey (justincc) | 2010-03-12 | 2 | -6/+5 |
* | | Fixed Simian.IsSimianEnabled() to allow mixing and matching of connectors | John Hurliman | 2010-03-15 | 10 | -12/+12 |
|/ |
|
* | Minor tweak to clean up SimianGrid asset service URLs | John Hurliman | 2010-03-12 | 1 | -1/+1 |
* | * Added a better check to the SimianGrid connectors to test if they are enabl... | John Hurliman | 2010-03-12 | 10 | -116/+171 |
* | Fixing the previous patch to work correctly with standalone mode | John Hurliman | 2010-03-12 | 9 | -36/+36 |
* | Fixed SimianGrid connectors to gracefully exit if the required config section... | John Hurliman | 2010-03-12 | 9 | -56/+63 |
* | Simplify database setup and remove migration problems by moving all sqlite co... | Justin Clark-Casey (justincc) | 2010-03-12 | 9 | -9/+9 |
* | Merge branch 'master' of ssh://justincc@opensimulator.org/var/git/opensim | Justin Clark-Casey (justincc) | 2010-03-12 | 11 | -0/+3667 |
|\ |
|
| * | Merge branch 'master' of ssh://opensimulator.org/var/git/opensim | John Hurliman | 2010-03-12 | 3 | -15/+19 |
| |\ |
|