Bryan Drewery 3c666436a8 * Renamed "CONFIG" userentry for bots to "SET" hace 21 años
..
compat ff05f19f62 * Last commit reverted as it was insignificant hace 21 años
crypto 6330870e16 * Updated MD5 code to use openssl's implemention which is portable and optimized hace 21 años
mod 6172ce6c37 * Fixed 'chanset *' not working. hace 21 años
Makefile.in c94eeddd8d * Rewrote config/botconfig from scratch as [bot]set with list support. See 'help set'. hace 21 años
adns.c 21b19ac5e8 * Fixed dns' dcc loosing socket and not triggering a reconnect hace 21 años
adns.h b06fd9a0f2 * No longer redundantly byteswapping header.id hace 21 años
auth.c c94eeddd8d * Rewrote config/botconfig from scratch as [bot]set with list support. See 'help set'. hace 21 años
auth.h c94eeddd8d * Rewrote config/botconfig from scratch as [bot]set with list support. See 'help set'. hace 21 años
base64.c e3e3b73ae9 * Removed simple_sprintf's %D param and am calling int_to_base64() directly now hace 21 años
base64.h e3e3b73ae9 * Removed simple_sprintf's %D param and am calling int_to_base64() directly now hace 21 años
bg.c 2ca9b7d102 * Replacement and removal of defines from old eggdrop language system... hace 21 años
bg.h 1d28c381bb * Fixed stdin/stdout/stderr not being closed when bot is forked into background. hace 21 años
binary.c 9af7a90a85 * Compile fixes hace 21 años
binary.h 82c8acfaf5 * Fixed SIGUSR1 signal after -C not working hace 21 años
botcmd.c 8393cb9068 * Fixed ANSI codes incorrectly being accounted for in dumplots() hace 21 años
botcmd.h 3ac0936b61 * Fixedbug in simple_vsnprintf() (forgot to break after parsing %D) hace 21 años
botmsg.c c94eeddd8d * Rewrote config/botconfig from scratch as [bot]set with list support. See 'help set'. hace 21 años
botmsg.h c94eeddd8d * Rewrote config/botconfig from scratch as [bot]set with list support. See 'help set'. hace 21 años
botnet.c bca87b05ae * Fixed *many* buffer overflows in the botnet code. (#94) hace 21 años
botnet.h efc010fa11 * Converted some functions over hace 21 años
chan.h dee7b97b1e * Changed var 'voice-non-ident' to chanint: hace 21 años
chanprog.c c94eeddd8d * Rewrote config/botconfig from scratch as [bot]set with list support. See 'help set'. hace 21 años
chanprog.h c94eeddd8d * Rewrote config/botconfig from scratch as [bot]set with list support. See 'help set'. hace 21 años
cmds.c 8f1adb5213 * Fixed cmd_conf not working at all. hace 21 años
cmds.h c9b2524e0b * Fixed cmd_cmdpass not knowing leaf cmds from a hub. hace 21 años
color.h c0e02b4d46 * More work on colors hace 22 años
common.h a8c8d21fdb * Converted a bunch of sprintf() to simple_sprintf() which is much smaller/faster and only accepts %s/%i/%d hace 21 años
conf.c 98204093e3 * In config/-C, the ip field for bots can now be either ipv4 or ipv6. (ipv6 field still present) hace 21 años
conf.h 7a2f224078 * Detection system run by localhub will kill all other running bots on shell with DIE/SUICIDE now. hace 21 años
core_binds.c 6119aeff39 * Added dcc alias support, see 'help set' (only perm owner may set aliases as loops are easy and fatal) hace 21 años
core_binds.h b150c05717 * Auth system rewritten into a class hace 21 años
crypt.c 40c4d0e8f6 hace 21 años
crypt.h 40c4d0e8f6 hace 21 años
dcc.c 8393cb9068 * Fixed ANSI codes incorrectly being accounted for in dumplots() hace 21 años
dcc.h 8393cb9068 * Fixed ANSI codes incorrectly being accounted for in dumplots() hace 21 años
dccutil.c 8393cb9068 * Fixed ANSI codes incorrectly being accounted for in dumplots() hace 21 años
dccutil.h 79d44ef33a * Removed unused variable use_console_r and DP_LOG hace 21 años
debug.c ff05f19f62 * Last commit reverted as it was insignificant hace 21 años
debug.h ff05f19f62 * Last commit reverted as it was insignificant hace 21 años
egg_timer.c bc91a7e206 * Added rcsid[] to all files hace 21 años
egg_timer.h fa4f5153e6 hace 22 años
eggdrop.h 474b367e2b * Changed set of "other" chars for random strings hace 21 años
enclink.c d292713185 * Fixed bot's not being able to link when the botnick case did not match (userlist vs binary -C). hace 21 años
enclink.h e3e3b73ae9 * Removed simple_sprintf's %D param and am calling int_to_base64() directly now hace 21 años
flags.c ce1b3d6057 * Fixed chanset 'manop/mdop/mop' not accepting numbers correctly hace 21 años
flags.h c94eeddd8d * Rewrote config/botconfig from scratch as [bot]set with list support. See 'help set'. hace 21 años
garble.c bc91a7e206 * Added rcsid[] to all files hace 21 años
garble.h fe467c585e * Removed define GARBLESTRINGS hace 22 años
hash_table.c b150c05717 * Auth system rewritten into a class hace 21 años
hash_table.h ced0ca4ac7 * Added hash table functions from egglib hace 21 años
lang.h 2ca9b7d102 * Replacement and removal of defines from old eggdrop language system... hace 21 años
log.c 79d44ef33a * Removed unused variable use_console_r and DP_LOG hace 21 años
log.h 79d44ef33a * Removed unused variable use_console_r and DP_LOG hace 21 años
main.c 728b89dce9 * Begin 1.2.4-cvs hace 21 años
main.h 0397a51793 * When restarting, also pass along -s hace 21 años
makehelp.c bc91a7e206 * Added rcsid[] to all files hace 21 años
makeres.c 7ed79e646c * Added bool var 'mean-kicks' which enables offensive/mean kick msgs. hace 21 años
match.c bc91a7e206 * Added rcsid[] to all files hace 21 años
match.h d08a62f16b * Added primitive CIDR ban support (enforcebans/kickban/getop). hace 21 años
misc.c 32f1d4cf07 * Fixed nick changing after restart if not matching bot's -C config hace 21 años
misc.h d2922d2768 * Added new feature (soft_restart) which restarts/updates bots while keeping them on IRC and preserving uptime/pid hace 21 años
misc_file.c fafdb27cec * Added /usr/tmp to the tempdir search list hace 21 años
misc_file.h 756c56ffe4 * Tempdir is now chosen from a list as follows: (hub) ./tmp/ (leaf) ~/.ssh/..., /tmp/, ./ hace 21 años
net.c d2922d2768 * Added new feature (soft_restart) which restarts/updates bots while keeping them on IRC and preserving uptime/pid hace 21 años
net.h d2922d2768 * Added new feature (soft_restart) which restarts/updates bots while keeping them on IRC and preserving uptime/pid hace 21 años
profile.c c9c8db0356 * Added some profiling code hace 21 años
response.c 7ed79e646c * Added bool var 'mean-kicks' which enables offensive/mean kick msgs. hace 21 años
rfc1459.c bc91a7e206 * Added rcsid[] to all files hace 21 años
rfc1459.h 4f9a5b49d5 * Added 005 parsing hace 22 años
set.c 85faf37acb * Fixed cmd_botset not displaying botnick. hace 21 años
set.h dee7b97b1e * Changed var 'voice-non-ident' to chanint: hace 21 años
settings.h 8e1e97b61c hace 21 años
shell.c c94eeddd8d * Rewrote config/botconfig from scratch as [bot]set with list support. See 'help set'. hace 21 años
shell.h c94eeddd8d * Rewrote config/botconfig from scratch as [bot]set with list support. See 'help set'. hace 21 años
socket.c 5cba122631 * Converted a bunch of egg_snprintf() to simple_snprintf() hace 21 años
socket.h d08a62f16b * Added primitive CIDR ban support (enforcebans/kickban/getop). hace 21 años
sorthelp.c 0e1536509e * Should be using calloc() here not my_calloc() hace 21 años
sprintf.c bca87b05ae * Fixed *many* buffer overflows in the botnet code. (#94) hace 21 años
sprintf.h bca87b05ae * Fixed *many* buffer overflows in the botnet code. (#94) hace 21 años
stat.h 3861e5357b * Moved most of the "shell" functions to shell.c/.h hace 22 años
stringfix.c 79b96ef3a7 * Stupid mem increase to compensate for larger chaninfo help hace 21 años
tandem.h d2922d2768 * Added new feature (soft_restart) which restarts/updates bots while keeping them on IRC and preserving uptime/pid hace 21 años
tclhash.c 5cba122631 * Converted a bunch of egg_snprintf() to simple_snprintf() hace 21 años
tclhash.h b34f97945d * Work on auth system to bind dcc commands to auth system without rewriting them hace 21 años
thread.c bc91a7e206 * Added rcsid[] to all files hace 21 años
thread.h 98334382b0 * Misc hace 22 años
traffic.h 5fecc94dd5 * Huge commit that introduces countless bugs I'm sure. hace 22 años
types.h 491d9c2cf6 * Bad typedef on solaris hace 21 años
userent.c 3c666436a8 * Renamed "CONFIG" userentry for bots to "SET" hace 21 años
userent.h b99e4fd7c4 * Changed the order of some initialize functions in main.c to call majority after startup_checks() hace 21 años
userrec.c 3c666436a8 * Renamed "CONFIG" userentry for bots to "SET" hace 21 años
userrec.h df14fb2f47 * After editing binary with -C, new bots/hosts are automatically added if first bot is linked. hace 21 años
users.c 3c666436a8 * Renamed "CONFIG" userentry for bots to "SET" hace 21 años
users.h c94eeddd8d * Rewrote config/botconfig from scratch as [bot]set with list support. See 'help set'. hace 21 años
utc-time.c bc91a7e206 * Added rcsid[] to all files hace 21 años