1. 12 Aug, 2022 2 commits
    • Michael Tremer's avatar
      importer: Change download behaviour · 85e44d9a
      Michael Tremer authored
      The downloader used to open a connection to the web server hosting our
      content which would have been decompressed (if necessary) on the fly and
      also been parsed on the fly so that it could have been fed into the
      database easily.
      
      Some webservers do not seem to be patient enough to keep the connection
      open if things take a little bit longer than usual. That caused the
      import to fail.
      
      This patch changes the behaviour that we would download all content
      first, store it locally, and then start processing it.
      
      Fixes: #12852
      Signed-off-by: default avatarMichael Tremer <michael.tremer@ipfire.org>
      Cc: Peter Müller <peter.mueller@ipfire.org>
      85e44d9a
    • Michael Tremer's avatar
      importer: Actually perform the Spamhaus sanity check · aa23e03d
      Michael Tremer authored
      The check block was indented incorrectly and would have never been
      executed.
      Signed-off-by: default avatarMichael Tremer <michael.tremer@ipfire.org>
      aa23e03d
  2. 13 Jul, 2022 2 commits
  3. 07 Jul, 2022 2 commits
  4. 05 Jul, 2022 2 commits
  5. 23 Jun, 2022 2 commits
  6. 14 Apr, 2022 4 commits
  7. 12 Apr, 2022 3 commits
  8. 11 Apr, 2022 1 commit
  9. 30 Mar, 2022 8 commits
  10. 23 Mar, 2022 1 commit
  11. 09 Mar, 2022 9 commits
  12. 07 Mar, 2022 4 commits