Bryan Drewery 8b8670072b * Burst more of the MODE queue when possible před 16 roky
..
compat a80ab733d4 * Don't redefine bzero() as memset(). It's not portable. před 16 roky
crypto 41a418c5ec * Add AES_cbc před 16 roky
mod 8b8670072b * Burst more of the MODE queue when possible před 16 roky
.gitignore e45e36b07c * Add *.o to .gitignores před 17 roky
EncryptedStream.c 060252e0f3 * Default EncryptedStream format is now AES 256 CBC před 16 roky
EncryptedStream.h 25113846ca * Remove compiler hack for overloaded virtuals and use a 'using' line před 16 roky
Makefile.in af75b1cde9 * Use system openssl for AES/SHA1/MD5/OPENSSL_cleanse před 16 roky
adns.c 23fe2fc528 Merge branch 'fix-memory-leaks' před 16 roky
adns.h 02c2abcc6f * Make dns return a bd::Array of answers instead of a char** před 16 roky
auth.c 4a7cf2f248 * Remove a bunch of old, unused code před 17 roky
auth.h 4a7cf2f248 * Remove a bunch of old, unused code před 17 roky
base64.c 9fe5a9ae39 * Use bdlib base64 před 16 roky
base64.h 9fe5a9ae39 * Use bdlib base64 před 16 roky
bg.c b48d1c8211 * Fix multiple warnings about unused results (warn_unused_result) před 17 roky
bg.h ea6948ccde * Remove obsoleted conf.watcher před 16 roky
binary.c 05e3490a75 * Close and delete the unix domain socket if a localhub loses its localhub status před 16 roky
binary.h 14f34ecafb * Fix problem of upgrading with uninitialized binaries causing corruption před 17 roky
binds.c a80b779f9c * Add vim settings for egg files před 16 roky
binds.h 3d73dd7ea4 * Move tclhash.* to binds.* (tcl hasnt been used in years) před 17 roky
botcmd.c e8e120cde9 * Allow localhub to operate as a hub in some ways před 16 roky
botcmd.h 7ebc6962df * Use bsearch() for botcmd_t structs, help_t struct help, and the variable_t struct vars před 18 roky
botmsg.c 49bc2bea58 * Trim out an extra space when sending logs between hubs před 16 roky
botmsg.h d9ce55f647 * Port [3426] to 1.2.14 před 19 roky
botnet.c dbd12a770c Merge branch 'localhubs' před 16 roky
botnet.h 428466cf90 * Use the buildts and git commit in versioning / upgrading před 17 roky
buildinfo.h.in efd8d881e8 * Port [2413] to 1.2.12 před 20 roky
chan.h fb9772e1c8 Merge branch 'bantype' před 16 roky
chanprog.c 4bbe2398e6 * Remove duplicate memory allocation. A very small memory leak. před 16 roky
chanprog.h ccaf7c9328 * Add child bots on link if wiped out from shared userlist před 16 roky
cmds.c 6be7100552 * Display ms in cmd_timers před 16 roky
cmds.h ae0b2ac496 * Fix aliases not properly indicating bad command on leaf bots (fixes #297) před 17 roky
color.h c0e02b4d46 * More work on colors před 22 roky
common.h 4e946a28db * Remove old debugging/cygwin code před 16 roky
conf.c 3f0d4d4d7c * Link using unix domain socket at ${datadir}/.sock.${localhub nick} před 16 roky
conf.h d779e9dec9 * Link over unix domain socket to localhub před 16 roky
core_binds.c 6a2cd6a029 Merge branch 'remove-egg-prefix' před 17 roky
core_binds.h 7fd69e5820 * Port [3188] to 1.2.14 před 19 roky
crypt.c 41a418c5ec * Add AES_cbc před 16 roky
crypt.h 41a418c5ec * Add AES_cbc před 16 roky
dcc.c 3d02b16f86 * Don't require hostname matching on unix domain sockets před 16 roky
dcc.h 77f50c0e0d * Cleanup bot linking over unix domain socket před 16 roky
dccutil.c e8e120cde9 * Allow localhub to operate as a hub in some ways před 16 roky
dccutil.h e407df1289 * Only use oident for server connects, not for bot linking. před 16 roky
debug.c 9679b5d051 * Cast pid_t to unsigned long to avoid solaris warnings před 16 roky
debug.h fd5180392b Merge branch 'remove-stackdump' před 17 roky
egg_timer.c 37d24eca71 * Cleanup timer code so it is not constantly re-adding repeat timers back to the lists před 16 roky
egg_timer.h 37d24eca71 * Cleanup timer code so it is not constantly re-adding repeat timers back to the lists před 16 roky
eggdrop.h d1a8db219c * Close file descriptors when spawning new processes před 16 roky
enclink.c 77f50c0e0d * Cleanup bot linking over unix domain socket před 16 roky
enclink.h 6579251b2b * Don't use heap for the ghost_write return buffer před 16 roky
flags.c 9a0dc420f6 Merge branch 'inline-flag-checking' před 16 roky
flags.h 1ccff9bccd * Inline some flag checking functions před 17 roky
garble.c 288300b569 * port [3868] to 1.2.16 from trunk před 18 roky
garble.h 288300b569 * port [3868] to 1.2.16 from trunk před 18 roky
hash_table.c e5ee96497f * Set vim settings on {socket,adns,core_binds}.c to handle tabs properly as they were taken from egglib and never indented. před 16 roky
hash_table.h ced0ca4ac7 * Added hash table functions from egglib před 21 roky
log.c 27f47b3512 * Rename logf -> log_f to avoid linking conflict on solaris před 16 roky
log.h 008abfb85a * Write all logs to .l-botnick when compiled in DEBUG mode před 17 roky
main.c cc5558ffbb * Make the full egg_timeval_now global for access to .usec před 16 roky
main.h cc5558ffbb * Make the full egg_timeval_now global for access to .usec před 16 roky
makehelp.c fbce4d23b3 * Fix warnings in compile utils před 17 roky
makeres.c 38710702b9 Merge branch 'misc-warnings' před 16 roky
makeset.c bbf1ddd09b * Port [3934] to 1.2.16 před 17 roky
match.c 3fccf460bb * Remove unnecessary egg_ prefix from some function calls před 17 roky
match.h d08a62f16b * Added primitive CIDR ban support (enforcebans/kickban/getop). před 21 roky
misc.c a6e5a14667 * Add note to banner před 16 roky
misc.h fb9772e1c8 Merge branch 'bantype' před 16 roky
misc_file.c e2ba5ba506 * Fix multiple memory leaks in class Tempfile před 16 roky
misc_file.h 9aa11218da * Use mmap for writing packdata too (optimizations and error checking coming next) před 18 roky
net.c 089e28ab59 * Rename sun to sock_un as solaris seems to have 'sun' as a reserved constant před 16 roky
net.h 089e28ab59 * Rename sun to sock_un as solaris seems to have 'sun' as a reserved constant před 16 roky
profile.c 5cb351444f * Cleanup licenses před 18 roky
response.c 73743349c9 * Remove 'set mean-kicks' and change to 'chanset +meankicks' (default on, does not upgrade from old .set, must unset after upgrade if wanted) před 18 roky
rfc1459.c 5cb351444f * Cleanup licenses před 18 roky
rfc1459.h 4f9a5b49d5 * Added 005 parsing před 22 roky
set.c e540ccd937 * Change msgrate to milliseconds před 16 roky
set.h bfbc8f544d * Add set 'msgburst' to define how many commands to burst to server per msgrate. před 16 roky
settings.h 612932b3ed Merge branch 'conf-cleanup' před 16 roky
shell.c b4daf4e9e9 * Simply last checking před 16 roky
shell.h 820eaa2de1 * Simplify crontab handling před 16 roky
socket.c e5ee96497f * Set vim settings on {socket,adns,core_binds}.c to handle tabs properly as they were taken from egglib and never indented. před 16 roky
socket.h 21676762d4 * Ported misc CYGWIN fixes to 1.2.9 před 20 roky
sorthelp.c 5cb351444f * Cleanup licenses před 18 roky
sprintf.c 92ab12e3ba * Add right padding / left justification před 17 roky
sprintf.h bca87b05ae * Fixed *many* buffer overflows in the botnet code. (#94) před 21 roky
stat.h 3861e5357b * Moved most of the "shell" functions to shell.c/.h před 22 roky
stringfix.c fbce4d23b3 * Fix warnings in compile utils před 17 roky
tandem.h 2c73e786fa * Don't truncate log's timestamp when relaying logs před 16 roky
thread.c 5cb351444f * Cleanup licenses před 18 roky
thread.h 98334382b0 * Misc před 22 roky
timestamp.c 0cd7acd236 * Fix timezone issues in getts/getdate před 17 roky
traffic.h 5fecc94dd5 * Huge commit that introduces countless bugs I'm sure. před 21 roky
types.h bc47d5d151 * Cleanup some of the time_t mess před 18 roky
userent.c 1da96702f3 * Share protected user entries with localhubs for their children před 16 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 d65efaeadb * When auto adding hostname, do not consider -telnet! hostnames as conflicting. před 16 roky
userrec.h 140058387e * Remove unneded int idx from stream_writeuserfile() stack před 16 roky
users.c bfa6a60b6b * Add note that a user not found may just be a permissions issue před 16 roky
users.h e44719ee4f * Use bd::Stream před 17 roky
utc-time.c bc91a7e206 * Added rcsid[] to all files před 21 roky