Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 2 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,4 @@
## TODO:
- REGEX for uuid
- header files for usr (D.R.Y)
- password hashing in edit
- fix the cookie situation


## Permissions:

Expand Down Expand Up @@ -859,4 +855,4 @@ WHERE ((?) = 'IGNORE_ID' OR sessionID = (?))
GROUP BY account, sessionID, expiresAt
ORDER BY expiresAt DESC
LIMIT 10 OFFSET (? * 10)
```
```