Skip to content
ShaneMcC edited this page Sep 14, 2010 · 8 revisions

This project is for the JAVA version of DFBnc (Read below for delphi/pascal)

History

DFBnc was originally an IRC Bouncer written in Delphi. It compiled on Linux (FreePascal) and windows (using both Delphi and FreePascal).

DFBNC Was originally licensed under the ZLIB License, unfortunately this version had a number of bugs in it, and is no longer available.

Now

Due to issues with the code and random other things, the decision was taken to completely rewrite DFBnc (for the 2nd time), and rather than relying on external librarys (lsocket and wsocket) and having to test on 3 compilers and work around the various differences in compilers/platforms by hand it was decided to be rewriten in Java, with the rock-solid IRC Parser from http://www.dmdirc.com/ DMDirc powering it.

Compatability

Config files between the 2 versions are not compatible with each other, due to the config-directory structure used by dfbnc-java.

External Files

DFBnc makes use of files from other projects, which are automatically downloaded when using svn.
The projects used are:

  1. DMDirc (irc parser, some utilities)
  2. DF Libs (cliparser and logger)