blob: 370437aca902e233c4d142bc9362ff29be626dc8 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
|
# soktdeer helium

soktdeer rewrite
## progress
### general (from hydrogen)
- [ ] accounts
- [x] account creation
- [x] get account
- [x] login via password
- [x] login via token
- [x] account editing
- note: no password changes yet
- [ ] account deletion
- [x] messages
- [x] message creation
- [x] get message
- [x] chat history (v1)
- [x] get inbox
- [~] client names
- client names will not be implemented in helium
### moderation (from hydrogen)
- [ ] bans
- [ ] invite codes
- [ ] kicking
- [ ] post to inbox
- [ ] support codes
- [ ] lockdown
### new in helium
- [x] database changes
- [ ] message deletion
- [ ] message editing
- [ ] chat history (v2)
- [ ] profiles (v2)
- [ ] banners
- [ ] links
- [ ] statuses
|