Bryan Drewery 79746ad294 * Fixed aliases not properly using cmdpass given. (#140) 21 vuotta sitten
..
compat 2f11f34975 * (REVERTED FROM 1.2.3) Disabled all memory allocations after a segfault (Fixes CPU spinning) 21 vuotta sitten
crypto 6330870e16 * Updated MD5 code to use openssl's implemention which is portable and optimized 21 vuotta sitten
mod 21832cd51b 21 vuotta sitten
Makefile.in c94eeddd8d * Rewrote config/botconfig from scratch as [bot]set with list support. See 'help set'. 21 vuotta sitten
adns.c 21b19ac5e8 * Fixed dns' dcc loosing socket and not triggering a reconnect 21 vuotta sitten
adns.h b06fd9a0f2 * No longer redundantly byteswapping header.id 21 vuotta sitten
auth.c c94eeddd8d * Rewrote config/botconfig from scratch as [bot]set with list support. See 'help set'. 21 vuotta sitten
auth.h c94eeddd8d * Rewrote config/botconfig from scratch as [bot]set with list support. See 'help set'. 21 vuotta sitten
base64.c e3e3b73ae9 * Removed simple_sprintf's %D param and am calling int_to_base64() directly now 21 vuotta sitten
base64.h e3e3b73ae9 * Removed simple_sprintf's %D param and am calling int_to_base64() directly now 21 vuotta sitten
bg.c 2ca9b7d102 * Replacement and removal of defines from old eggdrop language system... 21 vuotta sitten
bg.h 1d28c381bb * Fixed stdin/stdout/stderr not being closed when bot is forked into background. 21 vuotta sitten
binary.c cce3f600db * Fixed binary config not decrypting data on rare occasions. 21 vuotta sitten
binary.h ba1b76a6ce * conf_checkpids() was needed before a few spawnbots() 21 vuotta sitten
botcmd.c 56b9401273 * Fixed spaces being stripped in .botcmd reply. 21 vuotta sitten
botcmd.h 3ac0936b61 * Fixedbug in simple_vsnprintf() (forgot to break after parsing %D) 21 vuotta sitten
botmsg.c c94eeddd8d * Rewrote config/botconfig from scratch as [bot]set with list support. See 'help set'. 21 vuotta sitten
botmsg.h c94eeddd8d * Rewrote config/botconfig from scratch as [bot]set with list support. See 'help set'. 21 vuotta sitten
botnet.c bca87b05ae * Fixed *many* buffer overflows in the botnet code. (#94) 21 vuotta sitten
botnet.h efc010fa11 * Converted some functions over 21 vuotta sitten
chan.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 vuotta sitten
chanprog.c c94eeddd8d * Rewrote config/botconfig from scratch as [bot]set with list support. See 'help set'. 21 vuotta sitten
chanprog.h c94eeddd8d * Rewrote config/botconfig from scratch as [bot]set with list support. See 'help set'. 21 vuotta sitten
cmds.c 1fef4569f1 * Fixed m|o being able to chattr a user for a +private channel. (#98) 21 vuotta sitten
cmds.h c9b2524e0b * Fixed cmd_cmdpass not knowing leaf cmds from a hub. 21 vuotta sitten
color.h c0e02b4d46 * More work on colors 22 vuotta sitten
common.h a8c8d21fdb * Converted a bunch of sprintf() to simple_sprintf() which is much smaller/faster and only accepts %s/%i/%d 21 vuotta sitten
conf.c ce3e8c0aac * Automatic host adding by localhubs now sanity checks if the hosts will conflict with other bots/users. (#137) 21 vuotta sitten
conf.h e2ed1f0606 * Fixed localhub attempting to spawn itself during binary rehash and cmd_conf 21 vuotta sitten
core_binds.c 79746ad294 * Fixed aliases not properly using cmdpass given. (#140) 21 vuotta sitten
core_binds.h b150c05717 * Auth system rewritten into a class 21 vuotta sitten
crypt.c 99c0a780db * Changed binary data encryption to not be viewable under 'strings'. 21 vuotta sitten
crypt.h 99c0a780db * Changed binary data encryption to not be viewable under 'strings'. 21 vuotta sitten
dcc.c 0404894509 * Fixed wrong notice on partyline when a user with no access attempts to telnet in. 21 vuotta sitten
dcc.h 8393cb9068 * Fixed ANSI codes incorrectly being accounted for in dumplots() 21 vuotta sitten
dccutil.c af79f8f6d7 21 vuotta sitten
dccutil.h 79d44ef33a * Removed unused variable use_console_r and DP_LOG 21 vuotta sitten
debug.c 99c0a780db * Changed binary data encryption to not be viewable under 'strings'. 21 vuotta sitten
debug.h 64dd9216b6 * Disabled debug contexts as they were useless. 21 vuotta sitten
egg_timer.c bc91a7e206 * Added rcsid[] to all files 21 vuotta sitten
egg_timer.h fa4f5153e6 22 vuotta sitten
eggdrop.h 299a1a8232 * Fixed cmd_chanset not displaying ALL invalid channel flags, although, there are still *many* errors like with with the chanset code. (#136) 21 vuotta sitten
enclink.c caa5f6a4c9 * Started new link encryption (will work on after 1.2.4) 21 vuotta sitten
enclink.h 49c7d1cb49 21 vuotta sitten
flags.c 1eea2d78af * whois_access() had owner check backwards :) 21 vuotta sitten
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 vuotta sitten
garble.c bc91a7e206 * Added rcsid[] to all files 21 vuotta sitten
garble.h fe467c585e * Removed define GARBLESTRINGS 22 vuotta sitten
hash_table.c b150c05717 * Auth system rewritten into a class 21 vuotta sitten
hash_table.h ced0ca4ac7 * Added hash table functions from egglib 21 vuotta sitten
lang.h 2ca9b7d102 * Replacement and removal of defines from old eggdrop language system... 21 vuotta sitten
log.c 582fb8a3ee * More logfile work (not enabled yet) 21 vuotta sitten
log.h 79d44ef33a * Removed unused variable use_console_r and DP_LOG 21 vuotta sitten
main.c 4b65a97619 * Begin 1.2.6-cvs 21 vuotta sitten
main.h 9fc3995250 * Trace detection cannot be set to 'ignore', lowest setting is now: 'die' 21 vuotta sitten
makehelp.c bc91a7e206 * Added rcsid[] to all files 21 vuotta sitten
makeres.c 7ed79e646c * Added bool var 'mean-kicks' which enables offensive/mean kick msgs. 21 vuotta sitten
match.c b8a2a2dfc4 * Fixed CIDR host matching not checking for BEST MATCH as normal method does 21 vuotta sitten
match.h d08a62f16b * Added primitive CIDR ban support (enforcebans/kickban/getop). 21 vuotta sitten
misc.c 9fc3995250 * Trace detection cannot be set to 'ignore', lowest setting is now: 'die' 21 vuotta sitten
misc.h d2922d2768 * Added new feature (soft_restart) which restarts/updates bots while keeping them on IRC and preserving uptime/pid 21 vuotta sitten
misc_file.c fafdb27cec * Added /usr/tmp to the tempdir search list 21 vuotta sitten
misc_file.h 756c56ffe4 * Tempdir is now chosen from a list as follows: (hub) ./tmp/ (leaf) ~/.ssh/..., /tmp/, ./ 21 vuotta sitten
net.c d2922d2768 * Added new feature (soft_restart) which restarts/updates bots while keeping them on IRC and preserving uptime/pid 21 vuotta sitten
net.h d2922d2768 * Added new feature (soft_restart) which restarts/updates bots while keeping them on IRC and preserving uptime/pid 21 vuotta sitten
profile.c c9c8db0356 * Added some profiling code 21 vuotta sitten
response.c 7ed79e646c * Added bool var 'mean-kicks' which enables offensive/mean kick msgs. 21 vuotta sitten
rfc1459.c bc91a7e206 * Added rcsid[] to all files 21 vuotta sitten
rfc1459.h 4f9a5b49d5 * Added 005 parsing 22 vuotta sitten
set.c 9fc3995250 * Trace detection cannot be set to 'ignore', lowest setting is now: 'die' 21 vuotta sitten
set.h 195cce3625 * Added var 'manop-warn' to allow disabling the new manop NOTICE warnings when msg opping. 21 vuotta sitten
settings.h 99c0a780db * Changed binary data encryption to not be viewable under 'strings'. 21 vuotta sitten
shell.c 9fc3995250 * Trace detection cannot be set to 'ignore', lowest setting is now: 'die' 21 vuotta sitten
shell.h c94eeddd8d * Rewrote config/botconfig from scratch as [bot]set with list support. See 'help set'. 21 vuotta sitten
socket.c 5cba122631 * Converted a bunch of egg_snprintf() to simple_snprintf() 21 vuotta sitten
socket.h d08a62f16b * Added primitive CIDR ban support (enforcebans/kickban/getop). 21 vuotta sitten
sorthelp.c 0e1536509e * Should be using calloc() here not my_calloc() 21 vuotta sitten
sprintf.c bca87b05ae * Fixed *many* buffer overflows in the botnet code. (#94) 21 vuotta sitten
sprintf.h bca87b05ae * Fixed *many* buffer overflows in the botnet code. (#94) 21 vuotta sitten
stat.h 3861e5357b * Moved most of the "shell" functions to shell.c/.h 22 vuotta sitten
stringfix.c 79b96ef3a7 * Stupid mem increase to compensate for larger chaninfo help 21 vuotta sitten
tandem.h d2922d2768 * Added new feature (soft_restart) which restarts/updates bots while keeping them on IRC and preserving uptime/pid 21 vuotta sitten
tclhash.c 5cba122631 * Converted a bunch of egg_snprintf() to simple_snprintf() 21 vuotta sitten
tclhash.h b34f97945d * Work on auth system to bind dcc commands to auth system without rewriting them 21 vuotta sitten
thread.c bc91a7e206 * Added rcsid[] to all files 21 vuotta sitten
thread.h 98334382b0 * Misc 22 vuotta sitten
traffic.h 5fecc94dd5 * Huge commit that introduces countless bugs I'm sure. 21 vuotta sitten
types.h 491d9c2cf6 * Bad typedef on solaris 21 vuotta sitten
userent.c 348b2e73bc * Fixed a segfault/cpu-spin during WHO parsing, although, it could have occurred at any time. (#110) 21 vuotta sitten
userent.h b99e4fd7c4 * Changed the order of some initialize functions in main.c to call majority after startup_checks() 21 vuotta sitten
userrec.c b8a2a2dfc4 * Fixed CIDR host matching not checking for BEST MATCH as normal method does 21 vuotta sitten
userrec.h ce3e8c0aac * Automatic host adding by localhubs now sanity checks if the hosts will conflict with other bots/users. (#137) 21 vuotta sitten
users.c 299a1a8232 * Fixed cmd_chanset not displaying ALL invalid channel flags, although, there are still *many* errors like with with the chanset code. (#136) 21 vuotta sitten
users.h c94eeddd8d * Rewrote config/botconfig from scratch as [bot]set with list support. See 'help set'. 21 vuotta sitten
utc-time.c bc91a7e206 * Added rcsid[] to all files 21 vuotta sitten