aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Services/HypergridService (unfollow)
Commit message (Collapse)AuthorFilesLines
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.
2010-08-19Partial rewrite of client IP verification. Not completely finished yet, and ↵Diva Canto1-12/+32
untested. Committing to move to my other computer.
2010-08-15Thanks Marck for the patch to mantis #4941 (shortening avies' names on HG)Diva Canto1-1/+10
2010-08-03Further bug fixing, still related to the issue earlier.Diva Canto1-3/+17
2010-08-03Another bug fixed. Same issue.Diva Canto1-1/+2
2010-08-03this is so bad, brain is beyond fried. must stop.Diva Canto1-1/+1
2010-08-03sigh. fried brain.Diva Canto1-1/+1
2010-08-03One more buglet related to the issue at hand.Diva Canto1-1/+1
2010-08-03One more thing related to the previous commit. Must avoid all in-process ↵Diva Canto1-10/+15
remote calls.
2010-08-03Bug fix (HG): mantis #4891. This doesn't actually fix the underlying bug, ↵Diva Canto2-56/+63
but it clears up the circular dependency issue between Gatekeeper and UserAgents that had made me resort to in-process remote calls, which, in turn, were hitting bugs down there somewhere in mono. NOTE: CONFIGURATION CHANGE IN ROBUST.HG.INI.EXAMPLE !!!###!!!
2010-07-30Changed the way HG client verification is done: now transforming local and ↵Diva Canto1-4/+7
LAN client IPs into external IPs. This addresses some issues related to running both the user agents service and the viewer in the same machine/LAN, which then presents a problem when the user agent goes to an external network.
2010-05-15This combination is working. It all points to not being able to use ↵Diva Canto1-5/+5
127.0.0.1/localhost in testing HG situations. The login server must have the LAN IP address, and the regions must show ExternalHostname as SYSTEMIP. Working, but this needs more testing.
2010-05-15Almost, but not quite. Commenting verification again, until I understand ↵Diva Canto1-4/+4
where 127.0.0.1 is being transformed to the local IP address. I suspect it's Adam's NAT snippets.
2010-05-15Finalized the client's TCP IP address verification process for HG1.5.Diva Canto1-12/+15
2010-05-08* Added missing loggout notification to home grid upon agents logging out in ↵Diva Canto1-0/+4
foreign grids. * Added missing config in StandaloneHypergrid.ini
2010-05-07GridUserService in place. Replaces the contrived concept of storing user's ↵Diva Canto1-11/+10
home and position info in the presence service. WARNING: I violated a taboo by deleting 2 migration files and simplifying the original table creation for Presence. This should not cause any problems to anyone, though. Things will work with the new simplified table, as well as with the previous contrived one. If there are any problems, solving them is as easy as dropping the presence table and deleting its row in the migrations table. The presence info only exists during a user's session anyway. BTW, the Meshing files want to be committed too -- EOFs.
2010-05-03Assorted bug fixes in hypergrid linking.Diva Canto1-1/+2
2010-03-10Formatting cleanup. Add copyright notices.Jeff Ames1-1/+28
2010-02-25List of friends now retrieved upon login. Configured and tested in ↵Diva Canto1-0/+1
standalone only.
2010-02-02Commenting UserAgentService.VerifyClient(UUID sessionID, string token) for ↵Diva Canto1-11/+16
now until I understand better the client IP issue.
2010-01-31Batter debug messages.Diva Canto1-1/+2
2010-01-31Assorted bug fixes related to hyperlinkingDiva Canto1-7/+2
2010-01-31* Remove unnecessary debug messageDiva Canto1-1/+3
* Bug fix in UserAgentService, logout
2010-01-28HG 1.5 is in place. Tested in standalone only.Diva Canto3-112/+242