Bryan Drewery f6051a2ea2 * Ported [2508] to 1.2.9 20 lat temu
..
compat 2c71159051 * Ported cygwin/solaris fixes 20 lat temu
crypto 6330870e16 * Updated MD5 code to use openssl's implemention which is portable and optimized 21 lat temu
mod 64b96ffa74 * Ported [2503] to 1.2.9 (fixes #69) 20 lat temu
Makefile.in c94eeddd8d * Rewrote config/botconfig from scratch as [bot]set with list support. See 'help set'. 21 lat temu
adns.c 21676762d4 * Ported misc CYGWIN fixes to 1.2.9 20 lat temu
adns.h b06fd9a0f2 * No longer redundantly byteswapping header.id 21 lat temu
auth.c cbe09f0fe5 * Fixed Auth::GetIdx() to work with expired idx. (#109) 21 lat temu
auth.h c94eeddd8d * Rewrote config/botconfig from scratch as [bot]set with list support. See 'help set'. 21 lat temu
base64.c e3e3b73ae9 * Removed simple_sprintf's %D param and am calling int_to_base64() directly now 21 lat temu
base64.h e3e3b73ae9 * Removed simple_sprintf's %D param and am calling int_to_base64() directly now 21 lat temu
bg.c 2ca9b7d102 * Replacement and removal of defines from old eggdrop language system... 21 lat temu
bg.h a9f0d68914 * Ported misc solaris compile fixes to 1.2.9 20 lat temu
binary.c cb5c2ba3b3 * Ported [2506] to 1.2.9 (fixes #186) 20 lat temu
binary.h ba1b76a6ce * conf_checkpids() was needed before a few spawnbots() 21 lat temu
botcmd.c f6051a2ea2 * Ported [2508] to 1.2.9 20 lat temu
botcmd.h 3ac0936b61 * Fixedbug in simple_vsnprintf() (forgot to break after parsing %D) 21 lat temu
botmsg.c cd71e6c010 * More case fixes 21 lat temu
botmsg.h c94eeddd8d * Rewrote config/botconfig from scratch as [bot]set with list support. See 'help set'. 21 lat temu
botnet.c de14b08dd9 * Ported [2468] to 1.2.9 20 lat temu
botnet.h efc010fa11 * Converted some functions over 21 lat temu
chan.h 7262ceaf17 * Ported [2439] to 1.2.9 20 lat temu
chanprog.c cd71e6c010 * More case fixes 21 lat temu
chanprog.h c94eeddd8d * Rewrote config/botconfig from scratch as [bot]set with list support. See 'help set'. 21 lat temu
cmds.c 21676762d4 * Ported misc CYGWIN fixes to 1.2.9 20 lat temu
cmds.h c9b2524e0b * Fixed cmd_cmdpass not knowing leaf cmds from a hub. 21 lat temu
color.h c0e02b4d46 * More work on colors 22 lat temu
common.h 80f9f93951 * Ported [2399] to 1.2.9 (fixes #158) 20 lat temu
conf.c 21676762d4 * Ported misc CYGWIN fixes to 1.2.9 20 lat temu
conf.h e2ed1f0606 * Fixed localhub attempting to spawn itself during binary rehash and cmd_conf 21 lat temu
core_binds.c 4159dc758d * Forgot 'log_bad = 0;' to fix the '!' showing up for aliases. 21 lat temu
core_binds.h b150c05717 * Auth system rewritten into a class 21 lat temu
crypt.c 99c0a780db * Changed binary data encryption to not be viewable under 'strings'. 21 lat temu
crypt.h 99c0a780db * Changed binary data encryption to not be viewable under 'strings'. 21 lat temu
dcc.c 76125e7bd7 * Fixed segfault with /ctcp chat. 21 lat temu
dcc.h 21676762d4 * Ported misc CYGWIN fixes to 1.2.9 20 lat temu
dccutil.c 8a922ff750 * Ported [2462] to 1.2.9 20 lat temu
dccutil.h 8a922ff750 * Ported [2462] to 1.2.9 20 lat temu
debug.c 1df50a24ad * Ported some calloc() fixes to 1.2.9 20 lat temu
debug.h 64dd9216b6 * Disabled debug contexts as they were useless. 21 lat temu
egg_timer.c bc91a7e206 * Added rcsid[] to all files 21 lat temu
egg_timer.h fa4f5153e6 22 lat temu
eggdrop.h 80f9f93951 * Ported [2399] to 1.2.9 (fixes #158) 20 lat temu
enclink.c 522b486197 * Removed support for bots older than 1.2.4 21 lat temu
enclink.h 522b486197 * Removed support for bots older than 1.2.4 21 lat temu
flags.c 1eea2d78af * whois_access() had owner check backwards :) 21 lat temu
flags.h 55e6306412 * Added flag '+r' which will make a bot resolve all hosts it sees to match against userlist. (You should only set this per-chan) 21 lat temu
garble.c bc91a7e206 * Added rcsid[] to all files 21 lat temu
garble.h fe467c585e * Removed define GARBLESTRINGS 22 lat temu
hash_table.c 1df50a24ad * Ported some calloc() fixes to 1.2.9 20 lat temu
hash_table.h ced0ca4ac7 * Added hash table functions from egglib 21 lat temu
lang.h be10ef4019 * Fixed hub forgetting it's uplink. 21 lat temu
log.c 582fb8a3ee * More logfile work (not enabled yet) 21 lat temu
log.h 79d44ef33a * Removed unused variable use_console_r and DP_LOG 21 lat temu
main.c 2c71159051 * Ported cygwin/solaris fixes 20 lat temu
main.h 7136d153e6 * Disabled some cmds for beta 21 lat temu
makehelp.c bc91a7e206 * Added rcsid[] to all files 21 lat temu
makeres.c 7ed79e646c * Added bool var 'mean-kicks' which enables offensive/mean kick msgs. 21 lat temu
match.c 21676762d4 * Ported misc CYGWIN fixes to 1.2.9 20 lat temu
match.h d08a62f16b * Added primitive CIDR ban support (enforcebans/kickban/getop). 21 lat temu
misc.c 44c7e57bc0 * Ported [2428] to 1.2.9 (fixes #161) 20 lat temu
misc.h d2922d2768 * Added new feature (soft_restart) which restarts/updates bots while keeping them on IRC and preserving uptime/pid 21 lat temu
misc_file.c 64062fcc78 * Ported [2420] to 1.2.9 20 lat temu
misc_file.h 756c56ffe4 * Tempdir is now chosen from a list as follows: (hub) ./tmp/ (leaf) ~/.ssh/..., /tmp/, ./ 21 lat temu
net.c 6ac10b9bf6 * Ported [2465] to 1.2.9 20 lat temu
net.h 21676762d4 * Ported misc CYGWIN fixes to 1.2.9 20 lat temu
profile.c c9c8db0356 * Added some profiling code 21 lat temu
response.c 7ed79e646c * Added bool var 'mean-kicks' which enables offensive/mean kick msgs. 21 lat temu
rfc1459.c bc91a7e206 * Added rcsid[] to all files 21 lat temu
rfc1459.h 4f9a5b49d5 * Added 005 parsing 22 lat temu
set.c cb5c2ba3b3 * Ported [2506] to 1.2.9 (fixes #186) 20 lat temu
set.h cb5c2ba3b3 * Ported [2506] to 1.2.9 (fixes #186) 20 lat temu
settings.h 99c0a780db * Changed binary data encryption to not be viewable under 'strings'. 21 lat temu
shell.c 18f1e62132 * Ported [2453] to 1.2.9 20 lat temu
shell.h 21676762d4 * Ported misc CYGWIN fixes to 1.2.9 20 lat temu
socket.c 4cec6e180c * Ported [2430] to 1.2.9 (fixes #167) 20 lat temu
socket.h 21676762d4 * Ported misc CYGWIN fixes to 1.2.9 20 lat temu
sorthelp.c 0e1536509e * Should be using calloc() here not my_calloc() 21 lat temu
sprintf.c bca87b05ae * Fixed *many* buffer overflows in the botnet code. (#94) 21 lat temu
sprintf.h bca87b05ae * Fixed *many* buffer overflows in the botnet code. (#94) 21 lat temu
stat.h 3861e5357b * Moved most of the "shell" functions to shell.c/.h 22 lat temu
stringfix.c 79b96ef3a7 * Stupid mem increase to compensate for larger chaninfo help 21 lat temu
tandem.h d2922d2768 * Added new feature (soft_restart) which restarts/updates bots while keeping them on IRC and preserving uptime/pid 21 lat temu
tclhash.c 5cba122631 * Converted a bunch of egg_snprintf() to simple_snprintf() 21 lat temu
tclhash.h b34f97945d * Work on auth system to bind dcc commands to auth system without rewriting them 21 lat temu
thread.c bc91a7e206 * Added rcsid[] to all files 21 lat temu
thread.h 98334382b0 * Misc 22 lat temu
traffic.h 5fecc94dd5 * Huge commit that introduces countless bugs I'm sure. 22 lat temu
types.h 21676762d4 * Ported misc CYGWIN fixes to 1.2.9 20 lat temu
userent.c 35a1444af8 * Ported [2450] to 1.2.9 20 lat temu
userent.h b99e4fd7c4 * Changed the order of some initialize functions in main.c to call majority after startup_checks() 21 lat temu
userrec.c 1eb433f5de * When a user is removed and is on partyline, they are now booted. (#142) 21 lat temu
userrec.h ce3e8c0aac * Automatic host adding by localhubs now sanity checks if the hosts will conflict with other bots/users. (#137) 21 lat temu
users.c 35a1444af8 * Ported [2450] to 1.2.9 20 lat temu
users.h 3525a351af * Removing an ignore by number now displays which ignore was removed. (#126) 21 lat temu
utc-time.c bc91a7e206 * Added rcsid[] to all files 21 lat temu