summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2021-05-23Add mailmapMia Herkt
2020-11-03Add text/plain exception for .log name extensionMia Herkt
Fixes #29
2020-11-03Change license to EUPLMia Herkt
2019-04-30Update requirements.txtMartin Herkt
2018-12-22Disable NSFW detection by defaultMartin Herkt
See #11
2018-01-09add extension override for audio/flacMartin Herkt
2017-12-22Add extension override for text/x-diffMartin Herkt
2017-11-08Add command to delete all files uploaded by addressMartin Herkt
2017-11-08Fix indent error in queryblMartin Herkt
2017-10-30store_url: only accept identity content encodingMartin Herkt
Some servers (like IPFS gateways) will use chunked transfer encoding on anything but identity content encoding. Also, probably fix a potential zip bomb vulnerability.
2017-10-27Tweak NSFW thresholdMartin Herkt
Of course it’ll have a few false positives, but this seems to work well with the 0x0.st dataset.
2017-10-27Faster query commands, add removed query filterMartin Herkt
2017-10-27Add NSFW filter to address query commandsMartin Herkt
2017-10-27Add NSFW detectionMartin Herkt
2017-10-27Add querybl command to query uploads by addresses in blacklistMartin Herkt
2017-03-27Fix try/except syntaxMartin Herkt
2017-02-03Add support for upload IP blacklistsMartin Herkt
The format is one address per line, with # used for comments.
2017-01-01add more URL validationMartin Herkt
Turns out ShareX users and shell script authors are fucking retarded.
2017-01-01add BEACON dump with start index for urlte.amMartin Herkt
fixes #1
2017-01-01do not shorten our host URLsMartin Herkt
Turns out ShareX users are fucking retarded.
2017-01-01use function to format host URLMartin Herkt
2016-11-23fix text/ MIME charset workaround for realMartin Herkt
2016-11-01fix text/ MIME charset workaroundMartin Herkt
2016-11-01initMartin Herkt