Age | Commit message (Expand) | Author |
---|---|---|
2022-03-30 | Support command-line parameters. | Keuin |
2022-03-28 | Code reformat. | Keuin |
2022-03-28 | Remove solved TODO. | Keuin |
2022-03-28 | Make `sqlite_thread_pool_size` configurable. | Keuin |
2022-03-28 | Replace `with_db` and `with_bot` with a generic version. | Keuin |
2022-03-28 | Bugfix: Specify `localhost` listen endpoint will cause a panic.v0.5.1 | Keuin |
2022-03-28 | Make some fields in config file optional. | Keuin |
2022-03-28 | Log to file. | Keuin |
2022-03-28 | Code reformat. | Keuin |
2022-03-28 | Replace Arc<DbPool> with DbPool::clone. | Keuin |
2022-03-28 | Support legacy GET request (for backward compatibility). | Keuin |
2022-03-28 | Decent logging. Configurable log level.v0.2.0 | Keuin |
2022-03-28 | Close database gracefully when shutting down. | Keuin |
2022-03-28 | Configurable HTTP listen endpoint. | Keuin |
2022-03-27 | Finally, it works. | Keuin |