aboutsummaryrefslogtreecommitdiff
path: root/command (follow)
Commit message (Collapse)AuthorAgeFilesLines
* downloader: handle conferences without end dateFlorian Larysch2017-10-061-0/+3
| | | | | | | | | | Some conferences might not have an end date, but might be disabled in their config nonetheless. This leads to a situation which causes a null dereference in the downloader code. Fix this by not downloading data for conferences in such a state, as it stands to reason that we don't care about them anymore if we explicitly disabled them.
* handle download-errors againMaZderMind2016-12-241-3/+5
|
* download eventcalender upcoming, tooMaZderMind2016-12-181-7/+40
|
* implement actual downloadingMaZderMind2016-12-171-0/+28
|
* improve log formattingMaZderMind2016-12-171-1/+2
|
* warn on old-style pathsMaZderMind2016-12-171-0/+12
|
* change storage paths according to issue descriptionMaZderMind2016-12-171-8/+5
|
* add cache-file getters and download preparationsMaZderMind2016-12-111-0/+68
|
* download files of forced-open conferencesMaZderMind2016-12-111-1/+12
|
* use DateTime objects for ends/startsAtMaZderMind2016-12-111-7/+25
|
* add download-command cli interface & configMaZderMind2016-12-111-0/+28