summary refs log tree commit diff
path: root/pounce.1 (follow)
Commit message (Collapse)AuthorAge
* 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
| | | | | This is essentially the command freenode tells you to run: <https://freenode.net/kb/answer/certfp>.
* 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
| | | | Let all words be four letter words.
* 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
| | | | Not yet implemented.
* Clean up cert path documentationJune McEnroe2019-10-30
|
* Add option for ring sizeJune McEnroe2019-10-30
|
* Clarify some documentationJune McEnroe2019-10-29
|
* Implement getopt_long-integrated configuration parsingJune McEnroe2019-10-29
|
* Sort standards in manual pageJune McEnroe2019-10-29
|
* Document lack of channel distinction caveatJune McEnroe2019-10-29
|
* Add option to save and load ring contents across restartsJune McEnroe2019-10-28
|
* Add quit message optionJune McEnroe2019-10-28
|
* Reload certificate on SIGUSR1June McEnroe2019-10-27
|
* Track channel topicsJune McEnroe2019-10-26
|
* Set AWAY when no clients are connectedJune McEnroe2019-10-26
|
* Add flags to request TOPIC and NAMES on client connectJune McEnroe2019-10-26
|
* Allow reading sensitive information from filesJune McEnroe2019-10-26
|
* Expand documentationJune McEnroe2019-10-25
|
* Rename project pounceJune McEnroe2019-10-25
ogsubject'>Update status line after scrolling and term eventsJune McEnroe 2019-02-22Reorganize input.cJune McEnroe 2019-02-22Fix name of <raw> window in man pageJune McEnroe 2019-02-22Rename global tags with angle bracketsJune McEnroe 2019-02-22Show status window while connectingJune McEnroe 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