summaryrefslogtreecommitdiffhomepage
path: root/debug-me.1
Commit message (Collapse)AuthorAge
* fix typo in manpage markupSean Whitton2017-05-22
|
* developer keyring verificationJoey Hess2017-05-20
| | | | | | | | | | | | | | * gpg keyrings in /usr/share/debug-me/ will be checked to see if a connecting person is a known developer of software installed on the system, and so implicitly trusted already. Software packages/projects can install keyrings to that location. (Thanks to Sean Whitton for the idea.) * make install will install /usr/share/debug-me/debug-me_developer.gpg, which contains the key of Joey Hess. (stack and cabal installs don't include this file because they typically don't install system-wide) * debug-me.cabal: Added dependency on time. This commit was sponsored by Francois Marier on Patreon.
* mention other log dirJoey Hess2017-05-09
|
* Server: DEBUG_ME_FROM_EMAIL can be used to specify the --from-email.Joey Hess2017-05-09
| | | | This is used in debug-me.default to encourage configuring it.
* --verify modeJoey Hess2017-05-04
| | | | This commit was sponsored by Thom May on Patreon.
* --replay: make Space advance to next outputJoey Hess2017-05-04
| | | | This commit was sponsored by John Peloquin on Patreon.
* capitalizationJoey Hess2017-05-02
|
* /quitJoey Hess2017-05-02
| | | | This commit was sponsored by Jake Vosloo on Patreon.
* add --use-server option for userJoey Hess2017-04-30
|
* server: email logs to user, and option to delete old onesJoey Hess2017-04-30
|
* improceJoey Hess2017-04-30
|
* make url work without --debugJoey Hess2017-04-30
|
* user gpg key checking and prompting done!Joey Hess2017-04-29
|
* control window and chattingJoey Hess2017-04-28
| | | | Works!
* log to ~/.debug-me/log/Joey Hess2017-04-28
| | | | | | | | | Make watcher also log and display the name of the logfile at start and end of session. --download still downloads to current directory because that seems less surprising than downloading to elsewhere. Also, the user might want to keep a copy of the local log while downloading the server log.
* improved description and man pageJoey Hess2017-04-28
| | | | documenting well ahead of implementation now
* gpg sign developer session keyJoey Hess2017-04-26
| | | | | | And part of what we need to have users verify them. This commit was sponsored by andrea rota.
* updateJoey Hess2017-04-26
|
* fix connection closingJoey Hess2017-04-24
| | | | Now when the user quits, the developer also exits.
* added debug-me --watch modeJoey Hess2017-04-21
| | | | This commit was sponsored by Ewen McNeill.
* add --download modeJoey Hess2017-04-21
| | | | | | | Nice, was able to reuse all the protocol stuff from Role.Developer for this. This commit was sponsored by Fernando Jimenez on Patreon.
* markupJoey Hess2017-04-21
|
* man pageJoey Hess2017-04-21
|
* debug-me is able to run a shell in a slave ptyJoey Hess2017-04-11
Lots of terminal mode fun. Has a few warts still, but it works well enough to be comfortable, and even vim works ok. This commit was sponsored by John Peloquin on Patreon.