summary refs log tree commit diff
path: root/slowcord (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Refactor to mono-repo + upgrade packagesMadeline2022-09-2528-18341/+0
|
* Update and rename rules.txt to rules.mdMadeline2022-09-192-14/+20
|
* Perhaps a message create perf test?Madeline2022-09-153-28/+84
|
* Status tracker now tracks sessionsMadeline2022-09-021-3/+4
|
* add try/catch to fetch in slowcord status monitorMadeline2022-08-291-9/+13
|
* /-/monitorz endpoint for system perf monMadeline2022-08-291-3/+28
|
* Added nginx configsMadeline2022-08-292-0/+89
|
* grafana link in bot instance commandMadeline2022-08-271-0/+1
|
* Fix msg content check in botMadeline2022-07-311-1/+1
|
* Bot updateMadeline2022-07-2211-516/+766
|
* don't try to save undefined data in statusMadeline2022-07-221-1/+1
|
* Try using https raw instead of fetch?Madeline2022-07-221-20/+50
|
* test fix???Madeline2022-07-221-0/+1
|
* Merge branch 'slowcord' of github.com:MaddyUnderStars/fosscord-server into ↵Madeline2022-07-221-4/+9
|\ | | | | | | slowcord
| * Try catch handleFileMadeline2022-07-221-4/+9
| |
* | Disable gateway status until I get some like child process thing doneMadeline2022-07-221-4/+6
|/
* Do measurements one at a time in orderMadeline2022-07-211-13/+15
|
* Added simple response time measurement for grafanaMadeline2022-07-217-3/+1120
|
* 2FA on login pageMadeline2022-07-202-4/+35
|
* Captcha required message on login/registerMadeline2022-07-201-2/+8
|
* Hcaptcha support on login/registerMadeline2022-07-203-1/+17
|
* Display network/api errors on login/register pageMadeline2022-07-184-42/+37
|
* bot stuff idkMadeline2022-07-099-17/+2131
|
* Oauth login now copies avatarMadeline2022-07-081-1/+16
|
* Start of Slowcord botMadeline2022-07-057-358/+12897
|
* Moved slowcord login server to own dirMadeline2022-07-0511-129/+0
|
* Merge branch 'fix/nicknames' into slowcordMadeline2022-07-032-0/+129
|\
| * Allow nicknames through MemberChangeSchemaMadeline2022-07-032-0/+129
|
* Add consent to registerMadeline2022-07-032-0/+15
|
* Slowcord custom register pageMadeline2022-07-024-104/+202
|
* set message max length manuallyMadeline2022-07-021-1/+1
|
* show how long a user was timed out for in logsMadeline2022-07-021-0/+1
|
* Apparently headers are always lower case, niceMadeline2022-07-021-1/+1
|
* Remove whitelist for discord oauth login, add rate limitMadeline2022-07-021-12/+31
|
* Update oauth urlMadeline2022-07-021-1/+1
|
* ( bad ) lil error message on failed loginMadeline2022-06-272-3/+15
|
* removed build dirMadeline2022-06-272-119/+0
|
* update readmeMadeline2022-06-271-1/+1
|
* alright signed cookies aren't worth it, niceMadeline2022-06-271-1/+1
|
* clearing cookies is weird?Madeline2022-06-271-1/+4
|
* the cookie name is being a bitch?Madeline2022-06-272-3/+3
|
* Token in localStorage must be JSONMadeline2022-06-271-2/+2
|
* who tf calls the start script run? npm run run, bruhMadeline2022-06-271-1/+1
|
* Forgot an awaitMadeline2022-06-271-1/+1
|
* Styling, login whitelistsMadeline2022-06-274-16/+151
|
* Start of custom login and discord oauth flowMadeline2022-06-2611-0/+1872