botnet 1.6.4 review

Download
by rbytes.net on

Botnet is a communication library for the IRC protocol

License: GPL (GNU General Public License)
File size: 0K
Developer: Ze KiLleR
0 stars award from rbytes.net

Botnet is a communication library for the IRC protocol. The library can be build by many ways. If you wish to use the lib to build clients only (bots for example), run the configure with no options. But if you wish to use the lib for building servers, don't forget the --enable-server option when running the configure script (see NOTE at the end of this readme file).

Lib :
./configure
make
(become root ONLY if you wish to install the lib, you can run the example without root privileges)
make install
(do not forget to make a ldconfig if you wish to install the lib. Check your /etc/ld.so.conf for the line /usr/local/lib)

Examples :
The examples are build during the make phase (but not installed). To test the client, just execute
example/bot, and to test the server (if you configured with the --enable-server) example/serv.

UNISTALL :
make uninstall

IMPORTANT NOTES :
For some unknown reason, some bugs with pthread may appear if you do some fork in
your application, and then calling a dcc fonction that creates a new thread
(pthread_create never returns). So if you want to avoid this, please link the
pthread lib in your makefile BEFORE linking with the botnet library.

What's New in This Release:
Fixed a bug in SJOIN command (in bahamut server mode, there can be up to 7 parameters)

botnet 1.6.4 search tags