Commit message (Collapse) | Author | Age | ||
---|---|---|---|---|
... | ||||
* | Rename SASL EXTERNAL section to CertFP | June McEnroe | 2020-01-17 | |
| | ||||
* | Document process of generating client certificates | June McEnroe | 2020-01-17 | |
| | ||||
* | Allow signing by CA in -g | June McEnroe | 2020-01-12 | |
| | ||||
* | Clean up documentation for -A | June McEnroe | 2020-01-12 | |
| | ||||
* | Rename all local-related options to local- | June McEnroe | 2020-01-12 | |
| | | | | | | | This disambiguates client-ca and client-pass from client-cert and client-key, which apply to opposite sides of the program. The old option names will continue to work. | |||
* | Add option to set local client CA | June McEnroe | 2020-01-12 | |
| | | | | | | | | | This is a little bit messy. Allows setting either -A or -W or both. Implements SASL EXTERNAL for clients that expect that when connecting with a client certificate. Need to test that reloading still works inside capsicum, since I suspect that rewind call may be blocked. | |||
* | Add a vendor capability for passive clients | June McEnroe | 2020-01-10 | |
| | | | | | | This way things like litterbox can do it automatically without having to be configured with a hyphen-prefixed username, which is usually invalid anywhere else. | |||
* | Rename -A and -Q to -y and -q | June McEnroe | 2020-01-07 | |
| | | | | | | | | | | | The other upper-case options are related to the listening side of things, not the server side, so this is more consistent. This is incompatible, but will fail loudly, and I expect these options are more likely set in a configuration file, if they are set at all. I also want to free up -A for setting a client CA, but assuming your away message is not also an existing file path, that will continue to fail loudly. | |||
* | Don't send self-PMs to the server 1.0p2 | June McEnroe | 2019-12-08 | |
| | ||||
* | Mention the name CertFP in SASL EXTERNAL guide 1.0 | June McEnroe | 2019-11-18 | |
| | ||||
* | Document accept and exit behavior | June McEnroe | 2019-11-18 | |
| | ||||
* | Remove ISUPPORT draft reference | June McEnroe | 2019-11-18 | |
| | | | | | I don't actually deal with it at all other than storing them for syncing clients. | |||
* | Document inadvertent echo bug | June McEnroe | 2019-11-18 | |
| | ||||
* | Request NAMES on sync by default | June McEnroe | 2019-11-15 | |
| | | | | This inverts the meaning of -N! | |||
* | Add concept of passive clients | June McEnroe | 2019-11-14 | |
| | ||||
* | Filter multi-prefix | June McEnroe | 2019-11-14 | |
| | ||||
* | Add userhost-in-names to manual | June McEnroe | 2019-11-11 | |
| | ||||
* | Filter invite-notify | June McEnroe | 2019-11-10 | |
| | ||||
* | Filter extended-join | June McEnroe | 2019-11-10 | |
| | ||||
* | Expand client configuration documentation and list capabilities | June McEnroe | 2019-11-10 | |
| | ||||
* | Just write the example normally | June McEnroe | 2019-11-07 | |
| | ||||
* | Document calico service configuration | June McEnroe | 2019-11-06 | |
| | ||||
* | Document SASL EXTERNAL configuration in more detail | June McEnroe | 2019-11-06 | |
| | ||||
* | Document pounce service configuration | June McEnroe | 2019-11-06 | |
| | ||||
* | Add flag to generate a client certificate | June McEnroe | 2019-11-06 | |
| | | | | | This is essentially the command freenode tells you to run: <https://freenode.net/kb/answer/certfp>. | |||
* | Give SYNOPSIS Ars more informative names | June McEnroe | 2019-11-06 | |
| | ||||
* | Expand SASL EXTERNAL documentation | June McEnroe | 2019-11-06 | |
| | ||||
* | Use "priv" instead of "key" in options | June McEnroe | 2019-11-05 | |
| | | | | Let all words be four letter words. | |||
* | Implement SASL EXTERNAL | June McEnroe | 2019-11-05 | |
| | ||||
* | Add options for TLS client certificate | June McEnroe | 2019-11-04 | |
| | ||||
* | Hash client passwords with crypt | June McEnroe | 2019-11-04 | |
| | ||||
* | Rename bind-unix to bind-path | June McEnroe | 2019-11-03 | |
| | ||||
* | Append bindHost to bindPath if it is a directory | June McEnroe | 2019-11-03 | |
| | ||||
* | Fix name of SNI | June McEnroe | 2019-11-02 | |
| | ||||
* | Note calico in pounce CAVEATS | June McEnroe | 2019-11-02 | |
| | ||||
* | Document pounce -U flag | June McEnroe | 2019-11-02 | |
| | | | | Not yet implemented. | |||
* | Clean up cert path documentation | June McEnroe | 2019-10-30 | |
| | ||||
* | Add option for ring size | June McEnroe | 2019-10-30 | |
| | ||||
* | Clarify some documentation | June McEnroe | 2019-10-29 | |
| | ||||
* | Implement getopt_long-integrated configuration parsing | June McEnroe | 2019-10-29 | |
| | ||||
* | Sort standards in manual page | June McEnroe | 2019-10-29 | |
| | ||||
* | Document lack of channel distinction caveat | June McEnroe | 2019-10-29 | |
| | ||||
* | Add option to save and load ring contents across restarts | June McEnroe | 2019-10-28 | |
| | ||||
* | Add quit message option | June McEnroe | 2019-10-28 | |
| | ||||
* | Reload certificate on SIGUSR1 | June McEnroe | 2019-10-27 | |
| | ||||
* | Track channel topics | June McEnroe | 2019-10-26 | |
| | ||||
* | Set AWAY when no clients are connected | June McEnroe | 2019-10-26 | |
| | ||||
* | Add flags to request TOPIC and NAMES on client connect | June McEnroe | 2019-10-26 | |
| | ||||
* | Allow reading sensitive information from files | June McEnroe | 2019-10-26 | |
| | ||||
* | Expand documentation | June McEnroe | 2019-10-25 | |
| |