summary refs log tree commit diff
path: root/bounce.h (follow)
Commit message (Expand)AuthorAge
* 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
* 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
r class='nohover-highlight'> 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