blob: f8995e5181faa67151832dcdf6dac26b1ec01c66 (
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
|
TODO:
ALSO
> grep 'TODO' . -R
there are todos embedded in the code :steamhappy:
- Discord Websockets
- authentication
- reconnecting/resuming
- Name initcall levels
l1: DBS internals initialisation
l2:
l3: event registration
l4: commands & other interactions
l5: subsystems start (websocket, events start, etc)
- command registration API
- Redo logging (unnecessarily complex?)
- Add define to enable/disable built-in logging?
- program portability
(processor portability? maybe)
(os kernel portability? most likely not)
|