about summary refs log tree commit diff
path: root/bounce.c (follow)
Commit message (Expand)AuthorAge
* Fix uninit read when checking if bindPath is a directoryJune McEnroe2022-05-19
* Allow quitting pounce from clientsJune McEnroe2022-04-03
* Rename client->error to client->removeJune McEnroe2022-03-29
* Set clientOrigin from bindHost, add dot if necessaryJune McEnroe2022-03-29
* Replace ORIGIN #define with clientOrigin variableJune McEnroe2022-03-29
* OpenBSD: Simplify unveil(2) callsJune McEnroe2021-10-07
* Refactor XDG base directory iterator APIJune McEnroe2021-10-05
* Load and reload local certificates like normalJune McEnroe2021-10-05
* Delete local-path socket like normalJune McEnroe2021-10-05
* FreeBSD: Remove capsicum supportJune McEnroe2021-10-05
* Remove certbot default pathsJune McEnroe2021-10-05
* Send PING to idle clients after 15 minutesJune McEnroe2021-10-03
* Log IRC to standard output with -vJune McEnroe2021-10-02
* Use EX_USAGE for all local configuration errorsJune McEnroe2021-09-05
* OpenBSD: Drop inet pledge when using unix socketJune McEnroe2021-09-03
* OpenBSD: Drop no longer needed unveils and pledge promisesJune McEnroe2021-09-03
* Reorder file loading in mainJune McEnroe2021-09-03
* Be nice and call tls_close(3) on the serverJune McEnroe2021-09-02
* Separate client QUIT and ERROR messagesJune McEnroe2021-09-02
* Remove redundant clientDiff functionJune McEnroe2021-09-02
* OpenBSD: pledge(2) the genCert code pathJune McEnroe2021-09-02
* OpenBSD: pledge(2) the hashPass code pathJune McEnroe2021-09-02
* OpenBSD: pledge(2) printCert code path separatelyJune McEnroe2021-09-02
* Call serverConfig() with NULLs for -oJune McEnroe2021-09-02
* Read from /dev/urandom instead of using getentropy(3)June McEnroe2021-09-02
* Add -m mode option to set user modesJune McEnroe2021-06-18
* Don't use :trailing parameter for JOINJune McEnroe2021-04-09
* Drop pledge capabilities after binding and connectingJune McEnroe2021-02-01
* Add -o and -t options to trust self-signed certificates 2.2June McEnroe2021-01-11
* Clean up main loop loopsJune McEnroe2020-11-21
* Add lazy client registration timeoutJune McEnroe2020-11-20
* Set client sockets non-blockingJune McEnroe2020-11-16
* Swap localAccept parameter orderJune McEnroe2020-11-14
* Only send shutdown QUIT and ERROR to registered clientsJune McEnroe2020-11-14
* Make struct Client publicJune McEnroe2020-11-14
* Wait for POLLIN to do client tls_handshakeJune McEnroe2020-11-13
* Report paths in unveil errorsJune McEnroe2020-11-10
* Handle signals before the main loopJune McEnroe2020-10-11
* Fix possibliy uninitialized error 2.0June McEnroe2020-09-09
* Rearrange bounce.c, move non-main mains below mainJune McEnroe2020-08-30
* Sandbox pounce with unveil(2)June McEnroe2020-08-30
* Refactor certificate loading and load all certs from config pathsJune McEnroe2020-08-28
* Sandbox pounce with pledge(2)June McEnroe2020-08-27
* Add support for OpenBSDJune McEnroe2020-08-27
* Remove deprecated option namesJune McEnroe2020-08-25
* Use dataOpen for save fileJune McEnroe2020-08-24
* Use configOpen to load localCAJune McEnroe2020-08-24
* Replace “RAND_bytes” by “getentropy”Issam E. Maghni2020-08-23
* Implement stub of palaverapp.com capabilityJune McEnroe2020-08-11
* Refactor clientCA and clientSTS as clientCapsJune McEnroe2020-08-10