Bryan Drewery dcccd7081c * Port [3150] to 1.2.13 19 лет назад
..
compat 39319c3977 * Port [3020] to 1.2.11 20 лет назад
crypto 6330870e16 * Updated MD5 code to use openssl's implemention which is portable and optimized 21 лет назад
mod dcccd7081c * Port [3150] to 1.2.13 19 лет назад
Makefile.in a7a7bd42f3 * Ported [2464] [2469] [2780] to 1.2.12 20 лет назад
adns.c d9d2df7a59 * Port [3143] to 1.2.13 19 лет назад
adns.h b06fd9a0f2 * No longer redundantly byteswapping header.id 21 лет назад
auth.c 738ccb5818 * Port [3133] to 1.2.13 19 лет назад
auth.h 738ccb5818 * Port [3133] to 1.2.13 19 лет назад
base64.c e3e3b73ae9 * Removed simple_sprintf's %D param and am calling int_to_base64() directly now 21 лет назад
base64.h e3e3b73ae9 * Removed simple_sprintf's %D param and am calling int_to_base64() directly now 21 лет назад
bg.c e7da6d2cd1 * Ported [2905] to 1.2.11 20 лет назад
bg.h a9f0d68914 * Ported misc solaris compile fixes to 1.2.9 20 лет назад
binary.c c2e94fa424 * Port [2978] to 1.2.11 20 лет назад
binary.h ccd2bdf08a * Ported [2737] to 1.2.10 (revert tempdir/packname) 20 лет назад
botcmd.c fed82e7c58 * Port [2416] to 1.2.12 20 лет назад
botcmd.h 3ac0936b61 * Fixedbug in simple_vsnprintf() (forgot to break after parsing %D) 21 лет назад
botmsg.c cd71e6c010 * More case fixes 21 лет назад
botmsg.h c94eeddd8d * Rewrote config/botconfig from scratch as [bot]set with list support. See 'help set'. 21 лет назад
botnet.c d9d2df7a59 * Port [3143] to 1.2.13 19 лет назад
botnet.h efc010fa11 * Converted some functions over 21 лет назад
buildinfo.h.in efd8d881e8 * Port [2413] to 1.2.12 20 лет назад
chan.h b42e4ba676 * Ported [2845] to 1.2.10 20 лет назад
chanprog.c 11fe137bc1 * Port [3131] to 1.2.13 19 лет назад
chanprog.h 11fe137bc1 * Port [3131] to 1.2.13 19 лет назад
cmds.c cf84aac8db * Port [3139] to 1.2.13 19 лет назад
cmds.h c9b2524e0b * Fixed cmd_cmdpass not knowing leaf cmds from a hub. 21 лет назад
color.h c0e02b4d46 * More work on colors 22 лет назад
common.h 80f9f93951 * Ported [2399] to 1.2.9 (fixes #158) 20 лет назад
conf.c a1e146e17b * Port [3137] to 1.2.13 19 лет назад
conf.h 180633c414 * Port [2980] to 1.2.11 20 лет назад
core_binds.c c987683296 * Port [3108] to 1.2.12 19 лет назад
core_binds.h b150c05717 * Auth system rewritten into a class 21 лет назад
crypt.c 99c0a780db * Changed binary data encryption to not be viewable under 'strings'. 21 лет назад
crypt.h 99c0a780db * Changed binary data encryption to not be viewable under 'strings'. 21 лет назад
dcc.c fed82e7c58 * Port [2416] to 1.2.12 20 лет назад
dcc.h 7f88901fa4 * Ported [2727] to 1.2.10 (tempdir, update fixes) 20 лет назад
dccutil.c 6f4cbdab5d * Port [3009] to 1.2.11 20 лет назад
dccutil.h 6f4cbdab5d * Port [3009] to 1.2.11 20 лет назад
debug.c 1df50a24ad * Ported some calloc() fixes to 1.2.9 20 лет назад
debug.h 64dd9216b6 * Disabled debug contexts as they were useless. 21 лет назад
egg_timer.c 013a06839a * Fix drunken port of [2847] in [2848] 20 лет назад
egg_timer.h fa4f5153e6 22 лет назад
eggdrop.h 80f9f93951 * Ported [2399] to 1.2.9 (fixes #158) 20 лет назад
enclink.c 522b486197 * Removed support for bots older than 1.2.4 21 лет назад
enclink.h 522b486197 * Removed support for bots older than 1.2.4 21 лет назад
flags.c 4f8a618499 * Port [3003] to 1.2.11 20 лет назад
flags.h b42e4ba676 * Ported [2845] to 1.2.10 20 лет назад
garble.c bc91a7e206 * Added rcsid[] to all files 21 лет назад
garble.h fe467c585e * Removed define GARBLESTRINGS 22 лет назад
hash_table.c 1df50a24ad * Ported some calloc() fixes to 1.2.9 20 лет назад
hash_table.h ced0ca4ac7 * Added hash table functions from egglib 21 лет назад
lang.h be10ef4019 * Fixed hub forgetting it's uplink. 21 лет назад
log.c 582fb8a3ee * More logfile work (not enabled yet) 21 лет назад
log.h 79d44ef33a * Removed unused variable use_console_r and DP_LOG 21 лет назад
main.c 366cea0c83 * Port [3141] to 1.2.13 19 лет назад
main.h f3566e6259 * Ported [2625] to 1.2.9 20 лет назад
makehelp.c bc91a7e206 * Added rcsid[] to all files 21 лет назад
makeres.c 7ed79e646c * Added bool var 'mean-kicks' which enables offensive/mean kick msgs. 21 лет назад
makeset.c a7a7bd42f3 * Ported [2464] [2469] [2780] to 1.2.12 20 лет назад
match.c 21676762d4 * Ported misc CYGWIN fixes to 1.2.9 20 лет назад
match.h d08a62f16b * Added primitive CIDR ban support (enforcebans/kickban/getop). 21 лет назад
misc.c 42feae3dcb * Port [2504] to 1.2.12 20 лет назад
misc.h d2922d2768 * Added new feature (soft_restart) which restarts/updates bots while keeping them on IRC and preserving uptime/pid 21 лет назад
misc_file.c 70bf55918f * Ported [2775] to 1.2.10 20 лет назад
misc_file.h f1cff87f99 * Ported [2743] to 1.2.9 (tempdir instant changing) 20 лет назад
net.c 6ac10b9bf6 * Ported [2465] to 1.2.9 20 лет назад
net.h 21676762d4 * Ported misc CYGWIN fixes to 1.2.9 20 лет назад
profile.c c9c8db0356 * Added some profiling code 21 лет назад
response.c 7ed79e646c * Added bool var 'mean-kicks' which enables offensive/mean kick msgs. 21 лет назад
rfc1459.c bc91a7e206 * Added rcsid[] to all files 21 лет назад
rfc1459.h 4f9a5b49d5 * Added 005 parsing 22 лет назад
set.c 64f4157530 * Port [3148] to 1.2.13 19 лет назад
set.h 64f4157530 * Port [3148] to 1.2.13 19 лет назад
settings.h 25d8addea8 * Ported [2646] to 1.2.9 (Added datadir, addresses #162) 20 лет назад
shell.c d8af97b693 * Port [2425] to 1.2.12 20 лет назад
shell.h d8af97b693 * Port [2425] to 1.2.12 20 лет назад
socket.c 4cec6e180c * Ported [2430] to 1.2.9 (fixes #167) 20 лет назад
socket.h 21676762d4 * Ported misc CYGWIN fixes to 1.2.9 20 лет назад
sorthelp.c 0e1536509e * Should be using calloc() here not my_calloc() 21 лет назад
sprintf.c bca87b05ae * Fixed *many* buffer overflows in the botnet code. (#94) 21 лет назад
sprintf.h bca87b05ae * Fixed *many* buffer overflows in the botnet code. (#94) 21 лет назад
stat.h 3861e5357b * Moved most of the "shell" functions to shell.c/.h 22 лет назад
stringfix.c 79b96ef3a7 * Stupid mem increase to compensate for larger chaninfo help 21 лет назад
tandem.h d2922d2768 * Added new feature (soft_restart) which restarts/updates bots while keeping them on IRC and preserving uptime/pid 21 лет назад
tclhash.c 5cba122631 * Converted a bunch of egg_snprintf() to simple_snprintf() 21 лет назад
tclhash.h b34f97945d * Work on auth system to bind dcc commands to auth system without rewriting them 21 лет назад
thread.c bc91a7e206 * Added rcsid[] to all files 21 лет назад
thread.h 98334382b0 * Misc 22 лет назад
traffic.h 5fecc94dd5 * Huge commit that introduces countless bugs I'm sure. 21 лет назад
types.h 21676762d4 * Ported misc CYGWIN fixes to 1.2.9 20 лет назад
userent.c fed82e7c58 * Port [2416] to 1.2.12 20 лет назад
userent.h b99e4fd7c4 * Changed the order of some initialize functions in main.c to call majority after startup_checks() 21 лет назад
userrec.c 5d6e2b309c * Port [3115] to 1.2.12 19 лет назад
userrec.h ce3e8c0aac * Automatic host adding by localhubs now sanity checks if the hosts will conflict with other bots/users. (#137) 21 лет назад
users.c 761e16bfb9 * Ported [2837] [2838] to 1.2.10 20 лет назад
users.h fed82e7c58 * Port [2416] to 1.2.12 20 лет назад
utc-time.c bc91a7e206 * Added rcsid[] to all files 21 лет назад