summaryrefslogtreecommitdiffhomepage
path: root/CHANGELOG
Commit message (Collapse)AuthorAge
* releasing package debug-me version 1.202212311.20221231Joey Hess2022-12-31
|
* releasing package debug-me version 1.202203241.20220324Joey Hess2022-03-24
|
* update to lts-19.0Joey Hess2022-03-24
| | | | Tony noted it builds with this after his patches.
* releasing package debug-me version 1.202008201.20200820Joey Hess2020-08-20
|
* Update to lts-14.27, support websockets 0.12.7.Joey Hess2020-08-20
| | | | This commit was sponsored by Boyd Stephen Smith Jr. on Patreon.
* debug-me.service: Remove /etc from InaccessiblePathsJoey Hess2020-08-20
| | | | | | | | | | | As that prevents the server sending email using eg postfix, which needs to read its config files. This locking down was inherited from keysafe, which has more stringent security needs, and is not needed here. I left /home in the list, because why not. This commit was sponsored by Brett Eisenberg on Patreon.
* releasing package debug-me version 1.201909261.20190926Joey Hess2019-09-26
|
* Avoid a crash when run without a controlling tty, which may happen in some ↵Joey Hess2019-09-26
| | | | container environments.
* Update to lts-13.29, support ghc 8.6.5, and aeson 1.4.Joey Hess2019-09-26
| | | | | | | | | First tried lts-14.7, but the version of cabal-install currently in debian unstable (2.2.0.0) is not able to parse its cabal files. Small fix for MonadFail changes. This commit was sponsored by Jochen Bartl on Patreon.
* releasing package debug-me version 1.201812081.20181208Joey Hess2018-12-08
|
* Update to lts-12.10, support ghc 8.4, and aeson 1.3.Joey Hess2018-12-08
| | | | | | | | | | | | | | | | Don't fully understand the need for the MonoLocalBinds language extension, which was not needed before but now ghc complains if it's not included, but I've tested it and it does work. All the rest of the changes are straightforward AMP changes and dep updates. Removed fgl from stack.yaml because it seems that indirect dep no longer needs to be specified for stack to build. Added custom-setup stanza since stack now warns without one. This commit was sponsored by Trenton Cronholm on Patreon.
* stack.yaml: Update to lts-11.17.Joey Hess2018-07-10
| | | | Note that this needs a newer version of stack than is in Debian stable.
* Update to lts-9.0.1.20170810Joey Hess2017-08-10
|
* Fix build with websockets-0.10.0.0 which did not support compression.Joey Hess2017-08-10
|
* releasing package debug-me version 1.201705201.20170520Joey Hess2017-05-20
|
* 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.
* updateJoey Hess2017-05-20
|
* stack.yaml: Update to new posix-pty version.Joey Hess2017-05-20
|
* releasing package debug-me version 1.201705091.20170509Joey Hess2017-05-09
|
* Fix bug that prevented creating ~/.debug-me/log/remote/ when ~/.debug-me/ ↵Joey Hess2017-05-09
| | | | didn't already exist.
* 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.
* Avoid crash when --use-server is given an url that does not include a path.Joey Hess2017-05-09
|
* avoid EMAILJoey Hess2017-05-09
| | | | | | I think that systemd's parser for environment files does not let environment variables be built up out of previously set variables, so avoid that.
* changelogJoey Hess2017-05-09
|
* Server: Use "postmaster" as default --from-email address rather than ↵Joey Hess2017-05-09
| | | | "unknown@server".
* forgot to add!Joey Hess2017-05-04