aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Services (unfollow)
Commit message (Expand)AuthorFilesLines
2015-01-10SimulatorFeatures: the viewer also takes GridName in OpenSim extras. Added th...Diva Canto1-0/+13
2015-01-09Added GetDisplayNames capability. For now, we don't actually use display name...Diva Canto1-0/+96
2015-01-06Donation of robust network connectors for estate service, as promised. This a...Diva Canto3-6/+342
2015-01-02Bug fix in LoadPLugin so that it can take paths to dlls that look like this "...Diva Canto1-3/+10
2014-12-30Renamed VERSION_NUMBER to VersionNumberDiva Canto1-2/+2
2014-12-30This cleans up versioning. Specifically:Diva Canto1-2/+2
2014-12-30WARNING: BREAKING CHANGES FOR REGION MODULE DEVELOPMENT.Diva Canto1-1/+1
2014-12-29Updated OpenSim-as-addin version from 0.5 to 0.8.1. The addin version number ...Diva Canto1-1/+1
2014-12-16Adding command to reset user's email addressBlueWall1-1/+43
2014-12-03minor: Just have one message that displays successful registration of a regio...Justin Clark-Casey (justincc)1-2/+4
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)4-5/+7
2014-11-25refactor: Use simpler auto-implemented property for HttpPort in GridRegionJustin Clark-Casey (justincc)1-10/+5
2014-11-25minor: Remove compiler warning from GridRegion in IGridServiceJustin Clark-Casey (justincc)1-1/+1
2014-11-25minor: remove compiler warning from OpenProfileClientJustin Clark-Casey (justincc)1-4/+3
2014-11-24Re-work handling of email notifications settings.BlueWall1-1/+11
2014-11-23Fix handling of user preference updates where no email address is suppliedBlueWall2-18/+12
2014-11-21When logging reigon information returned by GateKeeperService.GetHyperlinkReg...Justin Clark-Casey (justincc)1-3/+20
2014-11-19Minor: Update LLLoginService to handle explicitly set login locations that in...AliciaRaven1-1/+1
2014-10-27Add hypergrid teleporting support to user profiles picksBlueWall1-0/+7
2014-09-03Cleanup some unused code and configuration entriesBlueWall2-6/+2
2014-08-09Move the inventory request lock introduced in git master a58152bd to HGInvent...Justin Clark-Casey (justincc)1-7/+4
2014-08-06OpenSimExtrasBlueWall4-0/+92
2014-07-26Add inventory.<url>.RequestsMade stat.Justin Clark-Casey (justincc)1-0/+21
2014-07-25Add undocumented RemoteRequestTimeout seconds parameter to xinventory requestsJustin Clark-Casey (justincc)1-4/+14
2014-07-22Fix recent regression in 3c6becd5 where login or hg login to variable sized r...Justin Clark-Casey (justincc)2-4/+5
2014-07-21On login and first HG entrance to a foreign grid, perform query access checks...Justin Clark-Casey (justincc)3-3/+19
2014-07-21Eliminated some warningsOren Hurvitz1-0/+2
2014-07-21Close streams immediately when we finish using themOren Hurvitz1-15/+17
2014-07-20Add code to GridService to check for overlapping of varregionsRobert Adams2-8/+125
2014-07-18In grid mode, add SuppressConsoleCommands flag to [GridService] so that we ca...Justin Clark-Casey (justincc)1-13/+16
2014-07-18Add ICommands.HasCommand() method so that we can detect whether a command has...Justin Clark-Casey (justincc)1-1/+1
2014-07-14minor: Remove compiler warning in GridServiceJustin Clark-Casey (justincc)1-1/+1
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-07-05Add experimental "show grid size" robust console command.Justin Clark-Casey (justincc)1-5/+34
2014-07-05Adjust "show regions" and "show region" robust service console output to show...Justin Clark-Casey (justincc)1-5/+5
2014-06-17Change assembly versions to 0.8.1Justin Clark-Casey (justincc)16-16/+16
2014-06-06Added simulation version compatibility check so that agents coming from 0.7.6...Diva Canto2-3/+5
2014-06-01Fixed a few things pertaining to interfacing with the estate service. Specifi...Diva Canto1-1/+1
2014-05-31Move the generation of the multi-resolution map tiles off the mainRobert Adams1-16/+66
2014-05-31Modifications to debugging printouts. No functional changes.Robert Adams1-2/+7
2014-05-30Moved these two estate-related interfaces to the projects where they belong.Diva Canto2-2/+117
2014-05-27minor: Comment out 2 error level debugging message in authentication codeJustin Clark-Casey (justincc)1-1/+1
2014-05-25When creating a new user, create the folders "Current Outfit", "Favorites", a...Oren Hurvitz2-9/+14
2014-05-23Adds optional HTTP Basic Authentication to Robust service connectors.Diva Canto11-59/+130
2014-05-19Tell QueryAccess explicitly whether the user is coming in via Teleport or Cro...Oren Hurvitz2-2/+4
2014-05-19Log the user when an inventory operation is blocked because the item/folder i...Oren Hurvitz1-14/+14
2014-05-19Return more specific error messages if an attempt to enter a region fails due...Oren Hurvitz1-1/+1
2014-05-14Fix recent asset request timeout issue by commenting out (for now) the m_maxA...Justin Clark-Casey (justincc)1-10/+14