Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-03-30 | *: directory changes | turret | |
since this project is a skeleton and not meant to clutter up the code that will actually consume the bot, i've opted to consolidate the majority of files under a single directory and minimise extra files *: move code to util/ *: move include files to include/dbs/ net: consolidate net functions into single file config: remove config | |||
2024-01-18 | api: extensify api api | turret | |
2023-12-18 | *: enforce 78 char line limit | turret | |
2023-12-18 | net: get gateway url | turret | |
basic api http_get function, (which the definition of will def. change in the future) uses libcurl to get the api /gateway to get the wss url, and assumes a url in case of failure so we at least try authenticating |