Initial commit
authorAlexander Ebert <ebert@woltlab.com>
Thu, 7 Mar 2019 21:21:31 +0000 (22:21 +0100)
committerAlexander Ebert <ebert@woltlab.com>
Thu, 7 Mar 2019 21:21:31 +0000 (22:21 +0100)
commitd148e55046f14101bec9d1a549455ead9d0cac0e
tree6e0d9bcc946e11ede1cbf48e3279fae36ec3dadc
parentcd9d2f570eea1ab1e9f008c0e6c900867d58aab5
Initial commit
13 files changed:
.gitignore [new file with mode: 0644]
package-lock.json [new file with mode: 0644]
package.json [new file with mode: 0644]
src/archive.ts [new file with mode: 0644]
src/blacklist-index.ts [new file with mode: 0644]
src/blacklist.ts [new file with mode: 0644]
src/csv-parser.ts [new file with mode: 0644]
src/database-statement.ts [new file with mode: 0644]
src/database.ts [new file with mode: 0644]
src/index.ts [new file with mode: 0644]
src/manager.ts [new file with mode: 0644]
tsconfig.json [new file with mode: 0644]
tslint.json [new file with mode: 0644]