I've managed to get IRCd server to update ow_base_user`
.`activityStamp every minute and when the disconnect with the latest timestamp. I can see on users profile showing was seen less than a minute ago but doesn't show online on front page. Do I need to update ow_base_user_online through IRCd as well or is that something done through Oxwall and if do get it updated by IRCd will it cause any problems with Oxwall?You can look at this file: ow_system_plugins/base/bol/user_service.php and find the methods for updating activity timestamp of user logging in and out.