modules: draft/event-playback — record JOIN/PART/QUIT/NICK/MODE/TOPIC/KICK into CHATHISTORY, replayed only for cap clients (event_playback config, default on)

This commit is contained in:
Jean Chevronnet 2026-08-25 22:17:26 +00:00
parent 9dcc269f45
commit 6bb8ccd8ee
No known key found for this signature in database
GPG key ID: 439666D63A9477E4
8 changed files with 179 additions and 19 deletions

View file

@ -181,6 +181,8 @@ limits {
# multiline_maxlines 24; # draft/multiline: max lines
# chathistory_limit 256; # CHATHISTORY messages kept per conversation
# chathistory_maxage 604800; # max age (secs) a client may request (7 days)
# event_playback yes; # record JOIN/PART/QUIT/NICK/MODE/TOPIC/KICK into
# # history for draft/event-playback clients (no = off)
# dccallow_maxentries 20; # /DCCALLOW list entries per user
# http_max_concurrent 32; # in-flight outbound HTTP requests (API modules)
}