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