aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Services (unfollow)
Commit message (Collapse)AuthorFilesLines
2014-01-30Add "show grid user" robust/standalone console command for debug purposes.Justin Clark-Casey (justincc)1-0/+33
Shows all data on entries which match or start with a given ID. This would usually be a UUID.
2013-12-16Populate user preferences with UserAccount email if it is present, else ↵BlueWall1-0/+61
return an error indicating no email is on record for the user.
2013-12-06Backport profile fixesBlueWall2-0/+17
2013-09-04Fix logic errors in "show grid users online" console command which didn't ↵Justin Clark-Casey (justincc)1-3/+2
actually filter out users shown continuously online for more than 5 days Remove confusion in command output.
2013-09-04Add experimental "show grid users online" console command to show grid users ↵Justin Clark-Casey (justincc)1-0/+39
online from a standalone/robust instance. This is not guaranteed to be accurate since users may be left "online" in certain situations. For example, if a simulator crashes and they never login/logout again. To counter this somewhat, only users continuously online for less than 5 days are shown.
2013-09-04Allow one to specify a DefaultHGRegion flag in [GridService] in order to ↵Justin Clark-Casey (justincc)6-4/+90
allow different default regions for HG and direct grid logins. This requires a new GridService.GetDefaultHypergridRegions() so ROBUST services require updating but not simulators. This method still returns regions flagged with just DefaultRegion after any DefaultHGRegions, so if no DefaultHGRegions are specified then existing configured defaults will still work. Immediate use is for conference where we need to be able to specify different defaults However, this is also generally useful to send experienced HG users to one default location and local users whose specified region fails (e.g. no "home" or "last") to another.
2013-09-04remove redundant return at end of HandleDeregisterRegion()Justin Clark-Casey (justincc)1-2/+0
2013-09-04Make it possible for the "deregister region id" command to accept more than ↵Justin Clark-Casey (justincc)1-24/+27
one id
2013-08-22minor: Make logging in GatekeeperService.LoginAgent() a bit more detailed so ↵Justin Clark-Casey (justincc)1-4/+8
that we can distinguish between simultaneous logins
2013-08-22Revert "Implement ability for hg logins to try fallback regions just like ↵Justin Clark-Casey (justincc)1-39/+5
local logins." This approach does not work - it is taking place too far down the login process where really the region checking could only be done when the hg map tiles are linked on the main map (messy and probably impossible) or possibly when the final destination is fetched at the very first stage of teleport (which couldn't be done without a protocol change to pass the agentID as well as the requested regionID) This reverts commit 3d9b73c47a15cf00150ac80570fea88de8cecbdf.
2013-08-21Implement ability for hg logins to try fallback regions just like local logins.Justin Clark-Casey (justincc)1-5/+39
These would be specified in the [GridService] section of Robust.HG.ini, which already lists these in the example text. Untested patch so that Neb can easily pull in for testing, though shouldn't disrupt existing hg logins since fallback processing is a bit of code stuck on the end of the login sequence.
2013-08-17minor: remove mono compiler warnings from OpenSim/Services/Connectors/SimianGridJustin Clark-Casey (justincc)2-9/+2
2013-08-17minor: Make log messages consistent in NeighbourServicesConnectorJustin Clark-Casey (justincc)1-6/+6
2013-08-05Remove some debugging from simian connectors.Mic Bowman2-3/+11
2013-07-31Experimental comment to eneralize the handling of Linden caps when theMic Bowman1-0/+179
cap is something other than "localhost". A new interface for handling external caps is supported with an example implemented for Simian. The only linden cap supporting this interface right now is the GetTexture cap.
2013-07-31A pretty major restructuring of the simian method invocations in order toMic Bowman11-282/+578
service access capabilities. In conjunction with the corresponding Simian updates, this enables explicit per-simulator capability-based access to grid services. That enables grid owners to add or revoke access to the grid on a simulator by simulator basis.
2013-07-27Several major improvements to group (V2) chat. Specifically: handle ↵Diva Canto1-0/+1
join/drop appropriately, invitechatboxes. The major departure from flotsam is to send only one message per destination region, as opposed to one message per group member. This reduces messaging considerably in large groups that have clusters of members in certain regions.
2013-07-26Force map tiler to save Water.jpg as an actual jpeg format it seems even ↵nebadon1-1/+1
though we specified jpg extention it was actually a png and thus confusing the viewer silently.
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 ↵Diva Canto2-90/+199
that traveling info survives Robust resets. It should also eliminate the cause of empty IP addresses in agent circuit data that we saw in CC grid. MySQL only.
2013-07-14Minor typo in log messageDiva Canto1-1/+1
2013-07-13Guard against unauthorized agent deletes.Diva Canto2-5/+4
2013-07-13Deleted GET agent all around. Not used.Diva Canto2-37/+0
2013-07-13Gatekeeper: stop bogus agents earlier, here at the Gatekeeper. No need to ↵Diva Canto1-0/+6
bother the sim.
2013-07-11Added property to make for more flexible testing.Diva Canto1-0/+5
2013-07-10Remove a null reference exception in SimianPresenceServiceConnector thatRobert Adams1-4/+8
occurs when GetGridUserInfo cannot find the requested user info.
2013-07-09minor: remove mono compiler warnings from HGSuitcaseInventoryServiceJustin Clark-Casey (justincc)1-3/+3
2013-07-06A little more debugDiva Canto1-1/+1
2013-07-06Simina activity detector was too eager. Disabled it in case simian is not ↵Diva Canto1-1/+2
being used.
2013-07-04Revert "HG Friends: debug an issue where the friends data stored in the DB ↵Diva Canto1-8/+1
is incomplete." This reverts commit 27cdfb7b840423cf8cee08988dc487eeb34d71c7.
2013-07-04HG Friends: debug an issue where the friends data stored in the DB is ↵Diva Canto1-1/+8
incomplete.
2013-07-02Deleted debug messages. Fixed a null ref exception on the POST handler of ↵Diva Canto1-4/+1
GridUserServerPostHandler.cs
2013-07-02More debug messagesDiva Canto1-1/+5
2013-07-02This should have a strong effect on the Unknown User issue mantis #6625Diva Canto1-1/+16
2013-06-30Revert "More debug mantis #6625"Diva Canto1-1/+0
This reverts commit 20f2cf876982b2c7589b67ce4c8f09d8fff3e9f1.
2013-06-29More debug mantis #6625Diva Canto1-0/+1
2013-06-29Changed HG status notifications timeout down to 15secs from the default 100.Diva Canto1-1/+1
2013-06-28In XAssetService, on a delete asset request also delete the asset in any ↵Justin Clark-Casey (justincc)1-3/+4
chained service. This eliminates the async migration since it causes a race condition with the "delete asset" console command
2013-06-22Change IsLocalRegion from using region handle to using regionID. This was ↵Diva Canto1-1/+1
affecting UpdateAgent and CloseAgent in cases where the foreign region is on the same coordinates as *some* local region.
2013-06-21Finally moved HG agent transfers to use agent fatpacks.Diva Canto6-184/+70
2013-06-13Add Option: ClassifiedFeeBlueWall2-2/+20
Add option to set minimum fee for publishing classifieds. Many viewers have a hard coded minimum of 50, which makes publishing classifieds fail where grids have no economy. This allows the grid to set the minimum fee to a suitable value for their operation. The option is located in the [LoginService] section and defaults to 0. The value is sent as "classified_fee" in the login response.
2013-06-13Make XInventoryServicesConnector properly handle a RESULT = false return for ↵Justin Clark-Casey (justincc)1-68/+56
methods where this contains failure rather than throwing an exception. Result = False is generated for methods such as GetFolderForType() when the other end wants to signal a failure of the operation in methods such as GetFolderForType()
2013-06-12After calls to GetSuitcaseXFolder() in HGSuitcaseInventoryService, ↵Justin Clark-Casey (justincc)1-1/+23
consistently check for null return and log warning rather than throw exception. This was being done already in some places. If an exception is thrown it is now an error rather than debug
2013-06-10Remove Temporary from use to shortcut asset stores. The Local propertyMic Bowman1-1/+1
differentiates between local & grid storage. The Temporary property just says that which service handles the it, the asset can be safely removed in the future.
2013-05-31Adding standard OpenSim header to source filesBlueWall3-0/+81
2013-05-30UserProfilesBlueWall3-0/+267
UserProfiles for Robust and Standalone. Includes service and connectors for Robust and standalone opensim plus matching region module.
2013-05-09Application support:BlueWall2-2/+25
Adding some viwer supported url settings for destination guide and avatar picker apps. URL for the destinations should be: "secondlife:///app/teleport/slurl"
2013-04-27Added an interface to an external ban service. With this commit, the ↵Diva Canto2-4/+69
interface is used only in Hypergrided worlds (Gatekeeper), although in those, it applies to both local and foreign users. The Ban service itself is not in core; it is to be provided externally.