A basic IRC server written in Java
Find a file
2014-05-13 19:29:33 -07:00
.settings Fixed useless TODO's and added other files. 2014-04-24 19:40:41 -07:00
src/com/danilafe/ircserver Removed useless statement. 2014-05-13 19:29:33 -07:00
.classpath Fixed useless TODO's and added other files. 2014-04-24 19:40:41 -07:00
.DS_Store Some more changes to files. 2014-05-07 17:57:19 -07:00
.gitignore Some more changes to files. 2014-05-07 17:57:19 -07:00
.project Some more changes to files. 2014-05-07 17:57:19 -07:00
bot.txt Configuration files. 2014-05-07 16:52:05 -07:00
log-Sun Apr 27 21:07:14 PDT 2014 Some more changes to files. 2014-05-07 17:57:19 -07:00
MOTD.txt Still trying to figure out how to have Mibbit be nice to me :( 2014-04-25 14:03:28 -07:00
README.md Update README.md 2014-04-29 20:15:10 -07:00
serverConfig.txt Configuration files. 2014-05-07 16:52:05 -07:00

IRC-Server

This is a prototype IRC server, written in Java. It's very crude because I have almost no knowledge of IRC whatsoever, but I'll be workin on it, slowly but firmly. The only way to learn something is to jump straight into it! This server is basically a combination of guessing IRC protocols and imitating irc.mibbit.net.

Using the server

I don't have a pre-compiled source, so you'll have to compile it yourself. The source is a working Eclipse project, you just need to import it. The server hosts IRC on port 6667, so if you're planning to have people connect from outisde you LAN, make sure to port forward that.

Potential problems

This server's base was mostly written in three days. It probably has some mistakes, and if you find one, please report it.