| .. |
|
compat
|
a80ab733d4
* Don't redefine bzero() as memset(). It's not portable.
|
16 лет назад |
|
crypto
|
af75b1cde9
* Use system openssl for AES/SHA1/MD5/OPENSSL_cleanse
|
16 лет назад |
|
mod
|
4c76aa916f
* Remove set 'chanset'
|
16 лет назад |
|
.gitignore
|
e45e36b07c
* Add *.o to .gitignores
|
17 лет назад |
|
EncryptedStream.c
|
fbbfdf4e18
* Fix overloaded problems with writeFile() not passing the proper enc_flags around
|
16 лет назад |
|
EncryptedStream.h
|
1b3b3019c1
* Fix EncryptedStream having no encryption by default
|
16 лет назад |
|
Makefile.in
|
af75b1cde9
* Use system openssl for AES/SHA1/MD5/OPENSSL_cleanse
|
16 лет назад |
|
adns.c
|
1ccc2d49fe
* Add Google DNS servers as backups: 8.8.8.8, 8.8.4.4 9http://code.google.com/speed/public-dns/)
|
16 лет назад |
|
adns.h
|
ecaad589df
Merge branch 'rbl-lookup'
|
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
|
9269c6a023
* Fix crash on OpenBSD due to mmap(2) bug.
|
16 лет назад |
|
binary.h
|
14f34ecafb
* Fix problem of upgrading with uninitialized binaries causing corruption
|
17 лет назад |
|
binds.c
|
3fccf460bb
* Remove unnecessary egg_ prefix from some function calls
|
17 лет назад |
|
binds.h
|
3d73dd7ea4
* Move tclhash.* to binds.* (tcl hasnt been used in years)
|
17 лет назад |
|
botcmd.c
|
56878c20d3
* Fix whitespace being trimmed from cmd_botcmd replies
|
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
|
b32e6f0b31
* Clear bot counter using handle, not userrec, in case it couldn't be looked up temporarily
|
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
|
cd0622bf9f
* Commit initial work for chanset 'default'
|
16 лет назад |
|
chanprog.h
|
cd0622bf9f
* Commit initial work for chanset 'default'
|
16 лет назад |
|
cmds.c
|
ab8c760a5a
Merge branch '402-cookies'
|
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
|
825d361476
* Cleanup config editor spawning
|
16 лет назад |
|
conf.h
|
02d4d4f4e7
* Remove conf.binpath and conf.binname
|
16 лет назад |
|
core_binds.c
|
6a2cd6a029
Merge branch 'remove-egg-prefix'
|
17 лет назад |
|
core_binds.h
|
7fd69e5820
* Port [3188] to 1.2.14
|
19 лет назад |
|
crypt.c
|
206e95d916
* Allow SHELLHASH and owner pass in PackConfig to be a salted-sha1
|
16 лет назад |
|
crypt.h
|
206e95d916
* Allow SHELLHASH and owner pass in PackConfig to be a salted-sha1
|
16 лет назад |
|
dcc.c
|
cb11d11208
* Fix regression in not checking handlen: version info gets shifted
|
16 лет назад |
|
dcc.h
|
5ce42e86f1
* Cleanup more bounds checking via: strlcat, strlcpy, snprintf
|
17 лет назад |
|
dccutil.c
|
e5d7bf992c
* Don't bother locking the oident file if flock() doesn't work [solaris]
|
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
|
5cb351444f
* Cleanup licenses
|
18 лет назад |
|
egg_timer.h
|
fa4f5153e6
|
22 лет назад |
|
eggdrop.h
|
d1a8db219c
* Close file descriptors when spawning new processes
|
16 лет назад |
|
enclink.c
|
6579251b2b
* Don't use heap for the ghost_write return buffer
|
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
|
7af777c792
* Port [3899] to 1.2.16 from trunk
|
17 лет назад |
|
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
|
4e946a28db
* Remove old debugging/cygwin code
|
16 лет назад |
|
main.h
|
df417c1f48
* Increase the sizeof the version buffers due to git returning long version identifiers for nightly builds
|
17 лет назад |
|
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
|
fb9772e1c8
Merge branch 'bantype'
|
16 лет назад |
|
misc.h
|
fb9772e1c8
Merge branch 'bantype'
|
16 лет назад |
|
misc_file.c
|
322738e93c
* Include limits.h for PATH_MAX
|
16 лет назад |
|
misc_file.h
|
9aa11218da
* Use mmap for writing packdata too (optimizations and error checking coming next)
|
18 лет назад |
|
net.c
|
1fb2fa96c9
* Fix const char* issues
|
16 лет назад |
|
net.h
|
1fb2fa96c9
* Fix const char* issues
|
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
|
4c76aa916f
* Remove set 'chanset'
|
16 лет назад |
|
set.h
|
cd0622bf9f
* Commit initial work for chanset 'default'
|
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
|
3fccf460bb
* Remove unnecessary egg_ prefix from some function calls
|
17 лет назад |
|
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
|
2aea6f7a09
* Fix crypted password getting truncated on share
|
16 лет назад |
|
userent.h
|
b99e4fd7c4
* Changed the order of some initialize functions in main.c to call majority after startup_checks()
|
21 лет назад |
|
userrec.c
|
cd0622bf9f
* Commit initial work for chanset 'default'
|
16 лет назад |
|
userrec.h
|
140058387e
* Remove unneded int idx from stream_writeuserfile() stack
|
16 лет назад |
|
users.c
|
f486983be1
Merge branch 'EncryptedStream'
|
16 лет назад |
|
users.h
|
e44719ee4f
* Use bd::Stream
|
17 лет назад |
|
utc-time.c
|
bc91a7e206
* Added rcsid[] to all files
|
21 лет назад |