f-list / fserv

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

Remove expired timeouts from channel ban lists. #66

Open kiranoot opened 7 years ago

kiranoot commented 7 years ago

As a cost saving measure, timeouts are not removed from ban lists until the person tries to join. It should be skipped when serializing the ban list, as well as removed when retrieving the ban list through commands in order to avoid confusion.