aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Services/HypergridService/UserAgentService.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Revert "Merge remote branch 'otakup0pe/mantis5110'"Justin Clark-Casey (justincc)2010-10-221-11/+6
| | | | | This reverts commit 21187f459ea2ae590dda4249fa15ebf116d04fe0, reversing changes made to 8f34e46d7449be1c29419a232a8f7f1e5918f03c.
* * change the data exchanged within hypergrid transactionsJonathan Freedman2010-10-211-3/+7
|
* * more url / hg cleanupJonathan Freedman2010-10-111-0/+1
|
* Merge branch 'master' of git://opensimulator.org/git/opensimJonathan Freedman2010-10-051-1/+5
|\
| * Added viewer's channel, mac, and id0 to agent circuit data. Also moved ↵Diva Canto2010-10-031-1/+5
| | | | | | | | client ip address to agent circuit data, so that it's always there.
* | * refactor refactor refactor ServerURI 4 lyfeJonathan Freedman2010-10-021-4/+4
|/
* Part two of the previous commit, making IGridUserService.LoggedOut() more ↵John Hurliman2010-09-291-1/+1
| | | | flexible without changing current behavior
* Finished implementing ViaLogin vs ViaHGLogin. Removed lookup on ↵Diva Canto2010-08-191-2/+3
| | | | myipaddress.com. Also removed client IP verification upon UDP connection that had been left there -- we can't do that in general.
* Partial rewrite of client IP verification. Not completely finished yet, and ↵Diva Canto2010-08-191-12/+32
| | | | untested. Committing to move to my other computer.
* Further bug fixing, still related to the issue earlier.Diva Canto2010-08-031-3/+17
|
* Another bug fixed. Same issue.Diva Canto2010-08-031-1/+2
|
* Bug fix (HG): mantis #4891. This doesn't actually fix the underlying bug, ↵Diva Canto2010-08-031-6/+10
| | | | | | 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 !!!###!!!
* Changed the way HG client verification is done: now transforming local and ↵Diva Canto2010-07-301-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.
* This combination is working. It all points to not being able to use ↵Diva Canto2010-05-151-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.
* Almost, but not quite. Commenting verification again, until I understand ↵Diva Canto2010-05-151-4/+4
| | | | where 127.0.0.1 is being transformed to the local IP address. I suspect it's Adam's NAT snippets.
* Finalized the client's TCP IP address verification process for HG1.5.Diva Canto2010-05-151-12/+15
|
* * Added missing loggout notification to home grid upon agents logging out in ↵Diva Canto2010-05-081-0/+4
| | | | | | foreign grids. * Added missing config in StandaloneHypergrid.ini
* GridUserService in place. Replaces the contrived concept of storing user's ↵Diva Canto2010-05-071-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.
* Formatting cleanup. Add copyright notices.Jeff Ames2010-03-101-1/+28
|
* Commenting UserAgentService.VerifyClient(UUID sessionID, string token) for ↵Diva Canto2010-02-021-11/+16
| | | | now until I understand better the client IP issue.
* * Remove unnecessary debug messageDiva Canto2010-01-311-1/+3
| | | | * Bug fix in UserAgentService, logout
* HG 1.5 is in place. Tested in standalone only.Diva Canto2010-01-281-0/+210