Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2011-09-08 | Increase information in logging for UserAgentServiceConnector. | Justin Clark-Casey (justincc) | 1 | -12/+12 | |
Done for http://opensimulator.org/mantis/view.php?id=5669 | |||||
2011-07-16 | minor: remove mono compiler warnings | Justin Clark-Casey (justincc) | 1 | -35/+36 | |
2011-06-11 | Only send AgentOnline to the client if the friendsOnline list has elements. ↵ | Diva Canto | 1 | -1/+1 | |
Also, increased the timeout on UserAgentServiceConnector, StatusNotification again. | |||||
2011-06-10 | More tweaking on the UserAgentServiceConnector: add constructor that does ↵ | Diva Canto | 1 | -13/+22 | |
not do DNS lookup, and use that for friends notification. | |||||
2011-06-10 | Decreased timeout of HG StatusNotification to 4secs. ↵ | Diva Canto | 1 | -1/+1 | |
http://opensimulator.org/mantis/view.php?id=5516 | |||||
2011-06-07 | This hopefully fixes all issues with online/offline notifications across ↵ | Diva Canto | 1 | -2/+53 | |
grids. http://opensimulator.org/mantis/view.php?id=5528 | |||||
2011-05-26 | Commented a few extra debug messages. | Diva Canto | 1 | -2/+0 | |
2011-05-26 | HG IM in grid mode working fairly well. Unknown target user references ↵ | Diva Canto | 1 | -0/+61 | |
looked back in source user's User Agent service. | |||||
2011-05-25 | HG: Instant Message working. Tested on HG standalones only. Needs a lot more ↵ | Diva Canto | 1 | -0/+58 | |
testing. | |||||
2011-05-24 | Added necessary code to drop inventory on hg friends using the profile ↵ | Diva Canto | 1 | -1/+65 | |
window, but can't test because this mechanism doesn't seem to work without a profile service. | |||||
2011-05-23 | HG friends: Status notifications working. Also initial logins get the online ↵ | Diva Canto | 1 | -0/+91 | |
friends in other grids. | |||||
2011-05-22 | More on HG Friends. Added Delete(string, string) across the board. Added ↵ | Diva Canto | 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. | |||||
2011-05-21 | Fixed permissions bug related to friends in PermissionsModule. Added ↵ | Diva Canto | 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. | |||||
2011-05-19 | HG Friends working to some extent: friendships offered and accepted ↵ | Diva Canto | 1 | -0/+175 | |
correctly handled. Friends list showing correct foreign names. TODO: GrantRights. | |||||
2011-05-02 | Oops, forgot this one. | Diva Canto | 1 | -1/+1 | |
2011-01-06 | Canonicalize URL endings for the UserAgentServiceConnector. | Diva Canto | 1 | -1/+5 | |
2011-01-06 | HG map tile fetch: handle cached images appropriately. | Diva Canto | 1 | -4/+12 | |
2011-01-03 | Cleaned up debugging messages in the WebRequest handlers | Mic Bowman | 1 | -1/+1 | |
2010-12-29 | Standardize the way WebRequests are made in the SimulationServiceConnector. ↵ | Mic Bowman | 1 | -29/+35 | |
Added debugging calls for tracking performance of web requests. | |||||
2010-12-14 | More on mantis #5270 | Diva Canto | 1 | -2/+3 | |
2010-12-13 | Changed logging level for message about failure to retrieve a map image from ↵ | Marck | 1 | -1/+1 | |
a linked region. | |||||
2010-12-13 | Show map tile for hyperlinks. Perform Check4096 before adding a hyperlink. | Marck | 1 | -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-09 | Normalized ALL URLs with trailing /'s hopefully. Fixed show hyperlinks ↵ | Diva Canto | 1 | -1/+1 | |
command. mantis #5259 | |||||
2010-12-05 | Fixed some inconsistency with trailing /. Made debug messages consistent. ↵ | Diva Canto | 1 | -14/+14 | |
Changed the stored region names of HG regions. Increased the size of regionName in DB. | |||||
2010-10-22 | Revert "Merge remote branch 'otakup0pe/mantis5110'" | Justin Clark-Casey (justincc) | 2 | -33/+19 | |
This reverts commit 21187f459ea2ae590dda4249fa15ebf116d04fe0, reversing changes made to 8f34e46d7449be1c29419a232a8f7f1e5918f03c. | |||||
2010-10-22 | Revert "* refactor refactor refactor ServerURI 4 lyfe" | Justin Clark-Casey (justincc) | 1 | -19/+12 | |
This reverts commit 55974df14b6d64c1e1f9e386a3eacce3ba86dc98. | |||||
2010-10-22 | Revert "* additional serveruri cleanup" | Justin Clark-Casey (justincc) | 1 | -6/+8 | |
This reverts commit 19119d7705f8381a3c207d0e64a23243215a12b9. | |||||
2010-10-22 | Revert "* 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 transactions | Jonathan Freedman | 2 | -14/+23 | |
2010-10-20 | * remove some spurious debug info | Jonathan Freedman | 1 | -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 cleanup | Jonathan Freedman | 1 | -8/+6 | |
2010-10-20 | * refactor refactor refactor ServerURI 4 lyfe | Jonathan Freedman | 1 | -12/+19 | |
2010-10-20 | * remove some spurious debug info | Jonathan Freedman | 1 | -15/+15 | |
2010-10-03 | Added viewer's channel, mac, and id0 to agent circuit data. Also moved ↵ | Diva Canto | 1 | -2/+6 | |
client ip address to agent circuit data, so that it's always there. | |||||
2010-10-03 | * additional serveruri cleanup | Jonathan Freedman | 1 | -8/+6 | |
2010-10-02 | * refactor refactor refactor ServerURI 4 lyfe | Jonathan Freedman | 1 | -12/+19 | |
2010-09-12 | Formatting cleanup. | Jeff Ames | 1 | -1/+1 | |
2010-09-08 | First version of the Hypergrid HELO service that will enable different ↵ | Diva Canto | 1 | -0/+75 | |
backends to interoperate. | |||||
2010-09-04 | One more debug message to track an issue on Danger grid. | Diva Canto | 1 | -0/+1 | |
2010-09-04 | Make User Agent Service and Login Service separable. | Diva Canto | 1 | -10/+32 | |
2010-09-03 | One last tweak, hopefully. | Diva Canto | 1 | -2/+2 | |
2010-09-03 | Another tweak. Sux^2 | Diva Canto | 1 | -2/+2 | |
2010-09-03 | More tweaks related to my previous commit. Tweaks sux. | Diva Canto | 1 | -2/+2 | |
2010-09-02 | Quick fix for making global references for gatekeepers that are not ↵ | Diva Canto | 2 | -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. | |||||
2010-08-23 | Remove various warnings and improve logging messages. No functional changes. | Justin Clark-Casey (justincc) | 2 | -8/+3 | |
2010-08-19 | Partial rewrite of client IP verification. Not completely finished yet, and ↵ | Diva Canto | 2 | -0/+51 | |
untested. Committing to move to my other computer. | |||||
2010-08-16 | Fixes mantis #4954 for the xml-rpc calls of the UserAgentServiceConnector. ↵ | Diva Canto | 1 | -2/+13 | |
Basically, let's not let the xml-rpc library do the DNS conversion... | |||||
2010-08-04 | Better debug messages | Diva Canto | 1 | -5/+19 | |
2010-05-29 | Stop IGridService from throwing a fatal exception when an IPEndPoint cannot ↵ | Tom Grimshaw | 1 | -2/+12 | |
be resolved, and add some handlers to deal with this cleanly; a condition was observed on OSGrid where a neighbouring region with an invalid (unresolveable) hostname would prevent a region from starting. This is bad. | |||||
2010-05-15 | Finalized the client's TCP IP address verification process for HG1.5. | Diva Canto | 1 | -0/+5 | |