| .. |
|
compat
|
4230ec0f5b
* The binary is only rewritten now if CHANGES are made in the editor.
|
21 năm trước cách đây |
|
crypto
|
6330870e16
* Updated MD5 code to use openssl's implemention which is portable and optimized
|
21 năm trước cách đây |
|
mod
|
45be5181b5
* Added channel name to bad cookie/manop commenting (#97)
|
21 năm trước cách đây |
|
Makefile.in
|
a8c8d21fdb
* Converted a bunch of sprintf() to simple_sprintf() which is much smaller/faster and only accepts %s/%i/%d
|
21 năm trước cách đây |
|
adns.c
|
21b19ac5e8
* Fixed dns' dcc loosing socket and not triggering a reconnect
|
21 năm trước cách đây |
|
adns.h
|
b06fd9a0f2
* No longer redundantly byteswapping header.id
|
21 năm trước cách đây |
|
auth.c
|
fde17b5022
* dcc[].simul is an idx, so it needs to be -1 to be disabled.
|
21 năm trước cách đây |
|
auth.h
|
b150c05717
* Auth system rewritten into a class
|
21 năm trước cách đây |
|
base64.c
|
e3e3b73ae9
* Removed simple_sprintf's %D param and am calling int_to_base64() directly now
|
21 năm trước cách đây |
|
base64.h
|
e3e3b73ae9
* Removed simple_sprintf's %D param and am calling int_to_base64() directly now
|
21 năm trước cách đây |
|
bg.c
|
2ca9b7d102
* Replacement and removal of defines from old eggdrop language system...
|
21 năm trước cách đây |
|
bg.h
|
1d28c381bb
* Fixed stdin/stdout/stderr not being closed when bot is forked into background.
|
21 năm trước cách đây |
|
binary.c
|
d2922d2768
* Added new feature (soft_restart) which restarts/updates bots while keeping them on IRC and preserving uptime/pid
|
21 năm trước cách đây |
|
binary.h
|
82c8acfaf5
* Fixed SIGUSR1 signal after -C not working
|
21 năm trước cách đây |
|
botcmd.c
|
bca87b05ae
* Fixed *many* buffer overflows in the botnet code. (#94)
|
21 năm trước cách đây |
|
botcmd.h
|
3ac0936b61
* Fixedbug in simple_vsnprintf() (forgot to break after parsing %D)
|
21 năm trước cách đây |
|
botmsg.c
|
bca87b05ae
* Fixed *many* buffer overflows in the botnet code. (#94)
|
21 năm trước cách đây |
|
botmsg.h
|
a8c8d21fdb
* Converted a bunch of sprintf() to simple_sprintf() which is much smaller/faster and only accepts %s/%i/%d
|
21 năm trước cách đây |
|
botnet.c
|
bca87b05ae
* Fixed *many* buffer overflows in the botnet code. (#94)
|
21 năm trước cách đây |
|
botnet.h
|
efc010fa11
* Converted some functions over
|
21 năm trước cách đây |
|
cfg.c
|
f0644026b8
* Removed some old unused code
|
21 năm trước cách đây |
|
cfg.h
|
6d72b199e8
* Fixed dccauth not correctly working according to it's [bot]config setting (#30)
|
21 năm trước cách đây |
|
chan.h
|
c414af4829
* The -ban fixes for removal by number weren't working right.
|
21 năm trước cách đây |
|
chanprog.c
|
d2922d2768
* Added new feature (soft_restart) which restarts/updates bots while keeping them on IRC and preserving uptime/pid
|
21 năm trước cách đây |
|
chanprog.h
|
d2922d2768
* Added new feature (soft_restart) which restarts/updates bots while keeping them on IRC and preserving uptime/pid
|
21 năm trước cách đây |
|
cmds.c
|
98b16b19f0
* Fixed not being to console to '*' (bad fix before)
|
21 năm trước cách đây |
|
cmds.h
|
c9b2524e0b
* Fixed cmd_cmdpass not knowing leaf cmds from a hub.
|
21 năm trước cách đây |
|
color.h
|
c0e02b4d46
* More work on colors
|
22 năm trước cách đây |
|
common.h
|
a8c8d21fdb
* Converted a bunch of sprintf() to simple_sprintf() which is much smaller/faster and only accepts %s/%i/%d
|
21 năm trước cách đây |
|
conf.c
|
a420f51753
* Fixed bots with '`' in nick not spawning correctly. (#88)
|
21 năm trước cách đây |
|
conf.h
|
7a2f224078
* Detection system run by localhub will kill all other running bots on shell with DIE/SUICIDE now.
|
21 năm trước cách đây |
|
core_binds.c
|
b150c05717
* Auth system rewritten into a class
|
21 năm trước cách đây |
|
core_binds.h
|
b150c05717
* Auth system rewritten into a class
|
21 năm trước cách đây |
|
crypt.c
|
a8c8d21fdb
* Converted a bunch of sprintf() to simple_sprintf() which is much smaller/faster and only accepts %s/%i/%d
|
21 năm trước cách đây |
|
crypt.h
|
758beb24e5
* Added some stupid stuff for console crypting for future use
|
21 năm trước cách đây |
|
dcc.c
|
624bc1e175
* Cleaned up some odd code on failing to link which cycled all sockets which was not necesary
|
21 năm trước cách đây |
|
dcc.h
|
d2922d2768
* Added new feature (soft_restart) which restarts/updates bots while keeping them on IRC and preserving uptime/pid
|
21 năm trước cách đây |
|
dccutil.c
|
ee5a71d988
* Fixed hub delinking bots for not sharing instead of just offering the userfile again. (#59)
|
21 năm trước cách đây |
|
dccutil.h
|
d2922d2768
* Added new feature (soft_restart) which restarts/updates bots while keeping them on IRC and preserving uptime/pid
|
21 năm trước cách đây |
|
debug.c
|
d2922d2768
* Added new feature (soft_restart) which restarts/updates bots while keeping them on IRC and preserving uptime/pid
|
21 năm trước cách đây |
|
debug.h
|
e3e3b73ae9
* Removed simple_sprintf's %D param and am calling int_to_base64() directly now
|
21 năm trước cách đây |
|
egg_timer.c
|
bc91a7e206
* Added rcsid[] to all files
|
21 năm trước cách đây |
|
egg_timer.h
|
fa4f5153e6
|
22 năm trước cách đây |
|
eggdrop.h
|
474b367e2b
* Changed set of "other" chars for random strings
|
21 năm trước cách đây |
|
enclink.c
|
84eff8c742
* Fixed some socket writes that were being colorized when they shouldn't have been
|
21 năm trước cách đây |
|
enclink.h
|
e3e3b73ae9
* Removed simple_sprintf's %D param and am calling int_to_base64() directly now
|
21 năm trước cách đây |
|
flags.c
|
8a53fb3ce8
* Fixed some missing sanity checking on certain user flags for channel records.
|
21 năm trước cách đây |
|
flags.h
|
8a53fb3ce8
* Fixed some missing sanity checking on certain user flags for channel records.
|
21 năm trước cách đây |
|
garble.c
|
bc91a7e206
* Added rcsid[] to all files
|
21 năm trước cách đây |
|
garble.h
|
fe467c585e
* Removed define GARBLESTRINGS
|
22 năm trước cách đây |
|
hash_table.c
|
b150c05717
* Auth system rewritten into a class
|
21 năm trước cách đây |
|
hash_table.h
|
ced0ca4ac7
* Added hash table functions from egglib
|
21 năm trước cách đây |
|
lang.h
|
2ca9b7d102
* Replacement and removal of defines from old eggdrop language system...
|
21 năm trước cách đây |
|
log.c
|
040b42ecdb
|
21 năm trước cách đây |
|
log.h
|
5fecc94dd5
* Huge commit that introduces countless bugs I'm sure.
|
21 năm trước cách đây |
|
main.c
|
0c5b1d9ee1
* restart/rehash were broken in main loop still
|
21 năm trước cách đây |
|
main.h
|
d2922d2768
* Added new feature (soft_restart) which restarts/updates bots while keeping them on IRC and preserving uptime/pid
|
21 năm trước cách đây |
|
makehelp.c
|
bc91a7e206
* Added rcsid[] to all files
|
21 năm trước cách đây |
|
makeres.c
|
bc91a7e206
* Added rcsid[] to all files
|
21 năm trước cách đây |
|
match.c
|
bc91a7e206
* Added rcsid[] to all files
|
21 năm trước cách đây |
|
match.h
|
d08a62f16b
* Added primitive CIDR ban support (enforcebans/kickban/getop).
|
21 năm trước cách đây |
|
misc.c
|
a420f51753
* Fixed bots with '`' in nick not spawning correctly. (#88)
|
21 năm trước cách đây |
|
misc.h
|
d2922d2768
* Added new feature (soft_restart) which restarts/updates bots while keeping them on IRC and preserving uptime/pid
|
21 năm trước cách đây |
|
misc_file.c
|
fafdb27cec
* Added /usr/tmp to the tempdir search list
|
21 năm trước cách đây |
|
misc_file.h
|
756c56ffe4
* Tempdir is now chosen from a list as follows: (hub) ./tmp/ (leaf) ~/.ssh/..., /tmp/, ./
|
21 năm trước cách đây |
|
net.c
|
d2922d2768
* Added new feature (soft_restart) which restarts/updates bots while keeping them on IRC and preserving uptime/pid
|
21 năm trước cách đây |
|
net.h
|
d2922d2768
* Added new feature (soft_restart) which restarts/updates bots while keeping them on IRC and preserving uptime/pid
|
21 năm trước cách đây |
|
profile.c
|
c9c8db0356
* Added some profiling code
|
21 năm trước cách đây |
|
response.c
|
bc91a7e206
* Added rcsid[] to all files
|
21 năm trước cách đây |
|
rfc1459.c
|
bc91a7e206
* Added rcsid[] to all files
|
21 năm trước cách đây |
|
rfc1459.h
|
4f9a5b49d5
* Added 005 parsing
|
22 năm trước cách đây |
|
settings.h
|
8e1e97b61c
|
21 năm trước cách đây |
|
shell.c
|
c2905d187a
* Added cmd_suicide. (#80)
|
21 năm trước cách đây |
|
shell.h
|
c2905d187a
* Added cmd_suicide. (#80)
|
21 năm trước cách đây |
|
socket.c
|
5cba122631
* Converted a bunch of egg_snprintf() to simple_snprintf()
|
21 năm trước cách đây |
|
socket.h
|
d08a62f16b
* Added primitive CIDR ban support (enforcebans/kickban/getop).
|
21 năm trước cách đây |
|
sorthelp.c
|
0e1536509e
* Should be using calloc() here not my_calloc()
|
21 năm trước cách đây |
|
sprintf.c
|
bca87b05ae
* Fixed *many* buffer overflows in the botnet code. (#94)
|
21 năm trước cách đây |
|
sprintf.h
|
bca87b05ae
* Fixed *many* buffer overflows in the botnet code. (#94)
|
21 năm trước cách đây |
|
stat.h
|
3861e5357b
* Moved most of the "shell" functions to shell.c/.h
|
22 năm trước cách đây |
|
stringfix.c
|
bc91a7e206
* Added rcsid[] to all files
|
21 năm trước cách đây |
|
tandem.h
|
d2922d2768
* Added new feature (soft_restart) which restarts/updates bots while keeping them on IRC and preserving uptime/pid
|
21 năm trước cách đây |
|
tclhash.c
|
5cba122631
* Converted a bunch of egg_snprintf() to simple_snprintf()
|
21 năm trước cách đây |
|
tclhash.h
|
b34f97945d
* Work on auth system to bind dcc commands to auth system without rewriting them
|
21 năm trước cách đây |
|
thread.c
|
bc91a7e206
* Added rcsid[] to all files
|
21 năm trước cách đây |
|
thread.h
|
98334382b0
* Misc
|
22 năm trước cách đây |
|
traffic.h
|
5fecc94dd5
* Huge commit that introduces countless bugs I'm sure.
|
21 năm trước cách đây |
|
types.h
|
491d9c2cf6
* Bad typedef on solaris
|
21 năm trước cách đây |
|
userent.c
|
c9a48f4aa1
* Don't share out userfile entries to bots that shouldn't get them (nodename/os/uname/config)
|
21 năm trước cách đây |
|
userent.h
|
b99e4fd7c4
* Changed the order of some initialize functions in main.c to call majority after startup_checks()
|
21 năm trước cách đây |
|
userrec.c
|
3697095bf9
* Don't share out all nodename/os/username/config entries to bots, only send THEIR records.
|
21 năm trước cách đây |
|
userrec.h
|
df14fb2f47
* After editing binary with -C, new bots/hosts are automatically added if first bot is linked.
|
21 năm trước cách đây |
|
users.c
|
b1a32402f1
* Fixed some potential sharing problems while loading userfile
|
21 năm trước cách đây |
|
users.h
|
3697095bf9
* Don't share out all nodename/os/username/config entries to bots, only send THEIR records.
|
21 năm trước cách đây |
|
utc-time.c
|
bc91a7e206
* Added rcsid[] to all files
|
21 năm trước cách đây |