aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Services/HypergridService (unfollow)
Commit message (Expand)AuthorFilesLines
2014-11-25When processing incoming attachments via HG, if a request for uuid gathering ...Justin Clark-Casey (justincc)1-1/+1
2014-11-25Label all threadpool calls being made in core OpenSimulator. This is to add ...Justin Clark-Casey (justincc)1-1/+2
2014-11-21When logging reigon information returned by GateKeeperService.GetHyperlinkReg...Justin Clark-Casey (justincc)1-3/+20
2014-07-22Fix recent regression in 3c6becd5 where login or hg login to variable sized r...Justin Clark-Casey (justincc)1-1/+1
2014-07-21On login and first HG entrance to a foreign grid, perform query access checks...Justin Clark-Casey (justincc)1-0/+7
2014-07-06Changed GetUserInfo so that the exposure of user account details is ruled by ...Diva Canto1-5/+17
2014-07-06Lookup username given key(uuid) XML-RPCBlake Bourque1-0/+2
2014-06-17Change assembly versions to 0.8.1Justin Clark-Casey (justincc)1-1/+1
2014-05-25When creating a new user, create the folders "Current Outfit", "Favorites", a...Oren Hurvitz1-7/+4
2014-05-19Log the user when an inventory operation is blocked because the item/folder i...Oren Hurvitz1-14/+14
2014-05-12Fixed error if a user didn't have a "Current Outfit" folder in their suitcase.Oren Hurvitz1-9/+12
2014-05-06Log whenever an inventory operation is blocked because the item/folder isn't ...Oren Hurvitz1-8/+52
2014-05-06- When sending the "My Suitcase" folder to the client, always claim it has Fo...Oren Hurvitz1-7/+7
2014-04-23Removed GetUserInventory(). It wasn't being used, and was creating warnings b...Oren Hurvitz2-59/+0
2014-04-21Removed an attempt to set a user's presence to "Region 0" when they HG telepo...Oren Hurvitz1-3/+0
2014-04-09In teleports, pass the source region to the destination (similar to an HTTP r...Oren Hurvitz2-11/+15
2014-04-08Allow invalidating the users cacheOren Hurvitz1-1/+6
2014-04-06When preparing a Hypergrid teleport, tell the receiving grid which user is en...Oren Hurvitz1-2/+4
2014-04-03When teleporting using Hypergrid, show more informative error messages in cas...Oren Hurvitz1-1/+12
2014-03-24HGAssetService searches for the "HomeURI" setting in several sections: Startu...Oren Hurvitz1-4/+4
2014-03-24When a user logs-in, automatically create the Suitcase folderOren Hurvitz1-15/+7
2014-03-24Get the full viewer name even if it's (incorrectly) sent in the 'Channel' fieldOren Hurvitz1-5/+7
2014-03-20If we find an existing suitcase folder in HGSuitcaseInventoryService.GetRootF...Justin Clark-Casey (justincc)1-0/+4
2014-02-14If calls to UserAgentServiceConnector fail then throw an exception. This lets...Justin Clark-Casey (justincc)1-1/+9
2013-11-15If HGSuitcaseInventoryService.GetRootFolder() fails to create a suitcase fold...Justin Clark-Casey (justincc)1-6/+13
2013-11-15refactor: replace verbose checks with String.IsNullOrEmpty where applicable.Justin Clark-Casey (justincc)1-1/+1
2013-10-04Bump OPenSimulator version and assembly versions up to 0.8.0 DevJustin Clark-Casey (justincc)1-1/+1
2013-09-02Allow one to specify a DefaultHGRegion flag in [GridService] in order to allo...Justin Clark-Casey (justincc)1-1/+1
2013-08-26Revert "Make HG logins fall back to fallback regions if the desired region fa...Justin Clark-Casey (justincc)1-24/+3
2013-08-26Revert "Added some more debug messages."Justin Clark-Casey (justincc)1-4/+1
2013-08-24Added some more debug messages.Diva Canto1-1/+4
2013-08-24Make HG logins fall back to fallback regions if the desired region fails.Diva Canto1-3/+24
2013-08-22minor: Make logging in GatekeeperService.LoginAgent() a bit more detailed so ...Justin Clark-Casey (justincc)1-4/+8
2013-08-22Revert "Implement ability for hg logins to try fallback regions just like loc...Justin Clark-Casey (justincc)1-39/+5
2013-08-21Implement ability for hg logins to try fallback regions just like local logins.Justin Clark-Casey (justincc)1-5/+39
2013-07-21Better version of previous commitDiva Canto1-2/+6
2013-07-21Add the Current Outfit folder as an available folder in the SuitcaseInventory.Diva Canto1-0/+16
2013-07-14Cleanup old hg sessions (older than 2 days)Diva Canto1-0/+3
2013-07-14HG UAS: Moved hg-session data from memory to DB storage. This makes it so tha...Diva Canto2-90/+199
2013-07-13Gatekeeper: stop bogus agents earlier, here at the Gatekeeper. No need to bot...Diva Canto1-0/+6
2013-07-09minor: remove mono compiler warnings from HGSuitcaseInventoryServiceJustin Clark-Casey (justincc)1-3/+3
2013-06-21Finally moved HG agent transfers to use agent fatpacks.Diva Canto1-6/+6
2013-06-12After calls to GetSuitcaseXFolder() in HGSuitcaseInventoryService, consistent...Justin Clark-Casey (justincc)1-1/+23
2013-04-27Added an interface to an external ban service. With this commit, the interfac...Diva Canto1-4/+21
2013-02-27Switched to using the other Util function with a default value.Diva Canto4-4/+8
2013-02-27Moved the HG default variables out of [Startup] and into their own section [H...Diva Canto4-4/+4
2013-02-22Added new Util function for reading config vars that's more generic than the ...Diva Canto4-4/+4
2013-02-21Simplification of HG configs: HomeURI and GatekeeperURI now are defined as de...Diva Canto4-10/+12
2013-02-19Deleted all AssemblyFileVersion directivesDiva Canto1-1/+1
2013-02-05Bump version and assembly version numbers from 0.7.5 to 0.7.6Justin Clark-Casey (justincc)1-1/+1