This repository has been archived by the owner on Nov 16, 2024. It is now read-only.
Filters!
- Add CHANGELOG
- Add support for Filters.
- Add
users
methods toUpdate
andMessage
to return all users included in the same. - Replaced usage of the
strange
logger with the new CrystalLog
class. - Log all updates with
Debug
severity ifVERBOSE
environment variable is set totrue
. - (breaking change) Renamed
File
toTFile
to avoid conflicting with the builtinFile
class. - (breaking change) removed the
Handler
class and all subclasses. Update handling is now done exclusively with theEventHandler
class andFilter
s.