1. 13 Feb, 2019 1 commit
  2. 08 Feb, 2019 1 commit
    • Matt Holt's avatar
      caddytls: Change clustering to be a plugin to the caddytls package (#2459) · 1867ded1
      Matt Holt authored
      * caddytls: Change clustering to be a plugin to the caddytls package
      
      Should resolve the failure in
      https://github.com/coredns/coredns/pull/2541.
      
      This change is breaking to clustering plugin developers (not Caddy
      users), but logical, since only the caddytls package uses CertMagic
      directly (the httpserver package also uses it, but only because it also
      uses the caddytls plugin); and it is early enough that no clustering
      plugins really exist yet.
      
      This will also require a change of devportal
      so that it looks for a different registration function, which has moved
      to the caddytls package.
      
      * Remove unused variable
      
      * caddyhttp: Fix test (adjust plugin counting)
      
      * ummmm, remove extra line break
      
      somehow VS Code didn't fmt on save... weird.
      1867ded1
  3. 05 Feb, 2019 5 commits
  4. 04 Feb, 2019 1 commit
  5. 03 Feb, 2019 1 commit
  6. 02 Feb, 2019 1 commit
  7. 29 Jan, 2019 1 commit
    • Josh Soref's avatar
      Fix spelling (#2448) · 8369a121
      Josh Soref authored
      * spelling: access
      
      * spelling: associated
      
      * spelling: because
      
      * spelling: characteristics
      
      * spelling: chooses
      
      * spelling: cleared
      
      * spelling: clustering
      
      * spelling: collaborators
      
      * spelling: connection
      
      * spelling: content
      
      * spelling: conversion
      
      * spelling: deferring
      
      * spelling: detection
      
      * spelling: displayed
      
      * spelling: dispenser
      
      * spelling: heuristic
      
      * spelling: nonexistent
      
      * spelling: oflisting
      
      * spelling: preparses
      
      * spelling: response
      
      * spelling: responder
      
      * spelling: sensitive
      
      * spelling: specify
      
      * spelling: simple
      
      * spelling: spawning
      
      * spelling: status
      
      * spelling: unsupported
      
      * spelling: upstream
      
      * spelling: username
      
      * spelling: whether
      8369a121
  8. 28 Jan, 2019 5 commits
  9. 26 Jan, 2019 3 commits
  10. 25 Jan, 2019 2 commits
  11. 22 Jan, 2019 1 commit
  12. 18 Jan, 2019 3 commits
  13. 17 Jan, 2019 4 commits
  14. 16 Jan, 2019 1 commit
  15. 15 Jan, 2019 1 commit
  16. 14 Jan, 2019 1 commit
  17. 08 Jan, 2019 1 commit
  18. 20 Dec, 2018 1 commit
  19. 18 Dec, 2018 1 commit
    • Kurtis Rader's avatar
      Implement `{when_iso_local}` placeholder (#2363) · 0684cf86
      Kurtis Rader authored
      Implement `{when_iso_local}` placeholder
      
      This implements the `{when_iso_local}` placeholder. This is like the
      `{when_iso}` placeholder but the output is in the current timezone
      rather than UTC.
      
      Resolves #2362
      0684cf86
  20. 13 Dec, 2018 2 commits
  21. 12 Dec, 2018 3 commits