aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Services/HypergridService (unfollow)
Commit message (Collapse)AuthorFilesLines
2011-07-13refactor: Move all callers of the obsoleted ↵Justin Clark-Casey (justincc)1-5/+3
SychronousRestObjectPoster.BeginPostObject() to the identical SynchronousRestObjectRequester.MakeRequest()
2011-06-08Removing special casing on failures. This may also fix reports of this issue:Diva Canto1-2/+4
22:07:53 - [USER AGENT CONNECTOR]: remote call to http://hg.osgrid.org:80/ returned an error: Requested method [locate_user] from 127.0.0.1 threw exception: Object reference not set to an instance of an object at OpenSim.Services.HypergridService.UserAgentService.LocateUser (UUID userID) [0x00000] in <filename unknown>:0
2011-06-08Deleted wrong debug message.Diva Canto1-1/+0
2011-06-07Added error message to help understand ↵Diva Canto1-0/+5
http://opensimulator.org/mantis/view.php?id=5527
2011-06-07This hopefully fixes all issues with online/offline notifications across ↵Diva Canto1-7/+21
grids. http://opensimulator.org/mantis/view.php?id=5528
2011-06-07Remove scary error messageDiva Canto1-6/+0
2011-06-07This fixes the crash reported in ↵Diva Canto2-17/+13
http://opensimulator.org/mantis/view.php?id=5529 related to sending IMs to foreign friends who are offline. Hopefully.
2011-06-06This should make offline IMs work again. It should work for incoming foreign ↵Diva Canto1-4/+47
IMs where the local recipient is offline. I can't test any of this, because I don't run an offline IM server.
2011-06-02Bug fix on HG IM.Diva Canto1-13/+13
2011-06-01Re-Apply Use current TravelingAgent if the the login failure reason is ↵BlueWall1-2/+5
"Logins Disabled" to fix NullReferenceException, allowing agent to login to fallback region when logins are disabled by "StartDisabled = true" or when logins are disabled by RegionReady"" This reverts commit 0a430bbffb561a5172220e7617257798c11a66f5.
2011-06-01Revert "Use current TravelingAgent if the login failure reason is "Logins ↵BlueWall1-5/+2
Disabled" to fix NullReferenceException, allowing agent to login to fallback region when logins are disabled by "StartDisabled = true" or when logins are disabled by RegionReady" This reverts commit 4b9e446c6267a1161263d885699e72c97e8a94eb.
2011-06-01Use current TravelingAgent if the login failure reason is "Logins Disabled" ↵BlueWall1-2/+5
to fix NullReferenceException, allowing agent to login to fallback region when logins are disabled by "StartDisabled = true" or when logins are disabled by RegionReady
2011-05-27HG inventory transfers over the profile working.Diva Canto1-0/+2
2011-05-26Commented a few extra debug messages.Diva Canto1-5/+5
2011-05-26HG IM in grid mode working fairly well. Unknown target user references ↵Diva Canto2-8/+38
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 Canto2-0/+322
testing.
2011-05-24Added necessary code to drop inventory on hg friends using the profile ↵Diva Canto1-0/+17
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-3/+169
friends in other grids.
2011-05-22More on HG Friends. Added Delete(string, string) across the board. Added ↵Diva Canto1-86/+0
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-22File to be removedDiva Canto1-11/+0
2011-05-21Fixed permissions bug related to friends in PermissionsModule. Added ↵Diva Canto1-1/+3
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/+95
correctly handled. Friends list showing correct foreign names. TODO: GrantRights.
2011-04-27Thank you Snoopy for a patch that adds some filtering to client versions ↵Diva Canto1-2/+37
allowed at login and HG-login times. NOTE: additional (optional) configuration variables in [LoginService] and [GatekeeperService]. See .examples.
2011-03-01Normalizing comparison to lower case, just in case ppl set their config vars ↵Diva Canto1-1/+1
inconsistently. (maybe related to mantis #5386)
2011-01-17Put the 'new' back to avoid a warning. Yes, we want to hide it.Diva Canto1-1/+1
2011-01-18minor: resolve some mono compiler warningsJustin Clark-Casey (justincc)3-5/+6
2011-01-17Revert "DEBUG DEBUG DEBUG"Diva Canto1-1/+1
This reverts commit 59c2cd04ba056b85eb4873e472b95826a1cc13b5.
2011-01-17DEBUG DEBUG DEBUGDiva Canto1-1/+1
2011-01-09Improved debug messages to track what is going on with the XFF headerDiva Canto1-5/+7
2010-12-29fixes a problem with ending slashes in GatekeeperService to verify ↵Myan Thor1-3/+5
session-addresses
2010-12-13Show map tile for hyperlinks. Perform Check4096 before adding a hyperlink.Marck1-16/+13
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-09Minor bug fixes. Hunting down mantis #5259Diva Canto1-1/+1
2010-12-05Fixed some inconsistency with trailing /. Made debug messages consistent. ↵Diva Canto2-3/+7
Changed the stored region names of HG regions. Increased the size of regionName in DB.
2010-12-01Added some comments. Better than listening to the boring speaker...Diva Canto2-0/+12
2010-11-29Preservation of creator information now also working in IARs. Cleaned up ↵Diva Canto2-42/+107
usage help. Moved Osp around, deleted unnecessary OspInventoryWrapperPlugin, added manipulation of SOP's xml representation in a generic ExternalRepresentationUtils function.
2010-11-27Make gatekeeper's address check case-insensitive.Marck1-1/+2
2010-11-26Creator information preserved upon HG transfers.Diva Canto1-1/+0
2010-11-25WARNING: LOTS OF CONFIGURATION CHANGES AFFECTING PRIMARILY HG CONFIGS. Added ↵Diva Canto2-0/+514
capability to preserve creator information on HG asset transfers. Added a new HGAssetService that is intended to be the one outside the firewall. It processes and filters the assets that go out of the grid. Also fixed the normal AssetService to do special things for the main instance (console commands, etc). Moved HGInventoryService to OpenSim.Services.HypergridService. Changed the way the login service gets the ServiceURL configs.
2010-10-23* a bit of additional debugging:Jonathan Freedman1-4/+3
2010-10-22Revert "Merge remote branch 'otakup0pe/mantis5110'"Justin Clark-Casey (justincc)2-12/+7
This reverts commit 21187f459ea2ae590dda4249fa15ebf116d04fe0, reversing changes made to 8f34e46d7449be1c29419a232a8f7f1e5918f03c.
2010-10-22Revert "* refactor refactor refactor ServerURI 4 lyfe"Justin Clark-Casey (justincc)2-5/+5
This reverts commit 55974df14b6d64c1e1f9e386a3eacce3ba86dc98.
2010-10-22Revert "* more url / hg cleanup"Justin Clark-Casey (justincc)1-1/+0
This reverts commit 58f75fa19d9aea18283ecdbd44559efb81781c9d.
2010-10-21* change the data exchanged within hypergrid transactionsJonathan Freedman1-3/+7
2010-10-20* more url / hg cleanupJonathan Freedman1-0/+1
2010-10-20* refactor refactor refactor ServerURI 4 lyfeJonathan Freedman2-5/+5
2010-10-11* more url / hg cleanupJonathan Freedman1-0/+1
2010-10-03Added viewer's channel, mac, and id0 to agent circuit data. Also moved ↵Diva Canto1-1/+5
client ip address to agent circuit data, so that it's always there.
2010-10-02* refactor refactor refactor ServerURI 4 lyfeJonathan Freedman2-5/+5
2010-09-29Part two of the previous commit, making IGridUserService.LoggedOut() more ↵John Hurliman1-1/+1
flexible without changing current behavior
2010-08-19Finished implementing ViaLogin vs ViaHGLogin. Removed lookup on ↵Diva Canto2-12/+21
myipaddress.com. Also removed client IP verification upon UDP connection that had been left there -- we can't do that in general.