veloren/common
Joshua Yanovski e7587c4d9d Added non-admin moderators and timed bans.
The security model has been updated to reflect this change (for example,
moderators cannot revert a ban by an administrator).  Ban history is
also now recorded in the ban file, and much more information about the
ban is stored (whitelists and administrators also have extra
information).

To support the new information without losing important information,
this commit also introduces a new migration path for editable settings
(both from legacy to the new format, and between versions).  Examples
of how to do this correctly, and migrate to new versions of a settings
file, are in the settings/ subdirectory.

As part of this effort, editable settings have been revamped to
guarantee atomic saves (due to the increased amount of information in
each file), some latent bugs in networking were fixed, and server-cli
has been updated to go through StructOpt for both calls through TUI
and argv, greatly simplifying parsing logic.
2021-05-09 21:19:16 -07:00
..
assets add authors 2021-05-09 13:12:26 +03:00
base * Replaced diesel with rusqlite and refinery 2021-04-13 22:05:47 +00:00
benches Remove spurious uses of Vox. 2020-09-26 16:30:40 +02:00
ecs include origin into system name 2021-04-20 01:30:27 +02:00
frontend Added non-admin moderators and timed bans. 2021-05-09 21:19:16 -07:00
net Added non-admin moderators and timed bans. 2021-05-09 21:19:16 -07:00
src Added non-admin moderators and timed bans. 2021-05-09 21:19:16 -07:00
state (Wiring) OnDeath 2021-05-05 19:08:18 +02:00
systems Make projectiles function properly if they hit a wall in the same tick as an entity. 2021-05-07 23:20:57 -04:00
build.rs fix and improve nix build: actually output a proper veloren voxygen package now 2020-11-25 02:00:50 +03:00
Cargo.toml Added non-admin moderators and timed bans. 2021-05-09 21:19:16 -07:00