Merge pull request #147 from DiegoMagdaleno/master
New way to do config no more hardcoded localhost
commit e1f0eb3c2a0b302641b0b88afcd8d29d85821a2c
2 parents 873c55e + 28424ed
@Flam3rboy Flam3rboy authored on 23 May 2021
GitHub committed on 23 May 2021
Showing 17 changed files
View
.gitignore
View
package-lock.json
View
package.json
View
scripts/config_generator.js 0 → 100644
View
src/Server.ts
View
src/middlewares/Authentication.ts
View
src/middlewares/GlobalRateLimit.ts
View
src/routes/auth/login.ts
View
src/routes/auth/register.ts
View
src/routes/channels/#channel_id/messages/bulk-delete.ts
View
src/routes/channels/#channel_id/pins.ts
View
src/routes/gateway.ts
View
src/routes/guilds/index.ts
View
src/routes/guilds/templates/index.ts
View
src/util/Config.ts
View
src/util/Member.ts
View
src/util/passwordStrength.ts