Andrew Lee

Results 19 comments of Andrew Lee

I do have IPv6! ``` $ ping -c 4 2607:f8b0:4005:804::200e PING 2607:f8b0:4005:804::200e(2607:f8b0:4005:804::200e) 56 data bytes 64 bytes from 2607:f8b0:4005:804::200e: icmp_seq=1 ttl=51 time=61.5 ms 64 bytes from 2607:f8b0:4005:804::200e: icmp_seq=2 ttl=51 time=61.5...

I wanted to take a moment to share my experiences during the great internet forkage (GIF). A long time ago, in an internet far far away, IRC was the epicenter...

In terms of what occurs within specific os, applications or protocols, I don't think it's possible for any unused/unreleased ICANN name, like hotel/music/etc., to have any sweeping impact on much...

Given a choice between the legacy, insecure, MITM'able internet which has proven to be insecure in so many ways, or finally completing the internet in a secure way with Handshake,...

At the end of the day, distributed and decentralized blockchain projects like Handshake are and will continue to be led by their respective communities. Thus, the community will decide how...

That's very confusing. Is the client connecting somehow with 'mobile' in their connection?

If I understand correctly, are you saying that it isn't tracking the channels a user should be in correctly? If a user turns their phone off, it should disconnect due...

``` case 'NICK': if(!this.irc.password) { this.write(":*jbnc NOTICE * :*** This is a JBNC Server. You must set a password.\n"); this.badauth=true; this.end(); } else if(commands[1]) { this.irc.nick=commands[1].trim(); if(false&&this.irc.user) { this.hash=hash(this.irc.nick+this.irc.user+this.irc.password+this.irc.server+this.irc.port.toString()); if(connections[socket.hash])...

Looking at the screenshot it's unclear, are you receiving this on reconnect socket.write(":*jbnc PRIVMSG "+connection.nick+" :Attaching you to the network\n");

That's really peculiar. I'm very confused. I wonder if there is a way to log the data the irc client is receiving and sending to understand if something is not...