Bryan Drewery 9f2dcd0120 * +take stuff před 21 roky
..
compat 084972484f * Some constants not defined in OBSD před 21 roky
crypto 6330870e16 * Updated MD5 code to use openssl's implemention which is portable and optimized před 21 roky
mod 9f2dcd0120 * +take stuff před 21 roky
Makefile.in c9c8db0356 * Added some profiling code před 21 roky
adns.c be7e0abec5 * Fixed DNS returning a blank reply for reverse lookups with missing records. před 21 roky
adns.h b06fd9a0f2 * No longer redundantly byteswapping header.id před 21 roky
auth.c b150c05717 * Auth system rewritten into a class před 21 roky
auth.h b150c05717 * Auth system rewritten into a class před 21 roky
base64.c bc91a7e206 * Added rcsid[] to all files před 21 roky
base64.h 03d098da24 * C++ compile warning fixes (Still compat with C) před 22 roky
bg.c a37c3d129a * Disabled watcher on sun as it's ptrace is horrid před 21 roky
bg.h 1d28c381bb * Fixed stdin/stdout/stderr not being closed when bot is forked into background. před 21 roky
binary.c 82c8acfaf5 * Fixed SIGUSR1 signal after -C not working před 21 roky
binary.h 82c8acfaf5 * Fixed SIGUSR1 signal after -C not working před 21 roky
botcmd.c bc91a7e206 * Added rcsid[] to all files před 21 roky
botcmd.h b99e4fd7c4 * Changed the order of some initialize functions in main.c to call majority after startup_checks() před 21 roky
botmsg.c bc91a7e206 * Added rcsid[] to all files před 21 roky
botmsg.h b83928cdf0 * More c++ leaf fixes, now for hub :) před 22 roky
botnet.c bbb67dd74a * Fixed users showing up in .whom after doing .botcmd and relinking the bot which the cmd was ran on. (#9) před 21 roky
botnet.h efc010fa11 * Converted some functions over před 21 roky
cfg.c bc91a7e206 * Added rcsid[] to all files před 21 roky
cfg.h 950e09b829 * Converted over cfg_struct to hub/leaf mix před 21 roky
chan.h 4e026bc6db * Replaced CHAN_ASKED_INVITED with CHAN_ASKED_INVITES (typo) před 21 roky
chanprog.c b150c05717 * Auth system rewritten into a class před 21 roky
chanprog.h 378fd00bee * Converted chanprog.c stuff to new hub/leaf před 21 roky
cmds.c 9fe0d46aed * Fixed segfault after booting users when a leaf has lost +c. (#18) před 21 roky
cmds.h 760bc8c23e * Added .type and checking for botcmd_t před 21 roky
color.h c0e02b4d46 * More work on colors před 22 roky
common.h 8682bcd48c * Fixed a few calloc() calls that weren't using my_calloc() před 21 roky
conf.c 8e99178d5e * Added some spacing after 'uname' in -C před 21 roky
conf.h ce9e5dc1d0 * Default UID is now -1 (to fix running as root) (Fixes #12) před 21 roky
core_binds.c b150c05717 * Auth system rewritten into a class před 21 roky
core_binds.h b150c05717 * Auth system rewritten into a class před 21 roky
crypt.c 758beb24e5 * Added some stupid stuff for console crypting for future use před 21 roky
crypt.h 758beb24e5 * Added some stupid stuff for console crypting for future use před 21 roky
dcc.c 363634fc13 * Fixed a problem with accepting new telnet connections. před 21 roky
dcc.h b34f97945d * Work on auth system to bind dcc commands to auth system without rewriting them před 21 roky
dccutil.c b150c05717 * Auth system rewritten into a class před 21 roky
dccutil.h b150c05717 * Auth system rewritten into a class před 21 roky
debug.c a37c3d129a * Disabled watcher on sun as it's ptrace is horrid před 21 roky
debug.h cfc68ced0b * Removed all Assert()/DEBUG_ASSERT code před 21 roky
egg_timer.c bc91a7e206 * Added rcsid[] to all files před 21 roky
egg_timer.h fa4f5153e6 před 22 roky
eggdrop.h b34f97945d * Work on auth system to bind dcc commands to auth system without rewriting them před 21 roky
enclink.c e82ddbd090 * Fixed bot's not being able to link when the botnick case did not match (userlist vs binary -C). před 21 roky
enclink.h e82ddbd090 * Fixed bot's not being able to link when the botnick case did not match (userlist vs binary -C). před 21 roky
flags.c f060e61929 * Added channel flag +|-botbitch, when set only bots will be allowed to be opped, users be auto-deopped. před 21 roky
flags.h f060e61929 * Added channel flag +|-botbitch, when set only bots will be allowed to be opped, users be auto-deopped. před 21 roky
garble.c bc91a7e206 * Added rcsid[] to all files před 21 roky
garble.h fe467c585e * Removed define GARBLESTRINGS před 22 roky
hash_table.c b150c05717 * Auth system rewritten into a class před 21 roky
hash_table.h ced0ca4ac7 * Added hash table functions from egglib před 21 roky
lang.h e65263bea1 * New mode parsing code před 21 roky
log.c bc91a7e206 * Added rcsid[] to all files před 21 roky
log.h 5fecc94dd5 * Huge commit that introduces countless bugs I'm sure. před 21 roky
main.c 9f2dcd0120 * +take stuff před 21 roky
main.h 9f2dcd0120 * +take stuff před 21 roky
makehelp.c bc91a7e206 * Added rcsid[] to all files před 21 roky
makeres.c bc91a7e206 * Added rcsid[] to all files před 21 roky
match.c bc91a7e206 * Added rcsid[] to all files před 21 roky
match.h d08a62f16b * Added primitive CIDR ban support (enforcebans/kickban/getop). před 21 roky
misc.c 6679b221fd před 21 roky
misc.h 93b7df34ce * Moved dumplots() to dccutil.c před 21 roky
misc_file.c bc91a7e206 * Added rcsid[] to all files před 21 roky
misc_file.h 38337c4d60 * Moved check_tempdir() to misc_file.c před 21 roky
net.c bc91a7e206 * Added rcsid[] to all files před 21 roky
net.h b99e4fd7c4 * Changed the order of some initialize functions in main.c to call majority after startup_checks() před 21 roky
profile.c c9c8db0356 * Added some profiling code před 21 roky
response.c bc91a7e206 * Added rcsid[] to all files před 21 roky
rfc1459.c bc91a7e206 * Added rcsid[] to all files před 21 roky
rfc1459.h 4f9a5b49d5 * Added 005 parsing před 22 roky
settings.h 8e1e97b61c před 21 roky
shell.c a07f56bb03 * Fixed getsock() being called wrong in check_maxfd() před 21 roky
shell.h 64474a643b * More defines removal před 21 roky
socket.c bc91a7e206 * Added rcsid[] to all files před 21 roky
socket.h d08a62f16b * Added primitive CIDR ban support (enforcebans/kickban/getop). před 21 roky
sorthelp.c 0e1536509e * Should be using calloc() here not my_calloc() před 21 roky
stat.h 3861e5357b * Moved most of the "shell" functions to shell.c/.h před 22 roky
stringfix.c bc91a7e206 * Added rcsid[] to all files před 21 roky
tandem.h 7abb9533ea * Fixed a bug with part of the 'remotecmd' system před 21 roky
tclhash.c b34f97945d * Work on auth system to bind dcc commands to auth system without rewriting them před 21 roky
tclhash.h b34f97945d * Work on auth system to bind dcc commands to auth system without rewriting them před 21 roky
thread.c bc91a7e206 * Added rcsid[] to all files před 21 roky
thread.h 98334382b0 * Misc před 22 roky
traffic.h 5fecc94dd5 * Huge commit that introduces countless bugs I'm sure. před 21 roky
types.h 491d9c2cf6 * Bad typedef on solaris před 21 roky
userent.c cfc68ced0b * Removed all Assert()/DEBUG_ASSERT code před 21 roky
userent.h b99e4fd7c4 * Changed the order of some initialize functions in main.c to call majority after startup_checks() před 21 roky
userrec.c bc91a7e206 * Added rcsid[] to all files před 21 roky
userrec.h 88377d31ae * More conversions před 21 roky
users.c bc91a7e206 * Added rcsid[] to all files před 21 roky
users.h dc70f3ae47 * Converted over user_entry_type to one binary mix před 21 roky
utc-time.c bc91a7e206 * Added rcsid[] to all files před 21 roky