Age | Commit message (Collapse) | Author |
|
Unfortunately, we need to manually add the command to discords'
registries for now :(
Am working on an abstraction layer that will allow you to add commands
easier (much like how me adding this command is simply adding this file
to the project, except there is a macro and it will register the command
automatically for you and the interaction event will have a default
handler)
|
|
Move HELLO IDENT functionality into util/net
Add ready event in example/hello, grab app id and print info
Change http_request family of functions
- Remove bufsiz for response code
- Remove post input pipe in exchange for simple writebuf
Add heartbeat latency ack tracking
Add websocket handle close function (dummy function, to be extended
upon)
Add message for invalid token
|
|
i PROMISE that there will be a stupid easy way to identify to the
websocket, consisting probably of the user just declaring the intents
somewhere (since we already have the token)
welcome to the true beginnings of DBS (new acronym for this project
instead of the lame TDBS since im not that cool)
|
|
in subsys.h: include init.h to ensure l5_initcall availability
also: add example/ directory to provide some user-code in the skeleton
(will likely be made defunct as i make the remainder of the skeleton,
such as a /ping command and user action and maybe some buttons, which
will require more organisation)
|