| .. |
|
compat
|
084972484f
* Some constants not defined in OBSD
|
21 lat temu |
|
crypto
|
6330870e16
* Updated MD5 code to use openssl's implemention which is portable and optimized
|
21 lat temu |
|
mod
|
0224cb1e5d
* Fixed bot flooding with 'JOIN #chan', when it's already sent it
|
21 lat temu |
|
Makefile.in
|
c9c8db0356
* Added some profiling code
|
21 lat temu |
|
adns.c
|
be7e0abec5
* Fixed DNS returning a blank reply for reverse lookups with missing records.
|
21 lat temu |
|
adns.h
|
b06fd9a0f2
* No longer redundantly byteswapping header.id
|
21 lat temu |
|
auth.c
|
b150c05717
* Auth system rewritten into a class
|
21 lat temu |
|
auth.h
|
b150c05717
* Auth system rewritten into a class
|
21 lat temu |
|
base64.c
|
bc91a7e206
* Added rcsid[] to all files
|
21 lat temu |
|
base64.h
|
03d098da24
* C++ compile warning fixes (Still compat with C)
|
22 lat temu |
|
bg.c
|
a37c3d129a
* Disabled watcher on sun as it's ptrace is horrid
|
21 lat temu |
|
bg.h
|
1d28c381bb
* Fixed stdin/stdout/stderr not being closed when bot is forked into background.
|
21 lat temu |
|
binary.c
|
82c8acfaf5
* Fixed SIGUSR1 signal after -C not working
|
21 lat temu |
|
binary.h
|
82c8acfaf5
* Fixed SIGUSR1 signal after -C not working
|
21 lat temu |
|
botcmd.c
|
bc91a7e206
* Added rcsid[] to all files
|
21 lat temu |
|
botcmd.h
|
b99e4fd7c4
* Changed the order of some initialize functions in main.c to call majority after startup_checks()
|
21 lat temu |
|
botmsg.c
|
bc91a7e206
* Added rcsid[] to all files
|
21 lat temu |
|
botmsg.h
|
b83928cdf0
* More c++ leaf fixes, now for hub :)
|
22 lat temu |
|
botnet.c
|
bbb67dd74a
* Fixed users showing up in .whom after doing .botcmd and relinking the bot which the cmd was ran on. (#9)
|
21 lat temu |
|
botnet.h
|
efc010fa11
* Converted some functions over
|
21 lat temu |
|
cfg.c
|
bc91a7e206
* Added rcsid[] to all files
|
21 lat temu |
|
cfg.h
|
950e09b829
* Converted over cfg_struct to hub/leaf mix
|
21 lat temu |
|
chan.h
|
0224cb1e5d
* Fixed bot flooding with 'JOIN #chan', when it's already sent it
|
21 lat temu |
|
chanprog.c
|
b150c05717
* Auth system rewritten into a class
|
21 lat temu |
|
chanprog.h
|
378fd00bee
* Converted chanprog.c stuff to new hub/leaf
|
21 lat temu |
|
cmds.c
|
9fe0d46aed
* Fixed segfault after booting users when a leaf has lost +c. (#18)
|
21 lat temu |
|
cmds.h
|
760bc8c23e
* Added .type and checking for botcmd_t
|
21 lat temu |
|
color.h
|
c0e02b4d46
* More work on colors
|
22 lat temu |
|
common.h
|
8682bcd48c
* Fixed a few calloc() calls that weren't using my_calloc()
|
21 lat temu |
|
conf.c
|
8e99178d5e
* Added some spacing after 'uname' in -C
|
21 lat temu |
|
conf.h
|
ce9e5dc1d0
* Default UID is now -1 (to fix running as root) (Fixes #12)
|
21 lat temu |
|
core_binds.c
|
b150c05717
* Auth system rewritten into a class
|
21 lat temu |
|
core_binds.h
|
b150c05717
* Auth system rewritten into a class
|
21 lat temu |
|
crypt.c
|
758beb24e5
* Added some stupid stuff for console crypting for future use
|
21 lat temu |
|
crypt.h
|
758beb24e5
* Added some stupid stuff for console crypting for future use
|
21 lat temu |
|
dcc.c
|
363634fc13
* Fixed a problem with accepting new telnet connections.
|
21 lat temu |
|
dcc.h
|
b34f97945d
* Work on auth system to bind dcc commands to auth system without rewriting them
|
21 lat temu |
|
dccutil.c
|
e31dd5650b
* Fixed colors still showing for characters ":@()<>" when colors were turned off.
|
21 lat temu |
|
dccutil.h
|
b150c05717
* Auth system rewritten into a class
|
21 lat temu |
|
debug.c
|
a37c3d129a
* Disabled watcher on sun as it's ptrace is horrid
|
21 lat temu |
|
debug.h
|
cfc68ced0b
* Removed all Assert()/DEBUG_ASSERT code
|
21 lat temu |
|
egg_timer.c
|
bc91a7e206
* Added rcsid[] to all files
|
21 lat temu |
|
egg_timer.h
|
fa4f5153e6
|
22 lat temu |
|
eggdrop.h
|
b34f97945d
* Work on auth system to bind dcc commands to auth system without rewriting them
|
21 lat temu |
|
enclink.c
|
e82ddbd090
* Fixed bot's not being able to link when the botnick case did not match (userlist vs binary -C).
|
21 lat temu |
|
enclink.h
|
e82ddbd090
* Fixed bot's not being able to link when the botnick case did not match (userlist vs binary -C).
|
21 lat temu |
|
flags.c
|
f060e61929
* Added channel flag +|-botbitch, when set only bots will be allowed to be opped, users be auto-deopped.
|
21 lat temu |
|
flags.h
|
f060e61929
* Added channel flag +|-botbitch, when set only bots will be allowed to be opped, users be auto-deopped.
|
21 lat temu |
|
garble.c
|
bc91a7e206
* Added rcsid[] to all files
|
21 lat temu |
|
garble.h
|
fe467c585e
* Removed define GARBLESTRINGS
|
22 lat temu |
|
hash_table.c
|
b150c05717
* Auth system rewritten into a class
|
21 lat temu |
|
hash_table.h
|
ced0ca4ac7
* Added hash table functions from egglib
|
21 lat temu |
|
lang.h
|
0224cb1e5d
* Fixed bot flooding with 'JOIN #chan', when it's already sent it
|
21 lat temu |
|
log.c
|
bc91a7e206
* Added rcsid[] to all files
|
21 lat temu |
|
log.h
|
5fecc94dd5
* Huge commit that introduces countless bugs I'm sure.
|
21 lat temu |
|
main.c
|
9f2dcd0120
* +take stuff
|
21 lat temu |
|
main.h
|
9f2dcd0120
* +take stuff
|
21 lat temu |
|
makehelp.c
|
bc91a7e206
* Added rcsid[] to all files
|
21 lat temu |
|
makeres.c
|
bc91a7e206
* Added rcsid[] to all files
|
21 lat temu |
|
match.c
|
bc91a7e206
* Added rcsid[] to all files
|
21 lat temu |
|
match.h
|
d08a62f16b
* Added primitive CIDR ban support (enforcebans/kickban/getop).
|
21 lat temu |
|
misc.c
|
6679b221fd
|
21 lat temu |
|
misc.h
|
93b7df34ce
* Moved dumplots() to dccutil.c
|
21 lat temu |
|
misc_file.c
|
bc91a7e206
* Added rcsid[] to all files
|
21 lat temu |
|
misc_file.h
|
38337c4d60
* Moved check_tempdir() to misc_file.c
|
21 lat temu |
|
net.c
|
bc91a7e206
* Added rcsid[] to all files
|
21 lat temu |
|
net.h
|
b99e4fd7c4
* Changed the order of some initialize functions in main.c to call majority after startup_checks()
|
21 lat temu |
|
profile.c
|
c9c8db0356
* Added some profiling code
|
21 lat temu |
|
response.c
|
bc91a7e206
* Added rcsid[] to all files
|
21 lat temu |
|
rfc1459.c
|
bc91a7e206
* Added rcsid[] to all files
|
21 lat temu |
|
rfc1459.h
|
4f9a5b49d5
* Added 005 parsing
|
22 lat temu |
|
settings.h
|
8e1e97b61c
|
21 lat temu |
|
shell.c
|
a07f56bb03
* Fixed getsock() being called wrong in check_maxfd()
|
21 lat temu |
|
shell.h
|
64474a643b
* More defines removal
|
21 lat temu |
|
socket.c
|
bc91a7e206
* Added rcsid[] to all files
|
21 lat temu |
|
socket.h
|
d08a62f16b
* Added primitive CIDR ban support (enforcebans/kickban/getop).
|
21 lat temu |
|
sorthelp.c
|
0e1536509e
* Should be using calloc() here not my_calloc()
|
21 lat temu |
|
stat.h
|
3861e5357b
* Moved most of the "shell" functions to shell.c/.h
|
22 lat temu |
|
stringfix.c
|
bc91a7e206
* Added rcsid[] to all files
|
21 lat temu |
|
tandem.h
|
7abb9533ea
* Fixed a bug with part of the 'remotecmd' system
|
21 lat temu |
|
tclhash.c
|
b34f97945d
* Work on auth system to bind dcc commands to auth system without rewriting them
|
21 lat temu |
|
tclhash.h
|
b34f97945d
* Work on auth system to bind dcc commands to auth system without rewriting them
|
21 lat temu |
|
thread.c
|
bc91a7e206
* Added rcsid[] to all files
|
21 lat temu |
|
thread.h
|
98334382b0
* Misc
|
22 lat temu |
|
traffic.h
|
5fecc94dd5
* Huge commit that introduces countless bugs I'm sure.
|
21 lat temu |
|
types.h
|
491d9c2cf6
* Bad typedef on solaris
|
21 lat temu |
|
userent.c
|
cfc68ced0b
* Removed all Assert()/DEBUG_ASSERT code
|
21 lat temu |
|
userent.h
|
b99e4fd7c4
* Changed the order of some initialize functions in main.c to call majority after startup_checks()
|
21 lat temu |
|
userrec.c
|
bc91a7e206
* Added rcsid[] to all files
|
21 lat temu |
|
userrec.h
|
88377d31ae
* More conversions
|
21 lat temu |
|
users.c
|
bc91a7e206
* Added rcsid[] to all files
|
21 lat temu |
|
users.h
|
dc70f3ae47
* Converted over user_entry_type to one binary mix
|
21 lat temu |
|
utc-time.c
|
bc91a7e206
* Added rcsid[] to all files
|
21 lat temu |