Tip of the day: Channel anti-flood protection is on by default (since UnrealIRCd 6.2.0). You can override the default profile via +F.
|
Translations:Set block/480/en
Jump to navigation
Jump to search
UnrealIRCd has the following goals for storing channel history on disk:
- All data within the .db's is encrypted
- We use a well-known encryption library, a good cipher and KDF, see Dev:UnrealDB for in-depth technical details.
- By default the log databases are stored in the
data/history/directory - All .db files are cryptographically hashed so a third party can't tell which .db file belongs to which channel
- A 'master.db' file is present too, to achieve the above in a consistent and safe manner. Don't delete this file.
- Be sure to look at Secret block to see the various ways to store the key (password) and pick one acceptable to your environment