veloren/server/src/events
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
..
entity_creation.rs Basic fluid dynamics and physical properties for entities 2021-04-20 17:38:19 +02:00
entity_manipulation.rs Add DamageKind, and make piercing damage partially ignore damage resistence. 2021-05-06 17:39:06 -04:00
group_manip.rs seperate sys/state 2021-04-20 01:30:17 +02:00
information.rs Fixed cargo test-server. Removed -Z package-features from .cargo/config as it is no longer required 2021-04-15 19:07:46 +01:00
interaction.rs Added non-admin moderators and timed bans. 2021-05-09 21:19:16 -07:00
inventory_manip.rs Removed ability set as field on items. 2021-05-01 09:25:49 -04:00
invite.rs Fixed cargo test-server. Removed -Z package-features from .cargo/config as it is no longer required 2021-04-15 19:07:46 +01:00
mod.rs instead of manually trying to sync disconnect metrics we now pass a Reason to the handle_disconnect. 2021-05-06 11:43:10 +02:00
player.rs instead of manually trying to sync disconnect metrics we now pass a Reason to the handle_disconnect. 2021-05-06 11:43:10 +02:00
trade.rs Removed ability set as field on items. 2021-05-01 09:25:49 -04:00