This repository has been archived by the owner on Aug 22, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* preparations for the redis substitute * new functions for redis substitute * skip timeout optimization * skip timeout optimization... * adding keys command * add zrem,zadd,zrange * add quit * fix redis substitute * redis is just to op to substitute it... * fix staff protection * add bans an a few other things * seems like i did too much eris... (fixing some errors and resolving ide inspections) * add duration to ban message * kill me please... * beta unban * simplify some null-checks * nvm * add swap nolock options * add swap to command list * fix command list * formatting * fix command list * ... * updating dependencies * modernize code to es6 * adding regex capabilities, update docs * some es6 refractoring * bump dependencies * version bump
- Loading branch information
1 parent
7b1951b
commit f30a7f0
Showing
141 changed files
with
1,330 additions
and
1,231 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -78,3 +78,5 @@ crashlytics-build.properties | |
# Created by .ignore support plugin (hsz.mobi) | ||
|
||
config.js | ||
|
||
sql_init.js |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
## Database | ||
|
||
Unfortunately, the used ORM has a little bug which prevents it from creating the database correctly. To initialize it, run install.sql if you are using mysql/mariadb on the created database and you should be good. |
Oops, something went wrong.