Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Don't allow a failure in create a request in HeloService.Connector.Helo() to ↵ | Justin Clark-Casey (justincc) | 2015-01-21 | 1 | -5/+5 |
| | | | | | | propogate up the stack. Relates to http://opensimulator.org/mantis/view.php?id=7421 | ||||
* | In teleports, pass the source region to the destination (similar to an HTTP ↵ | Oren Hurvitz | 2014-04-09 | 1 | -37/+6 |
| | | | | referrer) | ||||
* | Better (amend to previous commit) | Diva Canto | 2014-04-07 | 1 | -12/+19 |
| | |||||
* | Avoid calling HELO service on malformed URLs. This is in response to an ↵ | Diva Canto | 2014-04-07 | 1 | -0/+6 |
| | | | | exception reported by danbanner. | ||||
* | When preparing a Hypergrid teleport, tell the receiving grid which user is ↵ | Oren Hurvitz | 2014-04-06 | 1 | -1/+7 |
| | | | | | | entering the grid. This can affect which region to use. E.g., returning users may be allowed to enter any region, whereas users from other grids will have to enter a gateway region. Previously per-user decisions were only made later, but by then it's too late to change which region the user enters. | ||||
* | When teleporting using Hypergrid, show more informative error messages in ↵ | Oren Hurvitz | 2014-04-03 | 1 | -1/+12 |
| | | | | case of error | ||||
* | Reinsert code to extract size_x and size_y parameters from GetHomeRegion ↵ | Justin Clark-Casey (justincc) | 2014-03-26 | 1 | -0/+12 |
| | | | | | | | | response in UserAgentServiceConnector. This is actually code from commits afb2e07 and cf61cdf For as yet unexplained reasons, the section of these commits which changed UserAgentServiceConnector.cs disappeared from its history between approx Feb 5 2014 and Feb 13 2014. This ought to be impossible. More details to follow in opensim-dev mailing list | ||||
* | When logging in UserAgentServiceConnector, always log the original server ↵ | Oren Hurvitz | 2014-03-24 | 1 | -20/+22 |
| | | | | | | URL (the hostname), not the IP This resolves http://opensimulator.org/mantis/view.php?id=6955 (that patch was modified a bit) | ||||
* | Merge branch 'justincc-master' | Justin Clark-Casey (justincc) | 2014-02-14 | 1 | -301/+94 |
|\ | |||||
| * | Change warns associated with UserAgentServiceConnector to debugs, as this is ↵ | Justin Clark-Casey (justincc) | 2014-02-14 | 1 | -1/+1 |
| | | | | | | | | | | | | not necessarily a problen with the source simulator (e.g. someone else's remote simulator cannot be contacted). This is Oren Hurvitz's second patch from http://opensimulator.org/mantis/view.php?id=6956 with a small amount of correction | ||||
| * | If calls to UserAgentServiceConnector fail then throw an exception. This ↵ | Justin Clark-Casey (justincc) | 2014-02-14 | 1 | -289/+94 |
| | | | | | | | | | | | | lets the caller decide whether to discard the error or not. This is Oren Hurvitz's 0001 patch from http://opensimulator.org/mantis/view.php?id=6956 but I ended up doing some tweaking to resolve patch application issues. | ||||
* | | Fix - Viewer crash during HG Teleport | Roger Kirkman | 2014-02-06 | 1 | -2/+2 |
| | | | | | | | | Signed-off-by: Robert Adams <misterblue@misterblue.com> | ||||
* | | varregion: pass region size in more HG services. | Robert Adams | 2014-01-24 | 1 | -0/+12 |
| | | |||||
* | | Enable the simulator to handle region size information returned from | Mic Bowman | 2014-01-23 | 1 | -0/+12 |
|/ | | | | | a hypergrid gatekeeper. Fields are "size_x" and "size_y". Server side will be updated separately. | ||||
* | Allow Boolean nodes in XML to be specified as "0/1". AuroraSim does that. | Oren Hurvitz | 2014-01-11 | 1 | -1/+1 |
| | |||||
* | Changed HG status notifications timeout down to 15secs from the default 100. | Diva Canto | 2013-06-29 | 1 | -1/+1 |
| | |||||
* | Finally moved HG agent transfers to use agent fatpacks. | Diva Canto | 2013-06-21 | 2 | -165/+41 |
| | |||||
* | Make sure we dispose of WebResponse, StreamReader and Stream in various ↵ | Justin Clark-Casey (justincc) | 2013-02-27 | 2 | -42/+41 |
| | | | | places where we were not already. | ||||
* | HG: Hopefully this fixes the issues with port 80 once and for all. | Diva Canto | 2012-11-07 | 1 | -1/+1 |
| | |||||
* | Revert "Added request.Proxy=null everywhere, as discussed in ↵ | Diva Canto | 2012-09-30 | 2 | -2/+0 |
| | | | | | | | | http://stackoverflow.com/questions/2519655/httpwebrequest-is-extremely-slow." But the patch is here, in case anyone wants to try it. This reverts commit 531edd51d82ecd6a842a2611c99e9919634491ef. | ||||
* | Added request.Proxy=null everywhere, as discussed in ↵ | Diva Canto | 2012-09-30 | 2 | -0/+2 |
| | | | | | | http://stackoverflow.com/questions/2519655/httpwebrequest-is-extremely-slow. Thanks R.Gunther (rigun@rigutech.nl) https://lists.berlios.de/pipermail/opensim-users/2012-September/010986.html | ||||
* | Where necessary, rename OpenSim/Services/Connectors/*.cs files to reflect ↵ | Justin Clark-Casey (justincc) | 2012-05-09 | 2 | -0/+0 |
| | | | | | | | | the actual class names. This is usually because the file name was singular (*Service*) but the class name was plural (*Services*). This is to make configuration easier rather than having to look in the c# code itself to find the slightly different name of the connector. This does not affect existing configuration since the files are being renamed rather than the classes. | ||||
* | Remember to dispose of the bitmap opened from a file in ↵ | Justin Clark-Casey (justincc) | 2012-04-20 | 1 | -4/+11 |
| | | | | GatekeeperServiceConnector.GetMapImage() | ||||
* | HG Friends: reroute the status notifications to the HGFriends service, so ↵ | Diva Canto | 2012-03-21 | 2 | -0/+53 |
| | | | | that they can scale better. They were previously being handled by the UAS; that is still there, but it's now obsolete and will be removed in a future release. | ||||
* | HG Friends: allow the establishment of HG friendships without requiring ↵ | Diva Canto | 2012-03-20 | 1 | -8/+59 |
| | | | | co-presence in the same sim. Using avatar picker, users can now search for names such as "first.last@grid.com:9000", find them, and request friendship. Friendship requests are stored if target user is offline. TESTED ON STANDALONE ONLY. | ||||
* | Added GetUUID(first, last) on UserAgentsService so that we can finally make ↵ | Diva Canto | 2012-03-17 | 1 | -1/+60 |
| | | | | direct user connections. | ||||
* | Add url to logging if SynchronousRestFormsRequester.MakRequest() throws an ↵ | Justin Clark-Casey (justincc) | 2012-02-07 | 1 | -6/+9 |
| | | | | exception in service connectors | ||||
* | minor: remove mono compiler warning | Justin Clark-Casey (justincc) | 2012-01-07 | 1 | -1/+1 |
| | |||||
* | Profile Updates | BlueWall | 2012-01-03 | 1 | -0/+54 |
| | | | | Update basic profile to use the replaceable interface, making configuration less error-prone. Add support to query avatar's home user account and profile service for regions usng the updated OpenProfileModule with Hypergrid. | ||||
* | HG: more adjustments for making HG Simian work. Added server_uri as new key ↵ | Diva Canto | 2011-12-29 | 2 | -1/+4 |
| | | | | on get_agent_home in UAS. | ||||
* | HG: more / love for Xmas | Diva Canto | 2011-12-24 | 1 | -2/+25 |
| | |||||
* | HG: AAdded a few missing /'s at the end of URLs | Diva Canto | 2011-12-23 | 1 | -1/+1 |
| | |||||
* | HG minor bug fix and marked one method obsolete in UAS. | Diva Canto | 2011-12-16 | 1 | -0/+1 |
| | |||||
* | HG: Added HEAD method to Helo service. This is the preferred method, but its ↵ | Diva Canto | 2011-12-04 | 1 | -0/+2 |
| | | | | wide use will have to wait a few releases. So the sims are still calling GET for now. | ||||
* | HG: Renamed one method | Diva Canto | 2011-12-04 | 1 | -1/+1 |
| | |||||
* | Increase information in logging for UserAgentServiceConnector. | Justin Clark-Casey (justincc) | 2011-09-08 | 1 | -12/+12 |
| | | | | Done for http://opensimulator.org/mantis/view.php?id=5669 | ||||
* | minor: remove mono compiler warnings | Justin Clark-Casey (justincc) | 2011-07-16 | 1 | -35/+36 |
| | |||||
* | Only send AgentOnline to the client if the friendsOnline list has elements. ↵ | Diva Canto | 2011-06-11 | 1 | -1/+1 |
| | | | | Also, increased the timeout on UserAgentServiceConnector, StatusNotification again. | ||||
* | More tweaking on the UserAgentServiceConnector: add constructor that does ↵ | Diva Canto | 2011-06-10 | 1 | -13/+22 |
| | | | | not do DNS lookup, and use that for friends notification. | ||||
* | Decreased timeout of HG StatusNotification to 4secs. ↵ | Diva Canto | 2011-06-10 | 1 | -1/+1 |
| | | | | http://opensimulator.org/mantis/view.php?id=5516 | ||||
* | This hopefully fixes all issues with online/offline notifications across ↵ | Diva Canto | 2011-06-07 | 1 | -2/+53 |
| | | | | grids. http://opensimulator.org/mantis/view.php?id=5528 | ||||
* | Commented a few extra debug messages. | Diva Canto | 2011-05-26 | 1 | -2/+0 |
| | |||||
* | HG IM in grid mode working fairly well. Unknown target user references ↵ | Diva Canto | 2011-05-26 | 1 | -0/+61 |
| | | | | looked back in source user's User Agent service. | ||||
* | HG: Instant Message working. Tested on HG standalones only. Needs a lot more ↵ | Diva Canto | 2011-05-25 | 1 | -0/+58 |
| | | | | testing. | ||||
* | Added necessary code to drop inventory on hg friends using the profile ↵ | Diva Canto | 2011-05-24 | 1 | -1/+65 |
| | | | | window, but can't test because this mechanism doesn't seem to work without a profile service. | ||||
* | HG friends: Status notifications working. Also initial logins get the online ↵ | Diva Canto | 2011-05-23 | 1 | -0/+91 |
| | | | | friends in other grids. | ||||
* | More on HG Friends. Added Delete(string, string) across the board. Added ↵ | Diva Canto | 2011-05-22 | 1 | -0/+50 |
| | | | | security to friendship identifiers so that they can safely be deleted across worlds. Had to change Get(string) to use LIKE because the secret in the identifier is not always known -- affects only HG visitors. BOTTOM LINE SO FAR: HG friendships established and deleted safely across grids, local rights working but not (yet?) being transmitted back. | ||||
* | Fixed permissions bug related to friends in PermissionsModule. Added ↵ | Diva Canto | 2011-05-21 | 1 | -28/+9 |
| | | | | FriendsData[] GetFriends(string principalID) to IFriendsData and FriendInfo[] GetFriends(string PrincipalID) to IFriendsService. Refactored some more in the FriendsModule. Made client get notification of local friends permissions upon HGLogin. HG Friends object permissions work. | ||||
* | HG Friends working to some extent: friendships offered and accepted ↵ | Diva Canto | 2011-05-19 | 1 | -0/+175 |
| | | | | correctly handled. Friends list showing correct foreign names. TODO: GrantRights. | ||||
* | Oops, forgot this one. | Diva Canto | 2011-05-02 | 1 | -1/+1 |
| |