Skip to content

Conversation

heikkiorsila
Copy link
Contributor

Implement a method to delete messages older than given time in scrollback history.

The maximum age of messages is controlled by /set scrollback_max_age variable.
E.g. /set scrollback_max_age 7days

Rationale: I created this patch to let my client forget messages in a private chat that I don't want to keep around. In practice, "day changed" messages force an effective event to delete old messages when no new messages have been sent to a chat.

…back history.

The maximum age of messages is controlled by /set scrollback_max_age variable.
E.g. /set scrollback_max_age 7days
@ailin-nemui ailin-nemui added the auto-merge This PR is scheduled for merge if no further comments are opened label Mar 29, 2019
@ailin-nemui
Copy link
Contributor

@irssi/developers

@ailin-nemui ailin-nemui merged commit a2f2d18 into irssi:master Apr 5, 2019
@ailin-nemui
Copy link
Contributor

@heikkiorsila you can consider contributing a description for https://github.com/irssi/irssi.github.io/blob/master/documentation/settings.markdown

@ailin-nemui ailin-nemui added this to the 1.3.0 milestone Oct 11, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
auto-merge This PR is scheduled for merge if no further comments are opened
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants