aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Services (follow)
Commit message (Expand)AuthorAgeFilesLines
* Stop simulators attempting to contact registered but offline regions (RegionF...Justin Clark-Casey (justincc)2015-01-141-98/+118
* SimulatorFeatures: the viewer also takes GridName in OpenSim extras. Added th...Diva Canto2015-01-101-0/+13
* Added GetDisplayNames capability. For now, we don't actually use display name...Diva Canto2015-01-091-0/+96
* Donation of robust network connectors for estate service, as promised. This a...Diva Canto2015-01-063-6/+342
* Bug fix in LoadPLugin so that it can take paths to dlls that look like this "...Diva Canto2015-01-021-3/+10
* Renamed VERSION_NUMBER to VersionNumberDiva Canto2014-12-301-2/+2
* This cleans up versioning. Specifically:Diva Canto2014-12-301-2/+2
* WARNING: BREAKING CHANGES FOR REGION MODULE DEVELOPMENT.Diva Canto2014-12-301-1/+1
* Updated OpenSim-as-addin version from 0.5 to 0.8.1. The addin version number ...Diva Canto2014-12-291-1/+1
* Adding command to reset user's email addressBlueWall2014-12-161-1/+43
* minor: Just have one message that displays successful registration of a regio...Justin Clark-Casey (justincc)2014-12-031-2/+4
* When processing incoming attachments via HG, if a request for uuid gathering ...Justin Clark-Casey (justincc)2014-11-251-1/+1
* Label all threadpool calls being made in core OpenSimulator. This is to add ...Justin Clark-Casey (justincc)2014-11-254-5/+7
* refactor: Use simpler auto-implemented property for HttpPort in GridRegionJustin Clark-Casey (justincc)2014-11-251-10/+5
* minor: Remove compiler warning from GridRegion in IGridServiceJustin Clark-Casey (justincc)2014-11-251-1/+1
* minor: remove compiler warning from OpenProfileClientJustin Clark-Casey (justincc)2014-11-251-4/+3
* Re-work handling of email notifications settings.BlueWall2014-11-241-1/+11
* Fix handling of user preference updates where no email address is suppliedBlueWall2014-11-232-18/+12
* When logging reigon information returned by GateKeeperService.GetHyperlinkReg...Justin Clark-Casey (justincc)2014-11-211-3/+20
* Minor: Update LLLoginService to handle explicitly set login locations that in...AliciaRaven2014-11-191-1/+1
* Add hypergrid teleporting support to user profiles picksBlueWall2014-10-271-0/+7
* Cleanup some unused code and configuration entriesBlueWall2014-09-032-6/+2
* Move the inventory request lock introduced in git master a58152bd to HGInvent...Justin Clark-Casey (justincc)2014-08-091-7/+4
* OpenSimExtrasBlueWall2014-08-064-0/+92
* Add inventory.<url>.RequestsMade stat.Justin Clark-Casey (justincc)2014-07-261-0/+21
* Add undocumented RemoteRequestTimeout seconds parameter to xinventory requestsJustin Clark-Casey (justincc)2014-07-251-4/+14
* Fix recent regression in 3c6becd5 where login or hg login to variable sized r...Justin Clark-Casey (justincc)2014-07-222-4/+5
* On login and first HG entrance to a foreign grid, perform query access checks...Justin Clark-Casey (justincc)2014-07-213-3/+19
* Eliminated some warningsOren Hurvitz2014-07-211-0/+2
* Close streams immediately when we finish using themOren Hurvitz2014-07-211-15/+17
* Add code to GridService to check for overlapping of varregionsRobert Adams2014-07-202-8/+125
* In grid mode, add SuppressConsoleCommands flag to [GridService] so that we ca...Justin Clark-Casey (justincc)2014-07-181-13/+16
* Add ICommands.HasCommand() method so that we can detect whether a command has...Justin Clark-Casey (justincc)2014-07-181-1/+1
* minor: Remove compiler warning in GridServiceJustin Clark-Casey (justincc)2014-07-141-1/+1
* Changed GetUserInfo so that the exposure of user account details is ruled by ...Diva Canto2014-07-061-5/+17
* Merge branch 'master' of ssh://opensimulator.org/var/git/opensimDiva Canto2014-07-061-5/+34
|\
| * Add experimental "show grid size" robust console command.Justin Clark-Casey (justincc)2014-07-051-5/+34
* | Lookup username given key(uuid) XML-RPCBlake Bourque2014-07-061-0/+2
|/
* Adjust "show regions" and "show region" robust service console output to show...Justin Clark-Casey (justincc)2014-07-051-5/+5
* Change assembly versions to 0.8.1Justin Clark-Casey (justincc)2014-06-1716-16/+16
* Added simulation version compatibility check so that agents coming from 0.7.6...Diva Canto2014-06-062-3/+5
* Merge branch 'master' of ssh://opensimulator.org/var/git/opensimDiva Canto2014-06-012-18/+73
|\
| * Move the generation of the multi-resolution map tiles off the mainRobert Adams2014-05-311-16/+66
| * Modifications to debugging printouts. No functional changes.Robert Adams2014-05-311-2/+7
* | Fixed a few things pertaining to interfacing with the estate service. Specifi...Diva Canto2014-06-011-1/+1
|/
* Merge branch 'master' of ssh://opensimulator.org/var/git/opensimDiva Canto2014-05-311-1/+1
|\
| * minor: Comment out 2 error level debugging message in authentication codeJustin Clark-Casey (justincc)2014-05-271-1/+1
* | Moved these two estate-related interfaces to the projects where they belong.Diva Canto2014-05-302-2/+117
|/
* When creating a new user, create the folders "Current Outfit", "Favorites", a...Oren Hurvitz2014-05-252-9/+14
* Adds optional HTTP Basic Authentication to Robust service connectors.Diva Canto2014-05-2311-59/+130