blob: 89cc82ce96818fb82df0db8b797184b8b7452815 (
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
|
# 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
- [x] client names
### moderation (from hydrogen)
- [x] bans
- [x] invite codes
- [x] kicking
- [x] post to inbox
- [ ] support codes
- [ ] lockdown
### new in helium
- [x] database changes
- [ ] message deletion
- [ ] message editing
- [ ] chat history (v2)
- [ ] profiles (v2)
- [ ] banners
- [ ] links
- [ ] statuses
|