Bryan Drewery 55f1cb6886 * Fix regression in opening a listen port há 17 anos atrás
..
compat a80ab733d4 * Don't redefine bzero() as memset(). It's not portable. há 16 anos atrás
crypto 41a418c5ec * Add AES_cbc há 16 anos atrás
mod 8d49bf6ac6 * Fix compiler warnings há 16 anos atrás
.gitignore e45e36b07c * Add *.o to .gitignores há 18 anos atrás
EncryptedStream.c 060252e0f3 * Default EncryptedStream format is now AES 256 CBC há 16 anos atrás
EncryptedStream.h 25113846ca * Remove compiler hack for overloaded virtuals and use a 'using' line há 16 anos atrás
Makefile.in af75b1cde9 * Use system openssl for AES/SHA1/MD5/OPENSSL_cleanse há 17 anos atrás
adns.c 02c2abcc6f * Make dns return a bd::Array of answers instead of a char** há 16 anos atrás
adns.h 02c2abcc6f * Make dns return a bd::Array of answers instead of a char** há 16 anos atrás
auth.c 4a7cf2f248 * Remove a bunch of old, unused code há 17 anos atrás
auth.h 4a7cf2f248 * Remove a bunch of old, unused code há 17 anos atrás
base64.c 9fe5a9ae39 * Use bdlib base64 há 16 anos atrás
base64.h 9fe5a9ae39 * Use bdlib base64 há 16 anos atrás
bg.c b48d1c8211 * Fix multiple warnings about unused results (warn_unused_result) há 17 anos atrás
bg.h ea6948ccde * Remove obsoleted conf.watcher há 17 anos atrás
binary.c 05e3490a75 * Close and delete the unix domain socket if a localhub loses its localhub status há 16 anos atrás
binary.h 14f34ecafb * Fix problem of upgrading with uninitialized binaries causing corruption há 17 anos atrás
binds.c 3fccf460bb * Remove unnecessary egg_ prefix from some function calls há 17 anos atrás
binds.h 3d73dd7ea4 * Move tclhash.* to binds.* (tcl hasnt been used in years) há 17 anos atrás
botcmd.c e8e120cde9 * Allow localhub to operate as a hub in some ways há 16 anos atrás
botcmd.h 7ebc6962df * Use bsearch() for botcmd_t structs, help_t struct help, and the variable_t struct vars há 18 anos atrás
botmsg.c 49bc2bea58 * Trim out an extra space when sending logs between hubs há 17 anos atrás
botmsg.h d9ce55f647 * Port [3426] to 1.2.14 há 19 anos atrás
botnet.c 8d49bf6ac6 * Fix compiler warnings há 16 anos atrás
botnet.h 428466cf90 * Use the buildts and git commit in versioning / upgrading há 18 anos atrás
buildinfo.h.in efd8d881e8 * Port [2413] to 1.2.12 há 20 anos atrás
chan.h fb9772e1c8 Merge branch 'bantype' há 16 anos atrás
chanprog.c 65fa5edf45 * Make sure the unix domain socket isn't already open before opening a new one há 16 anos atrás
chanprog.h ccaf7c9328 * Add child bots on link if wiped out from shared userlist há 16 anos atrás
cmds.c 8fc5645af8 * Cleanup excess memory allocation há 16 anos atrás
cmds.h ae0b2ac496 * Fix aliases not properly indicating bad command on leaf bots (fixes #297) há 17 anos atrás
color.h c0e02b4d46 * More work on colors há 22 anos atrás
common.h 4e946a28db * Remove old debugging/cygwin code há 17 anos atrás
conf.c 3f0d4d4d7c * Link using unix domain socket at ${datadir}/.sock.${localhub nick} há 16 anos atrás
conf.h d779e9dec9 * Link over unix domain socket to localhub há 16 anos atrás
core_binds.c 6a2cd6a029 Merge branch 'remove-egg-prefix' há 17 anos atrás
core_binds.h 7fd69e5820 * Port [3188] to 1.2.14 há 19 anos atrás
crypt.c 41a418c5ec * Add AES_cbc há 16 anos atrás
crypt.h 41a418c5ec * Add AES_cbc há 16 anos atrás
dcc.c 6188eb8f3a * Localhub: Don't share out VAR_NOLDEF vars to child bots until linked to a hub há 16 anos atrás
dcc.h 77f50c0e0d * Cleanup bot linking over unix domain socket há 16 anos atrás
dccutil.c e8e120cde9 * Allow localhub to operate as a hub in some ways há 16 anos atrás
dccutil.h e407df1289 * Only use oident for server connects, not for bot linking. há 17 anos atrás
debug.c 9679b5d051 * Cast pid_t to unsigned long to avoid solaris warnings há 16 anos atrás
debug.h fd5180392b Merge branch 'remove-stackdump' há 17 anos atrás
egg_timer.c 5cb351444f * Cleanup licenses há 18 anos atrás
egg_timer.h fa4f5153e6 há 22 anos atrás
eggdrop.h d1a8db219c * Close file descriptors when spawning new processes há 17 anos atrás
enclink.c 77f50c0e0d * Cleanup bot linking over unix domain socket há 16 anos atrás
enclink.h 6579251b2b * Don't use heap for the ghost_write return buffer há 17 anos atrás
flags.c 9a0dc420f6 Merge branch 'inline-flag-checking' há 17 anos atrás
flags.h 1ccff9bccd * Inline some flag checking functions há 17 anos atrás
garble.c 288300b569 * port [3868] to 1.2.16 from trunk há 18 anos atrás
garble.h 288300b569 * port [3868] to 1.2.16 from trunk há 18 anos atrás
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. há 16 anos atrás
hash_table.h ced0ca4ac7 * Added hash table functions from egglib há 21 anos atrás
log.c 27f47b3512 * Rename logf -> log_f to avoid linking conflict on solaris há 16 anos atrás
log.h 008abfb85a * Write all logs to .l-botnick when compiled in DEBUG mode há 17 anos atrás
main.c e3b75ae10b * Increase child leaf bot reconnect time to 5 seconds - hubs/localhubs still go on a 30 second cycle há 16 anos atrás
main.h 6188eb8f3a * Localhub: Don't share out VAR_NOLDEF vars to child bots until linked to a hub há 16 anos atrás
makehelp.c fbce4d23b3 * Fix warnings in compile utils há 17 anos atrás
makeres.c 38710702b9 Merge branch 'misc-warnings' há 17 anos atrás
makeset.c bbf1ddd09b * Port [3934] to 1.2.16 há 18 anos atrás
match.c 3fccf460bb * Remove unnecessary egg_ prefix from some function calls há 17 anos atrás
match.h d08a62f16b * Added primitive CIDR ban support (enforcebans/kickban/getop). há 21 anos atrás
misc.c f965c27d77 * Localhub is not aggressive to a hub sharing the binary há 16 anos atrás
misc.h fb9772e1c8 Merge branch 'bantype' há 16 anos atrás
misc_file.c 322738e93c * Include limits.h for PATH_MAX há 16 anos atrás
misc_file.h 9aa11218da * Use mmap for writing packdata too (optimizations and error checking coming next) há 18 anos atrás
net.c 55f1cb6886 * Fix regression in opening a listen port há 16 anos atrás
net.h 4dca23e75f * Localhub now listens on the unix domain socket há 16 anos atrás
profile.c 5cb351444f * Cleanup licenses há 18 anos atrás
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) há 18 anos atrás
rfc1459.c 5cb351444f * Cleanup licenses há 18 anos atrás
rfc1459.h 4f9a5b49d5 * Added 005 parsing há 22 anos atrás
set.c 6188eb8f3a * Localhub: Don't share out VAR_NOLDEF vars to child bots until linked to a hub há 16 anos atrás
set.h cd0622bf9f * Commit initial work for chanset 'default' há 16 anos atrás
settings.h 612932b3ed Merge branch 'conf-cleanup' há 17 anos atrás
shell.c b4daf4e9e9 * Simply last checking há 17 anos atrás
shell.h 820eaa2de1 * Simplify crontab handling há 17 anos atrás
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. há 16 anos atrás
socket.h 21676762d4 * Ported misc CYGWIN fixes to 1.2.9 há 21 anos atrás
sorthelp.c 5cb351444f * Cleanup licenses há 18 anos atrás
sprintf.c 92ab12e3ba * Add right padding / left justification há 17 anos atrás
sprintf.h bca87b05ae * Fixed *many* buffer overflows in the botnet code. (#94) há 21 anos atrás
stat.h 3861e5357b * Moved most of the "shell" functions to shell.c/.h há 22 anos atrás
stringfix.c fbce4d23b3 * Fix warnings in compile utils há 17 anos atrás
tandem.h 2c73e786fa * Don't truncate log's timestamp when relaying logs há 17 anos atrás
thread.c 5cb351444f * Cleanup licenses há 18 anos atrás
thread.h 98334382b0 * Misc há 22 anos atrás
timestamp.c 0cd7acd236 * Fix timezone issues in getts/getdate há 18 anos atrás
traffic.h 5fecc94dd5 * Huge commit that introduces countless bugs I'm sure. há 22 anos atrás
types.h bc47d5d151 * Cleanup some of the time_t mess há 18 anos atrás
userent.c e8e120cde9 * Allow localhub to operate as a hub in some ways há 16 anos atrás
userent.h b99e4fd7c4 * Changed the order of some initialize functions in main.c to call majority after startup_checks() há 21 anos atrás
userrec.c e8e120cde9 * Allow localhub to operate as a hub in some ways há 16 anos atrás
userrec.h 140058387e * Remove unneded int idx from stream_writeuserfile() stack há 16 anos atrás
users.c cec129217e * Lookup bots in userlist again before booting as invalid há 16 anos atrás
users.h e44719ee4f * Use bd::Stream há 17 anos atrás
utc-time.c bc91a7e206 * Added rcsid[] to all files há 21 anos atrás