summary refs log tree commit diff
path: root/bounce.h (follow)
Commit message (Expand)AuthorAge
* Use snprintf instead of strlcatJune McEnroe2020-08-01
* Rewrite configure script for all platformsJune McEnroe2020-07-24
* Add -R blind-req optionJune McEnroe2020-07-06
* Add additional permission for linking with LibreSSLJune McEnroe2020-06-08
* Add server send queueing with time intervalJune McEnroe2020-05-11
* Replace .mk files with configure scriptJune McEnroe2020-03-01
* Advertise STS policyJune McEnroe2020-02-27
* Set consumer pos with CAP REQ causal.agency/consumer=nJune McEnroe2020-02-27
* Add causal.agency/consumer capabilityJune McEnroe2020-02-27
* Send CAP LS 302 to the serverJune McEnroe2020-02-27
* Support CAP LS 302 from clientsJune McEnroe2020-02-27
* Support cap-notifyJune McEnroe2020-02-27
* Support setnameJune McEnroe2020-02-26
* Support labeled-responseJune McEnroe2020-02-26
* Support batchJune McEnroe2020-02-26
* Support account-tagJune McEnroe2020-02-26
* Support message-tagsJune McEnroe2020-02-25
* Request server-time from the server and filter tags for clientsJune McEnroe2020-02-25
* Bump buffer sizes to allow for tagsJune McEnroe2020-02-25
* Implement source address selectionmultiplexd2020-02-18
* Add option to set local client CAJune McEnroe2020-01-12
* Add a vendor capability for passive clientsJune McEnroe2020-01-10
* Update source URLJune McEnroe2019-12-24
* Reference openssl(1) by absolute pathedef2019-11-27
* Declare globals as extern in headers, and define in source fileMichael Forney2019-11-21
* Request NAMES on sync by defaultJune McEnroe2019-11-15
* Use struct timeval for sub-second precisionJune McEnroe2019-11-14
* Filter multi-prefixJune McEnroe2019-11-14
* Filter userhost-in-namesJune McEnroe2019-11-11
* Filter invite-notifyJune McEnroe2019-11-10
* Filter extended-joinJune McEnroe2019-11-10
* Rename listen to localJune McEnroe2019-11-10
* Remove extended-join and invite-notifyJune McEnroe2019-11-09
* Maintain stateCaps and offer them to clientsJune McEnroe2019-11-09
* Parse capabilitiesJune McEnroe2019-11-09
* Avoid the reserved _A names with BIT macroJune McEnroe2019-11-09
* Define macro for bit flag enumsJune McEnroe2019-11-09
* Only change AWAY status for registered clientsJune McEnroe2019-11-08
* Use #defines for constant stringsJune McEnroe2019-11-06
* Define one CERTBOT_PATH rather than two format stringsJune McEnroe2019-11-06
* Change license to GPLv3June McEnroe2019-11-06
* Use explicit_bzero from LibreSSLJune McEnroe2019-11-06
* Implement SASL EXTERNALJune McEnroe2019-11-05
* Add options for TLS client certificateJune McEnroe2019-11-04
* Zero PASS parameterJune McEnroe2019-11-04
* Hash client passwords with cryptJune McEnroe2019-11-04
* Move base64 to bounce.hJune McEnroe2019-11-04
* Implement UNIX-domain bindingJune McEnroe2019-11-02
* Re-read cert and key from the same FILEsJune McEnroe2019-11-01
* Use explicit_bzero to clear passwordsJune McEnroe2019-10-31