index
:
pounce
this commit
master
IRC bouncer
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
bounce.c
(
follow
)
Commit message (
Expand
)
Author
Age
*
OpenBSD: Simplify unveil(2) calls
June McEnroe
2021-10-07
*
Refactor XDG base directory iterator API
June McEnroe
2021-10-05
*
Load and reload local certificates like normal
June McEnroe
2021-10-05
*
Delete local-path socket like normal
June McEnroe
2021-10-05
*
FreeBSD: Remove capsicum support
June McEnroe
2021-10-05
*
Remove certbot default paths
June McEnroe
2021-10-05
*
Send PING to idle clients after 15 minutes
June McEnroe
2021-10-03
*
Log IRC to standard output with -v
June McEnroe
2021-10-02
*
Use EX_USAGE for all local configuration errors
June McEnroe
2021-09-05
*
OpenBSD: Drop inet pledge when using unix socket
June McEnroe
2021-09-03
*
OpenBSD: Drop no longer needed unveils and pledge promises
June McEnroe
2021-09-03
*
Reorder file loading in main
June McEnroe
2021-09-03
*
Be nice and call tls_close(3) on the server
June McEnroe
2021-09-02
*
Separate client QUIT and ERROR messages
June McEnroe
2021-09-02
*
Remove redundant clientDiff function
June McEnroe
2021-09-02
*
OpenBSD: pledge(2) the genCert code path
June McEnroe
2021-09-02
*
OpenBSD: pledge(2) the hashPass code path
June McEnroe
2021-09-02
*
OpenBSD: pledge(2) printCert code path separately
June McEnroe
2021-09-02
*
Call serverConfig() with NULLs for -o
June McEnroe
2021-09-02
*
Read from /dev/urandom instead of using getentropy(3)
June McEnroe
2021-09-02
*
Add -m mode option to set user modes
June McEnroe
2021-06-18
*
Don't use :trailing parameter for JOIN
June McEnroe
2021-04-09
*
Drop pledge capabilities after binding and connecting
June McEnroe
2021-02-01
*
Add -o and -t options to trust self-signed certificates
2.2
June McEnroe
2021-01-11
*
Clean up main loop loops
June McEnroe
2020-11-21
*
Add lazy client registration timeout
June McEnroe
2020-11-20
*
Set client sockets non-blocking
June McEnroe
2020-11-16
*
Swap localAccept parameter order
June McEnroe
2020-11-14
*
Only send shutdown QUIT and ERROR to registered clients
June McEnroe
2020-11-14
*
Make struct Client public
June McEnroe
2020-11-14
*
Wait for POLLIN to do client tls_handshake
June McEnroe
2020-11-13
*
Report paths in unveil errors
June McEnroe
2020-11-10
*
Handle signals before the main loop
June McEnroe
2020-10-11
*
Fix possibliy uninitialized error
2.0
June McEnroe
2020-09-09
*
Rearrange bounce.c, move non-main mains below main
June McEnroe
2020-08-30
*
Sandbox pounce with unveil(2)
June McEnroe
2020-08-30
*
Refactor certificate loading and load all certs from config paths
June McEnroe
2020-08-28
*
Sandbox pounce with pledge(2)
June McEnroe
2020-08-27
*
Add support for OpenBSD
June McEnroe
2020-08-27
*
Remove deprecated option names
June McEnroe
2020-08-25
*
Use dataOpen for save file
June McEnroe
2020-08-24
*
Use configOpen to load localCA
June McEnroe
2020-08-24
*
Replace “RAND_bytes” by “getentropy”
Issam E. Maghni
2020-08-23
*
Implement stub of palaverapp.com capability
June McEnroe
2020-08-11
*
Refactor clientCA and clientSTS as clientCaps
June McEnroe
2020-08-10
*
Say "OpenSSL" in additional permission notices
June McEnroe
2020-08-06
*
Fix signing certificates with -A and -g
June McEnroe
2020-08-01
*
Remove compat.h
June McEnroe
2020-08-01
*
Use snprintf instead of strlcat
June McEnroe
2020-08-01
*
Use snprintf instead of strlcpy
June McEnroe
2020-07-31
[next]