Replies: 2 comments 2 replies
-
Hello @toncho11, Thanks for the list of improvements. Are you a C programmer? I'd be happy to help guide you through some of these modifications yourself. If not, I'll try to make them (although I don't actually have tinyirc running yet on QEMU).
Please specify what you'd like for both the server and port, very easy to change in tinyirc/Makefile.
What is the issue here, does tinyirc not convert a hostname to IP address? That should also be easy to fix.
What is the error message that is given now when connecting to a different port? How exactly should the error message be changed?
Please specify what you'd like to see for the usage line. In general I think tinyirc is a bit too wordy with its copyright notice and lots of asterisks. I would be for removing most of that. (The copyright would remain within the source code, of course). Thank you! |
Beta Was this translation helpful? Give feedback.
-
DNS was added over a year ago, and all network utilities (except possibly tinyirc) have been updated to allow names as well as IP addresses. The libc function
After you play with it more, go ahead and either submit a PR or let me know the precise modifications you'd like to see, and we can get them done. |
Beta Was this translation helpful? Give feedback.
-
This is a list of things I want to improve for tinyIRC:
Beta Was this translation helpful? Give feedback.
All reactions