aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Services/Connectors/Hypergrid (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Only send AgentOnline to the client if the friendsOnline list has elements. ↵Diva Canto2011-06-111-1/+1
| | | | Also, increased the timeout on UserAgentServiceConnector, StatusNotification again.
* More tweaking on the UserAgentServiceConnector: add constructor that does ↵Diva Canto2011-06-101-13/+22
| | | | not do DNS lookup, and use that for friends notification.
* Decreased timeout of HG StatusNotification to 4secs. ↵Diva Canto2011-06-101-1/+1
| | | | http://opensimulator.org/mantis/view.php?id=5516
* This hopefully fixes all issues with online/offline notifications across ↵Diva Canto2011-06-071-2/+53
| | | | grids. http://opensimulator.org/mantis/view.php?id=5528
* Commented a few extra debug messages.Diva Canto2011-05-261-2/+0
|
* HG IM in grid mode working fairly well. Unknown target user references ↵Diva Canto2011-05-261-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 Canto2011-05-251-0/+58
| | | | testing.
* Added necessary code to drop inventory on hg friends using the profile ↵Diva Canto2011-05-241-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 Canto2011-05-231-0/+91
| | | | friends in other grids.
* More on HG Friends. Added Delete(string, string) across the board. Added ↵Diva Canto2011-05-221-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 Canto2011-05-211-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 Canto2011-05-191-0/+175
| | | | correctly handled. Friends list showing correct foreign names. TODO: GrantRights.
* Oops, forgot this one.Diva Canto2011-05-021-1/+1
|
* Canonicalize URL endings for the UserAgentServiceConnector.Diva Canto2011-01-061-1/+5
|
* HG map tile fetch: handle cached images appropriately.Diva Canto2011-01-061-4/+12
|
* Cleaned up debugging messages in the WebRequest handlersMic Bowman2011-01-031-1/+1
|
* Standardize the way WebRequests are made in the SimulationServiceConnector. ↵Mic Bowman2010-12-291-29/+35
| | | | | | Added debugging calls for tracking performance of web requests.
* More on mantis #5270Diva Canto2010-12-141-2/+3
|
* Changed logging level for message about failure to retrieve a map image from ↵Marck2010-12-131-1/+1
| | | | a linked region.
* Show map tile for hyperlinks. Perform Check4096 before adding a hyperlink.Marck2010-12-131-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.
* Normalized ALL URLs with trailing /'s hopefully. Fixed show hyperlinks ↵Diva Canto2010-12-091-1/+1
| | | | command. mantis #5259
* Fixed some inconsistency with trailing /. Made debug messages consistent. ↵Diva Canto2010-12-051-14/+14
| | | | Changed the stored region names of HG regions. Increased the size of regionName in DB.
* * change the data exchanged within hypergrid transactionsJonathan Freedman2010-10-212-14/+23
|
* * remove some spurious debug infoJonathan Freedman2010-10-201-15/+15
|
* Merge branch 'master' of git://opensimulator.org/git/opensimJonathan Freedman2010-10-051-2/+6
|\
| * Added viewer's channel, mac, and id0 to agent circuit data. Also moved ↵Diva Canto2010-10-031-2/+6
| | | | | | | | client ip address to agent circuit data, so that it's always there.
* | * additional serveruri cleanupJonathan Freedman2010-10-031-8/+6
| |
* | * refactor refactor refactor ServerURI 4 lyfeJonathan Freedman2010-10-021-12/+19
|/
* Formatting cleanup.Jeff Ames2010-09-121-1/+1
|
* First version of the Hypergrid HELO service that will enable different ↵Diva Canto2010-09-081-0/+75
| | | | backends to interoperate.
* One more debug message to track an issue on Danger grid.Diva Canto2010-09-041-0/+1
|
* Make User Agent Service and Login Service separable.Diva Canto2010-09-041-10/+32
|
* One last tweak, hopefully.Diva Canto2010-09-031-2/+2
|
* Another tweak. Sux^2Diva Canto2010-09-031-2/+2
|
* More tweaks related to my previous commit. Tweaks sux.Diva Canto2010-09-031-2/+2
|
* Quick fix for making global references for gatekeepers that are not ↵Diva Canto2010-09-022-6/+7
| | | | domain:port work. This needs a serious rewrite, as the assumption domain:port doesn't hold from here on. Just quick-fixing for now.
* Remove various warnings and improve logging messages. No functional changes.Justin Clark-Casey (justincc)2010-08-232-8/+3
|
* Partial rewrite of client IP verification. Not completely finished yet, and ↵Diva Canto2010-08-192-0/+51
| | | | untested. Committing to move to my other computer.
* Fixes mantis #4954 for the xml-rpc calls of the UserAgentServiceConnector. ↵Diva Canto2010-08-161-2/+13
| | | | Basically, let's not let the xml-rpc library do the DNS conversion...
* Better debug messagesDiva Canto2010-08-041-5/+19
|
* Finalized the client's TCP IP address verification process for HG1.5.Diva Canto2010-05-151-0/+5
|
* Formatting cleanup. Add copyright notices.Jeff Ames2010-03-102-2/+56
|
* Changed a cryptic debug message and a wrong commentDiva Canto2010-03-091-1/+1
|
* Changed asset CreatorID to a stringJohn Hurliman2010-02-221-1/+1
|
* * Adds CreatorID to asset metadata. This is just the plumbing to support ↵John Hurliman2010-02-221-1/+1
| | | | CreatorID, it doesn't modify database backends or OAR files to support storing/loading it
* HG 1.5 is in place. Tested in standalone only.Diva Canto2010-01-283-222/+370
|
* Added ExternalName config on Gatekeeper.Diva Canto2010-01-271-3/+4
|
* Integrated the hyperlinking with the GridService.Diva Canto2010-01-242-354/+215
|
* * Towards enabling hyperlinks at grid-level.Diva Canto2010-01-181-3/+107
| | | | * Updated grid configs
* Go Home works. With security!!Diva Canto2010-01-181-0/+132
|