aboutsummaryrefslogtreecommitdiff
path: root/command (unfollow)
Commit message (Collapse)AuthorFilesLines
2017-10-06downloader: handle conferences without end dateFlorian Larysch1-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.
2016-12-24handle download-errors againMaZderMind1-3/+5
2016-12-18download eventcalender upcoming, tooMaZderMind1-7/+40
2016-12-17implement actual downloadingMaZderMind1-0/+28
2016-12-17improve log formattingMaZderMind1-1/+2
2016-12-17warn on old-style pathsMaZderMind1-0/+12
2016-12-17change storage paths according to issue descriptionMaZderMind1-8/+5
2016-12-11add cache-file getters and download preparationsMaZderMind1-0/+68
2016-12-11download files of forced-open conferencesMaZderMind1-1/+12
2016-12-11use DateTime objects for ends/startsAtMaZderMind1-7/+25
2016-12-11add download-command cli interface & configMaZderMind1-0/+28