summaryrefslogtreecommitdiff
path: root/bounce.h (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* Implement source address selectionmultiplexd2020-02-181-1/+1
* Add option to set local client CAC. McEnroe2020-01-121-1/+2
* Add a vendor capability for passive clientsC. McEnroe2020-01-101-0/+1
* Update source URLC. McEnroe2019-12-241-1/+1
* Reference openssl(1) by absolute pathedef2019-11-271-0/+4
* Declare globals as extern in headers, and define in source fileMichael Forney2019-11-211-5/+5
* Request NAMES on sync by defaultC. McEnroe2019-11-151-1/+1
* Use struct timeval for sub-second precisionC. McEnroe2019-11-141-3/+3
* Filter multi-prefixC. McEnroe2019-11-141-0/+1
* Filter userhost-in-namesC. McEnroe2019-11-111-0/+1
* Filter invite-notifyC. McEnroe2019-11-101-0/+2
* Filter extended-joinC. McEnroe2019-11-101-0/+1
* Rename listen to localC. McEnroe2019-11-101-4/+4
* Remove extended-join and invite-notifyC. McEnroe2019-11-091-2/+0
* Maintain stateCaps and offer them to clientsC. McEnroe2019-11-091-0/+2
* Parse capabilitiesC. McEnroe2019-11-091-2/+53
* Avoid the reserved _A names with BIT macroC. McEnroe2019-11-091-1/+1
* Define macro for bit flag enumsC. McEnroe2019-11-091-0/+1
* Only change AWAY status for registered clientsC. McEnroe2019-11-081-0/+1
* Use #defines for constant stringsC. McEnroe2019-11-061-3/+3
* Define one CERTBOT_PATH rather than two format stringsC. McEnroe2019-11-061-6/+2
* Change license to GPLv3C. McEnroe2019-11-061-4/+4
* Use explicit_bzero from LibreSSLC. McEnroe2019-11-061-5/+2
* Implement SASL EXTERNALC. McEnroe2019-11-051-1/+1
* Add options for TLS client certificateC. McEnroe2019-11-041-1/+2
* Zero PASS parameterC. McEnroe2019-11-041-3/+3
* Hash client passwords with cryptC. McEnroe2019-11-041-3/+1
* Move base64 to bounce.hC. McEnroe2019-11-041-0/+32
* Implement UNIX-domain bindingC. McEnroe2019-11-021-0/+1
* Re-read cert and key from the same FILEsCurtis McEnroe2019-11-011-1/+1
* Use explicit_bzero to clear passwordsCurtis McEnroe2019-10-311-0/+5
* Allocate ring buffer at runtimeCurtis McEnroe2019-10-291-0/+1
* Implement getopt_long-integrated configuration parsingCurtis McEnroe2019-10-291-0/+6
* Add option to save and load ring contents across restartsCurtis McEnroe2019-10-281-0/+3
* Move entire login flow to state and reorganize itCurtis McEnroe2019-10-281-6/+7
* Only increment consumer after successful sendCurtis McEnroe2019-10-271-0/+1
* Output ring info on SIGINFOCurtis McEnroe2019-10-271-0/+1
* Add undocumented flag to disable verificationCurtis McEnroe2019-10-261-1/+1
* Track channel topicsCurtis McEnroe2019-10-261-1/+0
* Add flags to request TOPIC and NAMES on client connectCurtis McEnroe2019-10-261-0/+2
* Add AGPLv3 notice on client registrationCurtis McEnroe2019-10-251-0/+3
* Send PRIVMSG and NOTICE to other clientsCurtis McEnroe2019-10-251-0/+1
* Clean up listen APICurtis McEnroe2019-10-251-1/+1
* Use produce/consume words for ring bufferCurtis McEnroe2019-10-251-5/+5
* Implement client reading from ring bufferCurtis McEnroe2019-10-251-5/+7
* Implement ringDiff and ringReadCurtis McEnroe2019-10-251-0/+3
* Register readers by client usernamesCurtis McEnroe2019-10-241-0/+1
* Implement ringWriteCurtis McEnroe2019-10-241-0/+2
* Make clientFormat publicCurtis McEnroe2019-10-241-0/+2
* Make serverFormat publicCurtis McEnroe2019-10-241-2/+3