Frug / AJAX-Chat

A fully customizable web chat implemented in JavaScript, PHP and MySQL which integrates nicely with common forum systems like phpBB, MyBB, FluxBB, SMF and vBulletin. A Flash and Ruby based socket connection can be used to boost performance.
http://frug.github.io/AJAX-Chat/
546 stars 300 forks source link

per-chat custom message purge #242

Open joshp23 opened 8 years ago

joshp23 commented 8 years ago

It would be ideal to have different message purge intervals per chat room. For instance, if I have a public room it would be nice to purge that on a daily basis to clean out the cruft, while particular private or VIP rooms might be able to keep their logs for extended periods of time as necessary. Is this possible, or would it need to be written up as a mod?