| Commit message (Expand) | Author | Files | Lines |
2015-09-06 | Clean up viewer-based access control specifications. | Diva Canto | 1 | -2/+5 |
2015-08-20 | Partial plumbing for the agent stateful module features negotiation | Melanie Thielker | 1 | -1/+1 |
2015-08-08 | Convert the enum to int before casting it to string for DB query | Diva Canto | 1 | -1/+1 |
2015-08-08 | WARNING: massive refactor to follow libomv's latest changes regarding invento... | Diva Canto | 2 | -43/+43 |
2015-08-03 | In the AgentCircuitData of HG users, set the last name to include the port | Oren Hurvitz | 1 | -1/+1 |
2015-08-02 | Add HGFSAssetService to the HypergridService to provide HG support for FSAssets. | AliciaRaven | 1 | -0/+189 |
2015-08-01 | Mantis #7657 and #7514. This should alleviate the problem of bad object asset... | Diva Canto | 1 | -0/+22 |
2015-05-10 | Knocked off a few compiler warnings regarding unused variables. | Diva Canto | 1 | -1/+1 |
2015-05-10 | Added simple test for IM in Robust too. | Diva Canto | 1 | -1/+8 |
2015-05-07 | Major change in the way inventory is downloaded: added a method throughout II... | Diva Canto | 1 | -1/+8 |
2015-05-05 | Refactored some code that is used in two different dlls related to SOP rewrit... | Diva Canto | 1 | -1/+1 |
2015-04-29 | Updated all occurrences of AssemblyVersion("0.8.1.*") to AssemblyVersion("0.8... | Diva Canto | 1 | -1/+1 |
2014-11-25 | When processing incoming attachments via HG, if a request for uuid gathering ... | Justin Clark-Casey (justincc) | 1 | -1/+1 |
2014-11-25 | Label all threadpool calls being made in core OpenSimulator. This is to add ... | Justin Clark-Casey (justincc) | 1 | -1/+2 |
2014-11-21 | When logging reigon information returned by GateKeeperService.GetHyperlinkReg... | Justin Clark-Casey (justincc) | 1 | -3/+20 |
2014-07-22 | Fix recent regression in 3c6becd5 where login or hg login to variable sized r... | Justin Clark-Casey (justincc) | 1 | -1/+1 |
2014-07-21 | On login and first HG entrance to a foreign grid, perform query access checks... | Justin Clark-Casey (justincc) | 1 | -0/+7 |
2014-07-06 | Changed GetUserInfo so that the exposure of user account details is ruled by ... | Diva Canto | 1 | -5/+17 |
2014-07-06 | Lookup username given key(uuid) XML-RPC | Blake Bourque | 1 | -0/+2 |
2014-06-17 | Change assembly versions to 0.8.1 | Justin Clark-Casey (justincc) | 1 | -1/+1 |
2014-05-25 | When creating a new user, create the folders "Current Outfit", "Favorites", a... | Oren Hurvitz | 1 | -7/+4 |
2014-05-19 | Log the user when an inventory operation is blocked because the item/folder i... | Oren Hurvitz | 1 | -14/+14 |
2014-05-12 | Fixed error if a user didn't have a "Current Outfit" folder in their suitcase. | Oren Hurvitz | 1 | -9/+12 |
2014-05-06 | Log whenever an inventory operation is blocked because the item/folder isn't ... | Oren Hurvitz | 1 | -8/+52 |
2014-05-06 | - When sending the "My Suitcase" folder to the client, always claim it has Fo... | Oren Hurvitz | 1 | -7/+7 |
2014-04-23 | Removed GetUserInventory(). It wasn't being used, and was creating warnings b... | Oren Hurvitz | 2 | -59/+0 |
2014-04-21 | Removed an attempt to set a user's presence to "Region 0" when they HG telepo... | Oren Hurvitz | 1 | -3/+0 |
2014-04-09 | In teleports, pass the source region to the destination (similar to an HTTP r... | Oren Hurvitz | 2 | -11/+15 |
2014-04-08 | Allow invalidating the users cache | Oren Hurvitz | 1 | -1/+6 |
2014-04-06 | When preparing a Hypergrid teleport, tell the receiving grid which user is en... | Oren Hurvitz | 1 | -2/+4 |
2014-04-03 | When teleporting using Hypergrid, show more informative error messages in cas... | Oren Hurvitz | 1 | -1/+12 |
2014-03-24 | HGAssetService searches for the "HomeURI" setting in several sections: Startu... | Oren Hurvitz | 1 | -4/+4 |
2014-03-24 | When a user logs-in, automatically create the Suitcase folder | Oren Hurvitz | 1 | -15/+7 |
2014-03-24 | Get the full viewer name even if it's (incorrectly) sent in the 'Channel' field | Oren Hurvitz | 1 | -5/+7 |
2014-03-20 | If we find an existing suitcase folder in HGSuitcaseInventoryService.GetRootF... | Justin Clark-Casey (justincc) | 1 | -0/+4 |
2014-02-14 | If calls to UserAgentServiceConnector fail then throw an exception. This lets... | Justin Clark-Casey (justincc) | 1 | -1/+9 |
2013-11-15 | If HGSuitcaseInventoryService.GetRootFolder() fails to create a suitcase fold... | Justin Clark-Casey (justincc) | 1 | -6/+13 |
2013-11-15 | refactor: replace verbose checks with String.IsNullOrEmpty where applicable. | Justin Clark-Casey (justincc) | 1 | -1/+1 |
2013-10-04 | Bump OPenSimulator version and assembly versions up to 0.8.0 Dev | Justin Clark-Casey (justincc) | 1 | -1/+1 |
2013-09-02 | Allow one to specify a DefaultHGRegion flag in [GridService] in order to allo... | Justin Clark-Casey (justincc) | 1 | -1/+1 |
2013-08-26 | Revert "Make HG logins fall back to fallback regions if the desired region fa... | Justin Clark-Casey (justincc) | 1 | -24/+3 |
2013-08-26 | Revert "Added some more debug messages." | Justin Clark-Casey (justincc) | 1 | -4/+1 |
2013-08-24 | Added some more debug messages. | Diva Canto | 1 | -1/+4 |
2013-08-24 | Make HG logins fall back to fallback regions if the desired region fails. | Diva Canto | 1 | -3/+24 |
2013-08-22 | minor: Make logging in GatekeeperService.LoginAgent() a bit more detailed so ... | Justin Clark-Casey (justincc) | 1 | -4/+8 |
2013-08-22 | Revert "Implement ability for hg logins to try fallback regions just like loc... | Justin Clark-Casey (justincc) | 1 | -39/+5 |
2013-08-21 | Implement ability for hg logins to try fallback regions just like local logins. | Justin Clark-Casey (justincc) | 1 | -5/+39 |
2013-07-21 | Better version of previous commit | Diva Canto | 1 | -2/+6 |
2013-07-21 | Add the Current Outfit folder as an available folder in the SuitcaseInventory. | Diva Canto | 1 | -0/+16 |
2013-07-14 | Cleanup old hg sessions (older than 2 days) | Diva Canto | 1 | -0/+3 |