Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Dump OpenSim 0.9.0.1 into it's own branch. | onefang | 2019-05-19 | 1 | -2/+2 |
| | |||||
* | Finished implementing ViaLogin vs ViaHGLogin. Removed lookup on ↵ | Diva Canto | 2010-08-19 | 1 | -82/+0 |
| | | | | myipaddress.com. Also removed client IP verification upon UDP connection that had been left there -- we can't do that in general. | ||||
* | Revert "One more go at GetExternalIpOf(user). Addresses mantis #4955 and #4943." | Diva Canto | 2010-08-19 | 1 | -40/+28 |
| | | | | | | Reverting mostly because of the texture asset files that got committed and cause grief with the 0.7-post-fixes branch. But also because I'm going to go at those mantises in another way. This reverts commit e47608fc62647a28be91dd9caf6e446826fdb54c. | ||||
* | One more go at GetExternalIpOf(user). Addresses mantis #4955 and #4943. | Diva Canto | 2010-08-18 | 1 | -28/+40 |
| | | | | (Files .xml and .txt also want to be committed) | ||||
* | Slight improvement on previous commit. | Diva Canto | 2010-07-30 | 1 | -1/+13 |
| | |||||
* | Changed the way HG client verification is done: now transforming local and ↵ | Diva Canto | 2010-07-30 | 1 | -0/+72 |
| | | | | 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. | ||||
* | Add copyright headers, formatting cleanup, ignore some generated files. | Jeff Ames | 2009-05-31 | 1 | -5/+32 |
| | |||||
* | Update svn properties. | Jeff Ames | 2009-05-25 | 1 | -221/+221 |
| | |||||
* | * Disabled NAT translation support for a little while. | Adam Frisby | 2009-05-25 | 1 | -8/+24 |
| | |||||
* | * Mono sucks. (Fixes crash due to Mono not implementing ↵ | Adam Frisby | 2009-05-24 | 1 | -5/+12 |
| | | | | NetworkInformation.IPv4Mask aka Subnet masks) | ||||
* | * Adds NAT routing support for MXP Asset Delivery. (This means MXP should be ↵ | Adam Frisby | 2009-05-24 | 1 | -8/+4 |
| | | | | fully NAT compatible.) | ||||
* | * Fixes [irritating] edge case in Util.GetLocalHost which could return an ↵ | Adam Frisby | 2009-05-23 | 1 | -3/+6 |
| | | | | | | | | IPv6 address if no non-loopback IPv4 address can be found. * Restores internal IPv6 support to NetworkUtil.* * Fixes bad login unit tests. | ||||
* | * Disables internal IPv6 Support - causing issues. | Adam Frisby | 2009-05-23 | 1 | -3/+11 |
| | |||||
* | * "Fixed" an issue with NAT Login Handler, apparently an IPv4Mask can be ↵ | Adam Frisby | 2009-05-23 | 1 | -1/+24 |
| | | | | null on an IPv4 address. Go figure. (!?!) | ||||
* | * Breaks OpenSim.. err I mean.. adds NAT translation support to ↵ | Adam Frisby | 2009-05-23 | 1 | -1/+39 |
| | | | | | | | EnableSimulator EventQueue methods. * NB: This may actually break logins on certain regions. Shake well before consuming. | ||||
* | * NetworkUtil now handles an error case in a way which is easier to debug. | Adam Frisby | 2009-05-23 | 1 | -3/+11 |
| | |||||
* | * Adds new NetworkUtil class, contains methods for handling IP resolution ↵ | Adam Frisby | 2009-05-23 | 1 | -0/+122 |
when located on the same subnet. (Eg, can be used to avoid NAT Loopback requirements if fully utilized.) * Adds a few new network-related methods to Util. |