Commit graph

4 commits

Author SHA1 Message Date
Ryan Yappert
0e865d30cf
Feature: Communication Features (#983)
* Adds packet structures, handlers, and server support for Player Mail, Blacklists, Group Chats and Message Sets.
Implements rudimentary GM features via chat command.
Adds support for IP Bans and muted players.
Simplifies how login stamps are handled.
Cleans up and modernizes some old packet handlers.

* Rebase. Fix CommandRoute and AccountRoute. Cleanup and response to PR comments. Rearrange some of the schedule_next stuff in the DB creation schema for clarity.
2026-04-18 01:27:57 -07:00
Paul Campbell
d10f3bee93 Add support for deleting system mail
Added a new handler to support deleting system mail from the database.
2024-07-17 17:52:26 -04:00
Paul Campbell
d2c34f2f1d Add item claim handler
Added a new handler to claim items from the system mail.
2024-07-17 17:52:26 -04:00
Paul Campbell
9f2dd53ffd Add support for system mail deliveries
Added support for system mail to deliver items to the player.
2024-07-17 17:52:26 -04:00