summary refs log tree commit diff
path: root/bounce.h (follow)
Commit message (Expand)AuthorAge
* 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
* Allocate ring buffer at runtimeJune McEnroe2019-10-29
* Implement getopt_long-integrated configuration parsingJune McEnroe2019-10-29
* Add option to save and load ring contents across restartsJune McEnroe2019-10-28
* Move entire login flow to state and reorganize itJune McEnroe2019-10-28
* Only increment consumer after successful sendJune McEnroe2019-10-27
* Output ring info on SIGINFOJune McEnroe2019-10-27
* Add undocumented flag to disable verificationJune McEnroe2019-10-26
* Track channel topicsJune McEnroe2019-10-26
* Add flags to request TOPIC and NAMES on client connectJune McEnroe2019-10-26
* Add AGPLv3 notice on client registrationJune McEnroe2019-10-25
* Send PRIVMSG and NOTICE to other clientsJune McEnroe2019-10-25
* Clean up listen APIJune McEnroe2019-10-25
* Use produce/consume words for ring bufferJune McEnroe2019-10-25
* Implement client reading from ring bufferJune McEnroe2019-10-25
* Implement ringDiff and ringReadJune McEnroe2019-10-25
* Register readers by client usernamesJune McEnroe2019-10-24
* Implement ringWriteJune McEnroe2019-10-24
* Make clientFormat publicJune McEnroe2019-10-24
* Make serverFormat publicJune McEnroe2019-10-24
* Rename some thingsJune McEnroe2019-10-24
* Rename Command to MessageJune McEnroe2019-10-23
* Synchronize state after client registrationJune McEnroe2019-10-23