Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

IRC-style chat program

Status
Not open for further replies.

Babillon

Programmer
Aug 16, 2005
25
CA
I'm looking to use my free time and build a client/server program akin to IRC. I've been reading over the RFCs and have decided to make my own protocol aswell as construct a server from the ground up.

However, what I would like to know is if anyone has any resources which would be useful in such an endevour. I'm still relatively new to Java programming and am well aware that this is a rather grandious project, but like I said: I have alot of time on my hands ;)

What I'm mostly interested in, would be articles on good ways to format and send text/commands from a client to a server, and vice-versa.

I'd like to have a general IRC style underworkings for the project, and as such would like to implement something like DCC to allow users more privacy with their one-to-one conversations. For this I'd like to know possible encryption methods to keep that privacy.

Anyway, many thanks in advance to any of you who are able to provide any relevent information!
 
Thanks for the info. However, I need more information about building the server than the client.

It doesn't neccessarily have to be something written in Java, seeing as I really need to know the general underlying principles.

Thanks much.
 
Never heard of a Java IRC server, maybe you're opening new ways. Good luck.

Out of topic, there's a server implementarion at (ircd) that can help you to understand what's really going on out there.

Keep us informed

MOTD: Welcome to the first Java IRC server :)

Cheers,
Dian
 
Thanks for the link. I downloaded the code for IRCd and will give it a look over and see how much that will help. :)
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top