[Filelist]
# Filename:		Desc:					      Version:
main.c                  Main Routine                                  1.00
startup.c               Startup routine                               1.10
manager.c               Thread manager                                1.00
write.c                 write() wrapper                               1.00
accept.c                Handles incoming client connections           1.10
authorize.c             Performs client authorization                 1.10
clientbridge.c          Client --> Server passthrough                 1.00
serverbridge.c          Client <-- Server passthrough                 1.00
netgets.c               Gets a string from a socket                   1.10
clientfilter.c          Scans client data                             1.10
serverfilter.c          Scans server data                             1.10
ircservermanager.c      Manages the connection to the IRC server      1.10
spoofserver.c           Spoofs server conn messages to trick client   1.00
ircservermessage.c      Sends the client a spoofed server message     1.00
noticemessage.c         Sends the client a spoofed notice message     1.00
resumeircstate.c        Resumes IRC state when a client connects      1.00
command.c               Client --> Arbiter commands                   1.00
updatesessioninfo.c     Updates channel list, idstring, etc           1.00
clientswrite.c          Broadcasts data to all authed clients         1.00
firstrun.c              First time run user installer                 1.10
cBus_add.c              Add a client to the client bus                1.10
cBus_remove.c           Removes a client from the client bus          1.00
cBus_broadcast.c        Broadcasts to all authorized clients on bus   1.00
