aboutsummaryrefslogtreecommitdiff
path: root/api/logic/net/Sink.h
AgeCommit message (Collapse)Author
2016-10-28GH-1697 always stale files tolerate errors if a local copy is presentPetr Mrázek
This fixes the situation when liteloader snapshot site is broken and there's an older local snapshot already present.
2016-06-05NOISSUE refactor *Download into more, smaller piecesPetr Mrázek
* Download is now Download. * Download uses Sink subclasses to process various events. * Validators can be used to further customize the Sink behaviour.