Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2009-05-31 | Add copyright headers, formatting cleanup, ignore some generated files. | Jeff Ames | 1 | -5/+32 | |
2009-05-25 | Update svn properties. | Jeff Ames | 1 | -221/+221 | |
2009-05-25 | * Disabled NAT translation support for a little while. | Adam Frisby | 1 | -8/+24 | |
2009-05-24 | * Mono sucks. (Fixes crash due to Mono not implementing ↵ | Adam Frisby | 1 | -5/+12 | |
NetworkInformation.IPv4Mask aka Subnet masks) | |||||
2009-05-24 | * Adds NAT routing support for MXP Asset Delivery. (This means MXP should be ↵ | Adam Frisby | 1 | -8/+4 | |
fully NAT compatible.) | |||||
2009-05-23 | * Fixes [irritating] edge case in Util.GetLocalHost which could return an ↵ | Adam Frisby | 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. | |||||
2009-05-23 | * Disables internal IPv6 Support - causing issues. | Adam Frisby | 1 | -3/+11 | |
2009-05-23 | * "Fixed" an issue with NAT Login Handler, apparently an IPv4Mask can be ↵ | Adam Frisby | 1 | -1/+24 | |
null on an IPv4 address. Go figure. (!?!) | |||||
2009-05-23 | * Breaks OpenSim.. err I mean.. adds NAT translation support to ↵ | Adam Frisby | 1 | -1/+39 | |
EnableSimulator EventQueue methods. * NB: This may actually break logins on certain regions. Shake well before consuming. | |||||
2009-05-23 | * NetworkUtil now handles an error case in a way which is easier to debug. | Adam Frisby | 1 | -3/+11 | |
2009-05-23 | * Adds new NetworkUtil class, contains methods for handling IP resolution ↵ | Adam Frisby | 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. |