summary refs log tree commit diff
path: root/pounce.1 (follow)
Commit message (Expand)AuthorAge
* Advertise STS policyJune McEnroe2020-02-27
* Document the causal.agency/consumer vendor capabilityJune McEnroe2020-02-27
* Re-sort STANDARDS sectionJune 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
* Implement source address selectionmultiplexd2020-02-18
* Rename SASL EXTERNAL section to CertFPJune McEnroe2020-01-17
* Document process of generating client certificatesJune McEnroe2020-01-17
* Allow signing by CA in -gJune McEnroe2020-01-12
* Clean up documentation for -AJune McEnroe2020-01-12
* Rename all local-related options to local-June McEnroe2020-01-12
* Add option to set local client CAJune McEnroe2020-01-12
* Add a vendor capability for passive clientsJune McEnroe2020-01-10
* Rename -A and -Q to -y and -qJune McEnroe2020-01-07
* Don't send self-PMs to the server 1.0p2June McEnroe2019-12-08
* Mention the name CertFP in SASL EXTERNAL guide 1.0June McEnroe2019-11-18
* Document accept and exit behaviorJune McEnroe2019-11-18
* Remove ISUPPORT draft referenceJune McEnroe2019-11-18
* Document inadvertent echo bugJune McEnroe2019-11-18
* Request NAMES on sync by defaultJune McEnroe2019-11-15
* Add concept of passive clientsJune McEnroe2019-11-14
* Filter multi-prefixJune McEnroe2019-11-14
* Add userhost-in-names to manualJune McEnroe2019-11-11
* Filter invite-notifyJune McEnroe2019-11-10
* Filter extended-joinJune McEnroe2019-11-10
* Expand client configuration documentation and list capabilitiesJune McEnroe2019-11-10
* Just write the example normallyJune McEnroe2019-11-07
* Document calico service configurationJune McEnroe2019-11-06
* Document SASL EXTERNAL configuration in more detailJune McEnroe2019-11-06
* Document pounce service configurationJune 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 "priv" instead of "key" in optionsJune McEnroe2019-11-05
* Implement SASL EXTERNALJune McEnroe2019-11-05
* Add options for TLS client certificateJune McEnroe2019-11-04
* Hash client passwords with cryptJune McEnroe2019-11-04
* Rename bind-unix to bind-pathJune McEnroe2019-11-03
* Append bindHost to bindPath if it is a directoryJune McEnroe2019-11-03
* Fix name of SNIJune McEnroe2019-11-02
* Note calico in pounce CAVEATSJune McEnroe2019-11-02
* Document pounce -U flagJune McEnroe2019-11-02
* Clean up cert path documentationJune McEnroe2019-10-30
* Add option for ring sizeJune McEnroe2019-10-30
'>2021-01-23Call pledge(2) after unveil(2)Klemens Nanni Simplify logic, be more idiomatic and finalize by pledging after all unveiling is done by omitting the "unveil" promise and thereby not allowing further calls to it. 2021-01-23Separate kiosk mode from restrict modeJune McEnroe Restrict mode will focus on sandboxing, while kiosk will continue to restrict IRC access through a public kiosk. Kiosk mode without restrict mode allows execution of man 1 catgirl with /help, assuming external sandboxing. The /list and /part commands are also added to the list of disabled commands in kiosk mode, since they are pointless without access to /join. 2021-01-21Simplify windowUpdate loops and factor out windowTopJune McEnroe No idea why I made that more complicated than it had to be looping backwards. 2021-01-21Document that M-l shows timestampsJune McEnroe 2021-01-19Don't lose swapped window when navigating to current bufferJeremy O'Brien 2021-01-19Use Warm heat for manually inserted blank linesJune McEnroe Oops, forgot about these. 2021-01-18Add example tmux(1) configKlemens Nanni Spawn one catgirl per network and handle reconnects through tmux, no extra tool required. 2021-01-17Use Warm heat for blank linesJune McEnroe So they're not hidden by M-+. 2021-01-16Add -I highlight option and /highlightJune McEnroe