about summary refs log tree commit diff
path: root/pounce.1 (follow)
Commit message (Collapse)AuthorAge
* Implement draft/read-markerJune McEnroe2023-07-16
|
* Add support for extended-monitorJune McEnroe2023-07-16
| | | | | Doesn't need any new filtering since the actual messages added by extended-monitor are gated by other caps which already have filtering.
* Use $pounce as clientQuit keywordJune McEnroe2022-10-30
|
* Update copyrights, authorsJune McEnroe2022-07-17
|
* Allow quitting pounce from clientsJune McEnroe2022-04-03
|
* Document using -S to connect over IPv4 or IPv6June McEnroe2022-03-14
|
* Remove CAVEATS section 3.0June McEnroe2021-10-15
| | | | | | The first one is already covered in the opening paragraphs. The second is now I think better covered by the DIAGNOSTICS section, though maybe not as specifically.
* Prefix other example commands with $ promptJune McEnroe2021-10-15
|
* Add back pounce EXAMPLES sectionJune McEnroe2021-10-15
|
* Note TLS certificate requirement early in manualJune McEnroe2021-10-15
|
* Don't call pounce a daemonJune McEnroe2021-10-07
|
* Refer to long option names rather than flagsJune McEnroe2021-10-07
| | | | Except of course when flags only exist as flags.
* Separate options into three sectionsJune McEnroe2021-10-07
|
* Remove certbot default pathsJune McEnroe2021-10-05
|
* Log IRC to standard output with -vJune McEnroe2021-10-02
| | | | | So that it can actually be logged to a file separate from any errors or status messages. Also make sure only LF is used when logging.
* Document DIAGNOSTICSJune McEnroe2021-09-05
|
* Expand on -s size optionJune McEnroe2021-09-05
|
* Clarify parts of the manualJune McEnroe2021-09-05
| | | | | Most importantly, call out both times that it's IRC usernames pounce cares about, not nicknames.
* Replace verbose colors with two types of arrowsJune McEnroe2021-08-20
| | | | | | While the colors were easy to identify in blocks, the meaning of arrows is easier to remember, and survive logs being pasted for debugging.
* Add -m mode option to set user modesJune McEnroe2021-06-18
|
* Document channel keys in join optionJune McEnroe2021-06-18
|
* Use | to separate flags from config optionsJune McEnroe2021-06-18
| | | | | | | This lets mandoc generate tags for the option names as well, so you can ":t away" in less(1), for example, and anchor links in HTML output. The added No's prevent the equals signs from being part of the anchor links.
* Stop referring to server-time as IRCv3.2June McEnroe2021-06-18
| | | | | | IRCv3 has moved away from grouping specs together into versions like this. SASL is still referred to as IRCv3.2 because there are two different versions of that spec.
* Replace freenode with tilde.chatJune McEnroe2021-05-19
|
* Clarify configuration path interpretationsJune McEnroe2021-01-28
|
* Support echo-message capabilityJune McEnroe2021-01-24
| | | | | | | Only request it with labeled-response, since it is impossible to correlate messages to clients without. For clients without echo-message, synthesize a label on PRIVMSG/NOTICE/TAGMSG, then filter out received messages with that label.
* Add -o and -t options to trust self-signed certificates 2.2June McEnroe2021-01-11
|
* Make SYNOPSIS arguments consistent with option namesJune McEnroe2021-01-11
|
* Alphabetize STANDARDS sectionsJune McEnroe2020-12-18
|
* Add chmod+chown to certbot exampleJune McEnroe2020-08-30
|
* Refactor certificate loading and load all certs from config pathsJune McEnroe2020-08-28
|
* Remove rc scriptsJune McEnroe2020-08-27
|
* Support the pounce_env rc variableJune McEnroe2020-08-25
|
* Document configuration and data file searchJune McEnroe2020-08-25
|
* Document -L / palaver optionJune McEnroe2020-08-12
|
* Document concatenating client certificates for authJune McEnroe2020-08-01
| | | | | This is actually the better approach since certificates can easily be removed from the file.
* Add -R blind-req optionJune McEnroe2020-07-06
| | | | | Allows requesting userhost-in-names on freenode, which is available but hidden.
* Clarify or otherwise expand documentationJune McEnroe2020-05-19
|
* Update email addressesJune McEnroe2020-05-18
|
* Add server send queueing with time intervalJune McEnroe2020-05-11
| | | | | | | | | This addresses pounce getting killed with "Excess flood" when it sends NAMES commands for too many channels when a client connects. These commands, as well as automatic AWAY commands, are by default throttled to 5 per second. Tested on freenode with 36 channels and 200ms interval.
* Advertise STS policyJune McEnroe2020-02-27
| | | | | Duration is set to INT_MAX since pounce will never accept cleartext connections.
* Document the causal.agency/consumer vendor capabilityJune McEnroe2020-02-27
|
* Re-sort STANDARDS sectionJune McEnroe2020-02-27
| | | | Authors in order listed on IRCv3.
* 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
|