You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Added option to enable checking for u_mchat_use permission before adding a post notification message. This is useful for bot users that are not supposed to generate "new post" messages.
Moved rules and static message texts to the phpbb_config_text table. This allows you to use more than 255 characters.
New events
Added PHP event dmzx.mchat.prune_sql_before
Bug fixes/changes
Removed username from prune log message
Removed broken profile URL when mentioning guest users
Fixed who is chatting updates not working under certain conditions
Improved wording in ACP for message sorting on archive page
Don't send AJAX requests if page is unloading
Use correct user IP for mChat sessions table
Fixed removing disallowed BBCodes
Removed duplicate root path in profile links
Many other small code improvements
Style improvements
Use Twig template syntax
Hide some options in the UCP if the user doesn't have u_mchat_use permission
Removed space between navbar icon and text on 3.2.x installations
Fixed HTML markup on ACP Global settings page
Adapted ACP Submit/Reset buttons to phpBB's ACP style
Custom style adjustments
Fall back to default icon color for Subway style if Options Panel extension isn't enabled
Allow collapsing mChat when using the Elegance style
Adjustments for MyInvision style (thanks to MannixMD)
Adjustments for Hexagon style (thanks to MannixMD)