aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Services/Connectors/Hypergrid (unfollow)
Commit message (Collapse)AuthorFilesLines
2019-05-19Dump OpenSim 0.9.0.1 into it's own branch.onefang4-19/+41
2016-11-03Initial update to OpenSim 0.8.2.1 source code.David Walter Seikel4-522/+227
2012-11-07HG: Hopefully this fixes the issues with port 80 once and for all.Diva Canto1-1/+1
2012-09-30Revert "Added request.Proxy=null everywhere, as discussed in ↵Diva Canto2-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.
2012-09-30Added request.Proxy=null everywhere, as discussed in ↵Diva Canto2-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
2012-05-09Where necessary, rename OpenSim/Services/Connectors/*.cs files to reflect ↵Justin Clark-Casey (justincc)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.
2012-04-20Remember to dispose of the bitmap opened from a file in ↵Justin Clark-Casey (justincc)1-4/+11
GatekeeperServiceConnector.GetMapImage()
2012-03-21HG Friends: reroute the status notifications to the HGFriends service, so ↵Diva Canto2-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.
2012-03-20HG Friends: allow the establishment of HG friendships without requiring ↵Diva Canto1-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.
2012-03-17Added GetUUID(first, last) on UserAgentsService so that we can finally make ↵Diva Canto1-1/+60
direct user connections.
2012-02-07Add url to logging if SynchronousRestFormsRequester.MakRequest() throws an ↵Justin Clark-Casey (justincc)1-6/+9
exception in service connectors
2012-01-07minor: remove mono compiler warningJustin Clark-Casey (justincc)1-1/+1
2012-01-03Profile UpdatesBlueWall1-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.
2011-12-29HG: more adjustments for making HG Simian work. Added server_uri as new key ↵Diva Canto2-1/+4
on get_agent_home in UAS.
2011-12-24HG: more / love for XmasDiva Canto1-2/+25
2011-12-23HG: AAdded a few missing /'s at the end of URLsDiva Canto1-1/+1
2011-12-16HG minor bug fix and marked one method obsolete in UAS.Diva Canto1-0/+1
2011-12-04HG: Added HEAD method to Helo service. This is the preferred method, but its ↵Diva Canto1-0/+2
wide use will have to wait a few releases. So the sims are still calling GET for now.
2011-12-04HG: Renamed one methodDiva Canto1-1/+1
2011-09-08Increase information in logging for UserAgentServiceConnector.Justin Clark-Casey (justincc)1-12/+12
Done for http://opensimulator.org/mantis/view.php?id=5669
2011-07-16minor: remove mono compiler warningsJustin Clark-Casey (justincc)1-35/+36
2011-06-11Only send AgentOnline to the client if the friendsOnline list has elements. ↵Diva Canto1-1/+1
Also, increased the timeout on UserAgentServiceConnector, StatusNotification again.
2011-06-10More tweaking on the UserAgentServiceConnector: add constructor that does ↵Diva Canto1-13/+22
not do DNS lookup, and use that for friends notification.
2011-06-10Decreased timeout of HG StatusNotification to 4secs. ↵Diva Canto1-1/+1
http://opensimulator.org/mantis/view.php?id=5516
2011-06-07This hopefully fixes all issues with online/offline notifications across ↵Diva Canto1-2/+53
grids. http://opensimulator.org/mantis/view.php?id=5528
2011-05-26Commented a few extra debug messages.Diva Canto1-2/+0
2011-05-26HG IM in grid mode working fairly well. Unknown target user references ↵Diva Canto1-0/+61
looked back in source user's User Agent service.
2011-05-25HG: Instant Message working. Tested on HG standalones only. Needs a lot more ↵Diva Canto1-0/+58
testing.
2011-05-24Added necessary code to drop inventory on hg friends using the profile ↵Diva Canto1-1/+65
window, but can't test because this mechanism doesn't seem to work without a profile service.
2011-05-23HG friends: Status notifications working. Also initial logins get the online ↵Diva Canto1-0/+91
friends in other grids.
2011-05-22More on HG Friends. Added Delete(string, string) across the board. Added ↵Diva Canto1-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.
2011-05-21Fixed permissions bug related to friends in PermissionsModule. Added ↵Diva Canto1-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.
2011-05-19HG Friends working to some extent: friendships offered and accepted ↵Diva Canto1-0/+175
correctly handled. Friends list showing correct foreign names. TODO: GrantRights.
2011-05-02Oops, forgot this one.Diva Canto1-1/+1
2011-01-06Canonicalize URL endings for the UserAgentServiceConnector.Diva Canto1-1/+5
2011-01-06HG map tile fetch: handle cached images appropriately.Diva Canto1-4/+12
2011-01-03Cleaned up debugging messages in the WebRequest handlersMic Bowman1-1/+1
2010-12-29Standardize the way WebRequests are made in the SimulationServiceConnector. ↵Mic Bowman1-29/+35
Added debugging calls for tracking performance of web requests.
2010-12-14More on mantis #5270Diva Canto1-2/+3
2010-12-13Changed logging level for message about failure to retrieve a map image from ↵Marck1-1/+1
a linked region.
2010-12-13Show map tile for hyperlinks. Perform Check4096 before adding a hyperlink.Marck1-14/+15
Configuration option AssetService in section [GridService] must be set to enable this functionality. Map tiles do currently not show for hyperlinks set in simulators that are connected to grids, see Mantis #5270.
2010-12-09Normalized ALL URLs with trailing /'s hopefully. Fixed show hyperlinks ↵Diva Canto1-1/+1
command. mantis #5259
2010-12-05Fixed some inconsistency with trailing /. Made debug messages consistent. ↵Diva Canto1-14/+14
Changed the stored region names of HG regions. Increased the size of regionName in DB.
2010-10-22Revert "Merge remote branch 'otakup0pe/mantis5110'"Justin Clark-Casey (justincc)2-33/+19
This reverts commit 21187f459ea2ae590dda4249fa15ebf116d04fe0, reversing changes made to 8f34e46d7449be1c29419a232a8f7f1e5918f03c.
2010-10-22Revert "* refactor refactor refactor ServerURI 4 lyfe"Justin Clark-Casey (justincc)1-19/+12
This reverts commit 55974df14b6d64c1e1f9e386a3eacce3ba86dc98.
2010-10-22Revert "* additional serveruri cleanup"Justin Clark-Casey (justincc)1-6/+8
This reverts commit 19119d7705f8381a3c207d0e64a23243215a12b9.
2010-10-22Revert "* remove some spurious debug info"Justin Clark-Casey (justincc)1-15/+15
This reverts commit 017b83d0a3e3ac6a1c8bc86b9bef1ee47cba059e.
2010-10-21* change the data exchanged within hypergrid transactionsJonathan Freedman2-14/+23
2010-10-20* remove some spurious debug infoJonathan Freedman1-15/+15
* The last 4 commits are a patch from otakup0pe that's supposed to make URLs better somehow in an effort to make it easier to do hypergrid (I think).. But as it seems that I'm the only one who was able to apply the patch.. and I looked it over and it doesn't look like it breaks anything via the diffs.. I'll sign off on it. Signed-off-by: Teravus Ovares (Dan Olivares) <teravus@gmail.com>
2010-10-20* additional serveruri cleanupJonathan Freedman1-8/+6