Jason R. Coombs

Results 1062 comments of Jason R. Coombs

It's unclear to me exactly what's going on. It seems to me that the client is expecting the argument to the 001 (welcome) command to be the real nickname. The...

> the client allows us to use an empty nick and this should be banned. I haven't looked into it, but if you can say with confidence that an empty...

So the conclusion is that empty nicks should be rejected? Can someone send a PR?

That sounds doable. Feel free to explore the event handler space and see if you can propose a viable solution. The simpler, the better.

There are lots of conditions that can lead to disconnects (other than explicit client disconnect): - Server disconnects the client. - Client disconnects from the server (at OS level). -...

I'd be happy to review improvements to address the reported concern.

You need to create a socket wrapper with the relevant parameters. See the [connection module](https://github.com/jaraco/irc/blob/main/irc/connection.py) for explanations on how to create a factory with the relevant SSL wrapper and pass...

There are use-cases where years/months support is useful even if not following a calendar, using nominal fixed lengths of time for each. Consider the case where a user specifies an...

+1 to supporting more than just setup.py. But I wonder if there's perhaps a better place to support this need. Both setup.py and setup.cfg (and other PEP 517 builders) will...

My preference would be to rename the project in Github, to allow continuity of references (Github will redirect) and to limit cruft.