-
Oops didn't see this, i added a bug (and the fixes) as #1879415.
2008-01-25 04:35:56 UTC in TiVo.Net
-
File Added: UIServer.cs.
2008-01-25 04:24:52 UTC in TiVo.Net
-
I'm running Vista and use IP v6 and noticed that there were a couple bugs
1) doest recognize ip v6 Loopback address. In ContextCallback(IAsyncResult ar) {) the local check should be something like this:
IPAddress clientIp = con.Request.RemoteEndPoint.Address;
if (remoteAccess != "true" && (
(clientIp.AddressFamily == AddressFamily.InterNetworkV6 &&...
2008-01-25 04:23:17 UTC in TiVo.Net