botnet.cpp [code] | Provides communication between bots linked into botnet |
botnet.h [code] | Provides communication between bots linked into botnet |
conf.cpp [code] | Configuration file reader |
conf.h [code] | Configuration file reader |
dcc.cpp [code] | Handles DCC / telnet communication |
dcc.h [code] | Handles DCC / telnet communication |
exec.cpp [code] | Handles child processes. Used to platform abstraction |
exec.h [code] | Handles child processes. Used to platform abstraction |
filesys.cpp [code] | Handles filesystem |
filesys.h [code] | Handles filesystem |
identd.cpp [code] | Emulates Ident daemon |
identd.h [code] | Emulates Ident daemon |
irc.cpp [code] | Handles core communication with IRC server |
irc.h [code] | Handles core communication with IRC server |
irc_bot.cpp [code] | Main file containing entry point |
lang.cpp [code] | Supports multiple languages |
lang.h [code] | Supports multiple languages |
log.cpp [code] | Handles log files |
log.h [code] | Handles log files |
logic.cpp [code] | Implements core logic stored in "logic.txt" file |
logic.h [code] | Implements core logic stored in "logic.txt" file |
match.cpp [code] | Provides wildcard checks |
match.h [code] | Provides wildcard checks |
md5.cpp [code] | Implements MD5 algorithm |
md5.h [code] | Implements MD5 algorithm |
params.h [code] | Parameters for compilation |
rle.cpp [code] | Implements RLE compress algorithm |
rle.h [code] | Implements RLE compress algorithm |
shared.h [code] | Contains shared structures |
sock.cpp [code] | Provides low-level IP socket communication |
sock.h [code] | Provides low-level IP socket communication |
sock_shared.h [code] | Provides low-level implementation of TCP IP sockets |
ssl.cpp [code] | Provides SSL socket communication |
ssl.h [code] | Provides SSL socket communication |
stats.cpp [code] | Provides some statistics |
stats.h [code] | Provides some statistics |
win_sock.cpp [code] | Provides low-level implementation of IP sockets (formely Windows(TM) only) |
win_sock.h [code] | Provides low-level implementation of Windows(TM) IP sockets (Windows(TM) only) |