veloren/server-cli/src
Ben Wallis 1de94a9979 * Replaced diesel with rusqlite and refinery
* Added "migration of migrations" to transfer the data from the __diesel_schema_migrations table to the refinery_schema_history table
* Removed all down migrations as refinery does not support down migrations
* Changed all diesel up migrations to refinery naming format
* Added --sql-log-mode parameter to veloren-server-cli to allow SQL tracing and profiling
* Added /disconnect_all_players admin command
* Added disconnectall CLI command
* Fixes for several potential persistence-related race conditions
2021-04-13 22:05:47 +00:00
..
admin.rs Move server-cli commands to separate file, tracy profiling par_join improvements, misc improvements 2021-03-13 02:28:59 -05:00
cmd.rs * Replaced diesel with rusqlite and refinery 2021-04-13 22:05:47 +00:00
main.rs * Replaced diesel with rusqlite and refinery 2021-04-13 22:05:47 +00:00
settings.rs Move Specs code to own common_ecs create, put tracy and macros into common_base 2021-03-09 00:54:01 +01:00
shutdown_coordinator.rs Moved common networking code to common/net, clippy fixes 2020-12-13 17:23:45 +00:00
tui_runner.rs move tracing code to own crate 2021-03-30 16:35:36 +02:00
tuilog.rs Fixed the server cli dropping new lines 2020-10-23 20:30:33 +01:00