summary refs log tree commit diff
Commit message (Expand)AuthorAge
* Declare more missing functions and deal with lack of SO_NOSIGPIPEJune McEnroe2019-11-06
* Define one CERTBOT_PATH rather than two format stringsJune McEnroe2019-11-06
* Change license to GPLv3June McEnroe2019-11-06
* Add flag to generate a client certificateJune McEnroe2019-11-06
* Give SYNOPSIS Ars more informative namesJune McEnroe2019-11-06
* Expand SASL EXTERNAL documentationJune McEnroe2019-11-06
* Use explicit_bzero from LibreSSLJune McEnroe2019-11-06
* Clean up bounce.cJune McEnroe2019-11-05
* Use "priv" instead of "key" in optionsJune McEnroe2019-11-05
* Use arc4random_bufJune McEnroe2019-11-05
* Add missing includeJune McEnroe2019-11-05
* Use one call to set client cert and keyJune McEnroe2019-11-05
* Implement SASL EXTERNALJune McEnroe2019-11-05
* Add options for TLS client certificateJune McEnroe2019-11-04
* Zero PASS parameterJune McEnroe2019-11-04
* Don't set directory modes on installJune McEnroe2019-11-04
* Hash client passwords with cryptJune McEnroe2019-11-04
* Move base64 to bounce.hJune McEnroe2019-11-04
* Rename bind-unix to bind-pathJune McEnroe2019-11-03
* Append bindHost to bindPath if it is a directoryJune McEnroe2019-11-03
* Set up /var/run/calico and /usr/local/etc/pounceJune McEnroe2019-11-03
* Set procname in calico rc scriptJune McEnroe2019-11-02
* Send an unrecognized_name alert when failing to dispatchJune McEnroe2019-11-02
* Fix name of SNIJune McEnroe2019-11-02
* Unlink UNIX socket at exitJune McEnroe2019-11-02
* Note calico in pounce CAVEATSJune McEnroe2019-11-02
* Add calico rc scriptJune McEnroe2019-11-02
* Apply capsicum to calicoJune McEnroe2019-11-02
* Fix trying to cap_rights_limit a NULL saveFileJune McEnroe2019-11-02
* Implement UNIX-domain bindingJune McEnroe2019-11-02
* Don't try to sendfd if connect failedJune McEnroe2019-11-02
* Document pounce -U flagJune McEnroe2019-11-02
* Add SNI socket dispatcherJune McEnroe2019-11-02
* Limit saveFile to CAP_WRITEJune McEnroe2019-11-01
* Implement capsicum workaround for certbotJune McEnroe2019-11-01
* Reload certificates using openatJune McEnroe2019-11-01
* Re-read cert and key from the same FILEsJune McEnroe2019-11-01
* Use capsicumJune McEnroe2019-11-01
* Use explicit_bzero to clear passwordsJune McEnroe2019-10-31
* Send clients their own QUIT on shutdownJune McEnroe2019-10-31
* Shrink client buffer sizeJune McEnroe2019-10-31
* Iterator over pollfds in reverseJune McEnroe2019-10-31
* Clear passwords from memory with memset_sJune McEnroe2019-10-31
* Clean up cert path documentationJune McEnroe2019-10-30
* Remove client count FIXMEJune McEnroe2019-10-30
* Preserve consumers ptr in realloc failureJune McEnroe2019-10-30
* Add option for ring sizeJune McEnroe2019-10-30
* Set away status upon connectingJune McEnroe2019-10-30
* Add make target for localhost.crtJune McEnroe2019-10-30
* Warn when consumers drop messagesJune McEnroe2019-10-30
status. 2019-02-22Add /znc commandJune McEnroe Only because ZNC tells you to use it and expects it to work. 2019-02-22Update status line after scrolling and term eventsJune McEnroe 2019-02-22Reorganize input.cJune McEnroe 2019-02-22Fix name of <raw> window in man pageJune McEnroe 2019-02-22Rename global tags with angle bracketsJune McEnroe 2019-02-22Show status window while connectingJune McEnroe 2019-02-22Reorganize UI code for the umpteenth timeJune McEnroe It's actually in a good state now, I think. 2019-02-21Replace "view" with "window"June McEnroe I think originally I didn't want to use the same word as curses WINDOW but it's really much clearer for the user if they're just called windows. UI code probably needs yet another rewrite though. Still feels messy. 2019-02-21Remove ROT13June McEnroe It's just not convenient when it can only do the whole line... 2019-02-21Clean up man pageJune McEnroe 2019-01-26Draw UI before connectingJune McEnroe Otherwise the "Traveling" message isn't visible while connecting. 2019-01-25Avoid unused variable warnings with getyxJune McEnroe 2019-01-25Add GNU/Linux build instructionsJune McEnroe