| .. |
|
compat
|
a8f285078d
* Update to automake 1.11 depcomp
|
há 14 anos atrás |
|
crypto
|
a8f285078d
* Update to automake 1.11 depcomp
|
há 14 anos atrás |
|
mod
|
5c50366874
Fix user-initiated key-exchange not working when already in FiSH
|
há 14 anos atrás |
|
.gitignore
|
9522b8c30b
* Add wrapper cc1plus (preprocessor) around compilation for stringfix; avoids need for _*.c temporary files
|
há 14 anos atrás |
|
EncryptedStream.c
|
19b0e6b299
* bdlib fixes
|
há 15 anos atrás |
|
EncryptedStream.h
|
25113846ca
* Remove compiler hack for overloaded virtuals and use a 'using' line
|
há 16 anos atrás |
|
Makefile.in
|
a8f285078d
* Update to automake 1.11 depcomp
|
há 14 anos atrás |
|
adns.c
|
4e9b90359b
* Clarify where adns comes from
|
há 16 anos atrás |
|
adns.h
|
a5fff3c7f3
Merge branch 'blocking-dns'
|
há 16 anos atrás |
|
auth.c
|
c1b9fe7edc
* Fix auth IRC lookups getting the wrong cached idx
|
há 16 anos atrás |
|
auth.h
|
fbfdd1939e
* Return bind check result for dcc
|
há 16 anos atrás |
|
base64.c
|
a7ea42ee13
* Update copyrights/licenses
|
há 16 anos atrás |
|
base64.h
|
9fe5a9ae39
* Use bdlib base64
|
há 16 anos atrás |
|
bg.c
|
4d4a6141c3
* Remove unneeded cygwin support
|
há 16 anos atrás |
|
bg.h
|
ea6948ccde
* Remove obsoleted conf.watcher
|
há 16 anos atrás |
|
binary.c
|
fe60598329
Merge branch 'newhub'
|
há 14 anos atrás |
|
binary.h
|
cb6522c63e
* Add './wraith -V' which will display the packconfig that the bot is using.
|
há 14 anos atrás |
|
binds.c
|
b1be082803
* Revert invalid change to BIND_WANTS_CD flag check
|
há 14 anos atrás |
|
binds.h
|
3d73dd7ea4
* Move tclhash.* to binds.* (tcl hasnt been used in years)
|
há 17 anos atrás |
|
botcmd.c
|
09bacd1cea
Merge branch 'gcc46-compile-warnings'
|
há 14 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
|
e681ea7078
Update functions to accept consts
|
há 14 anos atrás |
|
botmsg.h
|
e681ea7078
Update functions to accept consts
|
há 14 anos atrás |
|
botnet.c
|
75b582854f
* Fix compile error on older gcc
|
há 14 anos atrás |
|
botnet.h
|
428466cf90
* Use the buildts and git commit in versioning / upgrading
|
há 17 anos atrás |
|
buildinfo.h.in
|
efd8d881e8
* Port [2413] to 1.2.12
|
há 20 anos atrás |
|
chan.h
|
d3d8251957
Add 'react' to handle non-user flag change reactions
|
há 14 anos atrás |
|
chanprog.c
|
06b36e50f4
Default revenge to 'react' (#40)
|
há 14 anos atrás |
|
chanprog.h
|
659d73fcd4
* Use a bd::String for key
|
há 14 anos atrás |
|
cmds.c
|
093a7e020a
* Add --disable-script-tcl (default enabled)
|
há 14 anos atrás |
|
cmds.h
|
58f6bce171
* When viewing help over auth, only show allowed commands
|
há 16 anos atrás |
|
color.h
|
c0e02b4d46
* More work on colors
|
há 22 anos atrás |
|
common.h
|
f45337a580
* Use length() macro for bsearch() calling and also fix help table lookup off-by-1 error
|
há 16 anos atrás |
|
conf.c
|
69e09cedcd
Cast pid_t to int to avoid printf() format warning
|
há 14 anos atrás |
|
conf.h
|
190f4115a5
Merge branch 'type-cleanup'
|
há 14 anos atrás |
|
config.h.in
|
6d02ff915e
* Move configure files into build/
|
há 14 anos atrás |
|
core_binds.c
|
4f5f9900d8
* Consider any channel users have flags on for partyline cmds (fixes .adduser)
|
há 16 anos atrás |
|
core_binds.h
|
fbfdd1939e
* Return bind check result for dcc
|
há 16 anos atrás |
|
crypt.c
|
0bc04fb643
* Link libcrypto in at runtime to avoid mismatched libcrypto/libssl
|
há 15 anos atrás |
|
crypt.h
|
0bc04fb643
* Link libcrypto in at runtime to avoid mismatched libcrypto/libssl
|
há 15 anos atrás |
|
dcc.c
|
190f4115a5
Merge branch 'type-cleanup'
|
há 14 anos atrás |
|
dcc.h
|
56e19d4b51
* Remove port_t typedef
|
há 14 anos atrás |
|
dccutil.c
|
190f4115a5
Merge branch 'type-cleanup'
|
há 14 anos atrás |
|
dccutil.h
|
56e19d4b51
* Remove port_t typedef
|
há 14 anos atrás |
|
debug.c
|
69e09cedcd
Cast pid_t to int to avoid printf() format warning
|
há 14 anos atrás |
|
debug.h
|
ec7153ae5e
* Change alias names in ContextNote
|
há 16 anos atrás |
|
dhparam.c
|
8cbbe4bcce
* Add DH 512/1024/2048 keys
|
há 15 anos atrás |
|
dl.c
|
07930cb0cb
* Add runtime dynamic loader / symbol table handling
|
há 15 anos atrás |
|
dl.h
|
93abfccba6
* Cleanup symbol tables when unloading
|
há 15 anos atrás |
|
egg_timer.c
|
a7ea42ee13
* Update copyrights/licenses
|
há 16 anos atrás |
|
egg_timer.h
|
37d24eca71
* Cleanup timer code so it is not constantly re-adding repeat timers back to the lists
|
há 16 anos atrás |
|
eggdrop.h
|
993928699d
* Raise release time to 8 seconds (8-2) = 6 seconds before it will regrab it
|
há 16 anos atrás |
|
enclink.c
|
190f4115a5
Merge branch 'type-cleanup'
|
há 14 anos atrás |
|
enclink.h
|
87e710e008
* Use enclink for relays
|
há 16 anos atrás |
|
flags.c
|
615facf39a
Add missing conversion from 'react' to DEFLAG_REACT
|
há 14 anos atrás |
|
flags.h
|
674d10f592
Update old ghost mean code to be revenge (#40)
|
há 14 anos atrás |
|
garble.c
|
288300b569
* port [3868] to 1.2.16 from trunk
|
há 18 anos atrás |
|
garble.h
|
fb072f5865
* Run stringfix over the pre-processed output
|
há 14 anos atrás |
|
generate_defs.sh
|
0b1aca6676
* Fix symbol generating files changing between builds when it shouldn't have been
|
há 14 anos atrás |
|
generate_symbol.sh
|
0b1aca6676
* Fix symbol generating files changing between builds when it shouldn't have been
|
há 14 anos atrás |
|
libcrypto.c
|
1de118cd59
Fix missing space causing libcrypto.so to not get loaded (#24)
|
há 14 anos atrás |
|
libcrypto.h
|
3209392364
* No longer need to define these headers
|
há 14 anos atrás |
|
libssl.c
|
81601344b5
Load libssl/libcrypto based on the compiled SHLIB_VERSION_NUMBER if possible (#24)
|
há 14 anos atrás |
|
libssl.h
|
3209392364
* No longer need to define these headers
|
há 14 anos atrás |
|
libtcl.c
|
093a7e020a
* Add --disable-script-tcl (default enabled)
|
há 14 anos atrás |
|
libtcl.h
|
093a7e020a
* Add --disable-script-tcl (default enabled)
|
há 14 anos atrás |
|
log.c
|
a07b103f91
* Change privmsg()/notice() to use bd::String
|
há 15 anos atrás |
|
log.h
|
008abfb85a
* Write all logs to .l-botnick when compiled in DEBUG mode
|
há 17 anos atrás |
|
main.c
|
63d091ce4c
Cast time_t to long to avoid printf() format warning
|
há 14 anos atrás |
|
main.h
|
cd9d34f44b
* Write userfile asynchronously
|
há 14 anos atrás |
|
makehelp.c
|
f6cd52090c
* Cleanup unused variable warnings
|
há 14 anos atrás |
|
makeres.c
|
993f2cc3e0
* Update bd::String::printf syntax
|
há 15 anos atrás |
|
makeset.c
|
8bab91b17f
* Properly catch fatal errors writing temp files needed during compile
|
há 16 anos atrás |
|
makesort.c
|
eee567c263
* Make makesort use bdlib
|
há 16 anos atrás |
|
match.c
|
a73be06563
* Fix --disable-ipv6 compiling
|
há 15 anos atrás |
|
match.h
|
d08a62f16b
* Added primitive CIDR ban support (enforcebans/kickban/getop).
|
há 21 anos atrás |
|
misc.c
|
63d091ce4c
Cast time_t to long to avoid printf() format warning
|
há 14 anos atrás |
|
misc.h
|
4a1d2d12ea
* Fix bad grammar for update output
|
há 14 anos atrás |
|
misc_file.c
|
4d4a6141c3
* Remove unneeded cygwin support
|
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
|
190f4115a5
Merge branch 'type-cleanup'
|
há 14 anos atrás |
|
net.h
|
190f4115a5
Merge branch 'type-cleanup'
|
há 14 anos atrás |
|
openssl.c
|
7d758a5afd
* Set a list of preferred strong ciphers on load
|
há 15 anos atrás |
|
openssl.h
|
1d6e5068d8
* Refactor OpenSSL into openssl.{c,h} and load on startup
|
há 15 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
|
76875bf94b
* Optimize RFC string comparisons and fix uninitialized value warning
|
há 14 anos atrás |
|
rfc1459.h
|
c45ab07070
* Add a rfc_ncasecmp()
|
há 14 anos atrás |
|
set.c
|
8698831656
Add set 'fish-paranoid' (#23)
|
há 14 anos atrás |
|
set.h
|
8698831656
Add set 'fish-paranoid' (#23)
|
há 14 anos atrás |
|
settings.h
|
3dd72828e3
* Align pack data to 16 byte boundary as well
|
há 14 anos atrás |
|
shell.c
|
077327f815
* Set PR_SET_TRACER on ubuntu systems so child processes can ptrace() our process
|
há 15 anos atrás |
|
shell.h
|
4d4a6141c3
* Remove unneeded cygwin support
|
há 16 anos atrás |
|
socket.c
|
a7ea42ee13
* Update copyrights/licenses
|
há 16 anos atrás |
|
socket.h
|
56e19d4b51
* Remove port_t typedef
|
há 14 anos atrás |
|
sorthelp.c
|
993f2cc3e0
* Update bd::String::printf syntax
|
há 15 anos atrás |
|
sprintf.c
|
a7ea42ee13
* Update copyrights/licenses
|
há 16 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
|
e733257877
* Cleanup stringfix to use stdin/stdout to allow piping in cc1plus
|
há 14 anos atrás |
|
tandem.h
|
e88a064ec3
* Remove obsolete code botshouldjoin()
|
há 14 anos atrás |
|
thread.c
|
a7ea42ee13
* Update copyrights/licenses
|
há 16 anos atrás |
|
thread.h
|
98334382b0
* Misc
|
há 22 anos atrás |
|
timestamp.c
|
0cd7acd236
* Fix timezone issues in getts/getdate
|
há 17 anos atrás |
|
traffic.h
|
5fecc94dd5
* Huge commit that introduces countless bugs I'm sure.
|
há 21 anos atrás |
|
types.h
|
190f4115a5
Merge branch 'type-cleanup'
|
há 14 anos atrás |
|
userent.c
|
63d091ce4c
Cast time_t to long to avoid printf() format warning
|
há 14 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
|
aa7fd7a2e2
* Check that bot is valid in cmd_groups
|
há 14 anos atrás |
|
userrec.h
|
3864984bd5
Merge branch 'write-userfile-timer'
|
há 14 anos atrás |
|
users.c
|
376df7c28c
* Align FLAGS at the format level, not the header level
|
há 14 anos atrás |
|
users.h
|
aa7fd7a2e2
* Check that bot is valid in cmd_groups
|
há 14 anos atrás |
|
utc-time.c
|
bc91a7e206
* Added rcsid[] to all files
|
há 21 anos atrás |