summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2022-04-01Add shell script for calling the API.HEADmasterKeuin
2022-03-30Bump version: 0.6.0v0.6.0Keuin
2022-03-30Support command-line parameters.Keuin
- `--help`: print help menu. - `--config`: specify which config file to use. - `--version`: print version and exit.
2022-03-28Code reformat.Keuin
2022-03-28Remove solved TODO.Keuin
2022-03-28Make `sqlite_thread_pool_size` configurable.Keuin
2022-03-28Replace `with_db` and `with_bot` with a generic version.Keuin
2022-03-28Bugfix: Specify `localhost` listen endpoint will cause a panic.v0.5.1Keuin
2022-03-28Bump version.v0.5.0Keuin
2022-03-28Make some fields in config file optional.Keuin
Especially, if log_file is not specified, will not write logs to file.
2022-03-28Document HTTP API response content type.Keuin
2022-03-28Add GitHub repo and website url.Keuin
Fix a typo.
2022-03-28Document HTTP API responses.Keuin
2022-03-28Add comment.Keuin
2022-03-28Bump version.v0.4.0Keuin
2022-03-28Log to file.Keuin
2022-03-28Add README.mdKeuin
2022-03-28Bump version: 0.3.0v0.3.0Keuin
2022-03-28Code reformat.Keuin
2022-03-28Replace Arc<DbPool> with DbPool::clone.Keuin
2022-03-28Support legacy GET request (for backward compatibility).Keuin
2022-03-28Bump version.Keuin
2022-03-28Panic with message.Keuin
2022-03-28Decent logging. Configurable log level.v0.2.0Keuin
2022-03-28Close database gracefully when shutting down.Keuin
2022-03-28Configurable HTTP listen endpoint.Keuin
Handle Ctrl-C correctly.
2022-03-27Create LICENSEv0.1.0Keuin
2022-03-27Add old database conversion script.Keuin
2022-03-27Finally, it works.Keuin
Further cleanup work is needed.