f-list / fserv

Repository for the F-Chat server implementation.
BSD 2-Clause "Simplified" License
10 stars 5 forks source link

Store bans/ignores/ops/admins by character id. #26

Closed kiranoot closed 10 years ago

kiranoot commented 10 years ago

Create a system for storing bans/ignores/ops/admins/friends by character id. This blocks the removal of LIS for performance reasons.

A conversion process will need to be designed as well. Periodic updates of cached names will need to take place(API endpoint?)

Dhwty commented 10 years ago

Duplicate of #7 ?

kiranoot commented 10 years ago

Duplicate.