BlueWall
|
0a430bbffb
Revert "Use current TravelingAgent if the login failure reason is "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"
|
vor 13 Jahren |
BlueWall
|
4b9e446c62
Use current TravelingAgent if the login failure reason is "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
|
vor 13 Jahren |
Diva Canto
|
0c58a9e680
HG IM in grid mode working fairly well. Unknown target user references looked back in source user's User Agent service.
|
vor 13 Jahren |
Diva Canto
|
5c2168cae7
HG: Instant Message working. Tested on HG standalones only. Needs a lot more testing.
|
vor 13 Jahren |
Diva Canto
|
e19031849e
Added necessary code to drop inventory on hg friends using the profile window, but can't test because this mechanism doesn't seem to work without a profile service.
|
vor 13 Jahren |
Diva Canto
|
24f28d3534
HG friends: Status notifications working. Also initial logins get the online friends in other grids.
|
vor 13 Jahren |
Diva Canto
|
b82b0b1677
Normalizing comparison to lower case, just in case ppl set their config vars inconsistently. (maybe related to mantis #5386)
|
vor 13 Jahren |
Diva Canto
|
e80bcc0049
Improved debug messages to track what is going on with the XFF header
|
vor 14 Jahren |
Diva Canto
|
baa8ddfd26
Minor bug fixes. Hunting down mantis #5259
|
vor 14 Jahren |
Diva Canto
|
72748746d5
Fixed some inconsistency with trailing /. Made debug messages consistent. Changed the stored region names of HG regions. Increased the size of regionName in DB.
|
vor 14 Jahren |
Jonathan Freedman
|
5ddb8b535e
* a bit of additional debugging:
|
vor 14 Jahren |
Jonathan Freedman
|
d4144bedb8
* change the data exchanged within hypergrid transactions
|
vor 14 Jahren |
Jonathan Freedman
|
a2167b0f0d
* more url / hg cleanup
|
vor 14 Jahren |
Jonathan Freedman
|
8f1acb890a
Merge branch 'master' of git://opensimulator.org/git/opensim
|
vor 14 Jahren |
Diva Canto
|
0772e19af2
Added viewer's channel, mac, and id0 to agent circuit data. Also moved client ip address to agent circuit data, so that it's always there.
|
vor 14 Jahren |
Jonathan Freedman
|
32ccc7a9d9
* refactor refactor refactor ServerURI 4 lyfe
|
vor 14 Jahren |
John Hurliman
|
b6e0563ad7
Part two of the previous commit, making IGridUserService.LoggedOut() more flexible without changing current behavior
|
vor 14 Jahren |
Diva Canto
|
a39ea07158
Finished implementing ViaLogin vs ViaHGLogin. Removed lookup on myipaddress.com. Also removed client IP verification upon UDP connection that had been left there -- we can't do that in general.
|
vor 14 Jahren |
Diva Canto
|
1955b79759
Partial rewrite of client IP verification. Not completely finished yet, and untested. Committing to move to my other computer.
|
vor 14 Jahren |
Diva Canto
|
53fb799778
Further bug fixing, still related to the issue earlier.
|
vor 14 Jahren |
Diva Canto
|
3c5983d8bd
Another bug fixed. Same issue.
|
vor 14 Jahren |
Diva Canto
|
239478f3a9
Bug fix (HG): mantis #4891. This doesn't actually fix the underlying bug, 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.
|
vor 14 Jahren |
Diva Canto
|
8ab7d80b09
Changed the way HG client verification is done: now transforming local and 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.
|
vor 14 Jahren |
Diva Canto
|
e5e52e4072
This combination is working. It all points to not being able to use 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.
|
vor 14 Jahren |
Diva Canto
|
74b23ff9c6
Almost, but not quite. Commenting verification again, until I understand where 127.0.0.1 is being transformed to the local IP address. I suspect it's Adam's NAT snippets.
|
vor 14 Jahren |
Diva Canto
|
2a1e45f657
Finalized the client's TCP IP address verification process for HG1.5.
|
vor 14 Jahren |
Diva Canto
|
c1fe07b022
* Added missing loggout notification to home grid upon agents logging out in foreign grids.
|
vor 14 Jahren |
Diva Canto
|
a58859a0d4
GridUserService in place. Replaces the contrived concept of storing user's 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.
|
vor 14 Jahren |
Jeff Ames
|
f58a0394ed
Formatting cleanup. Add copyright notices.
|
vor 14 Jahren |
Diva Canto
|
11ed5dee3b
Commenting UserAgentService.VerifyClient(UUID sessionID, string token) for now until I understand better the client IP issue.
|
vor 15 Jahren |