Hello, I created a _history_table from the ir.session class but it wasn't enough for what I wanted since I realize that during 1 single login, many session rows were appearing and also the logouts were not being registered ( a logout just deletes the session from the ir.session table)
So I want to create a new module that will register the logins and logouts of users with their IPs/Ports and Protocols in order to do allow auditories of the data entry for the future. Is there something like that already or should I create one, what I'm afraid is that I will have to patch the protocols/dispatcher.py or security.py in order to achieve this? Thanks in advance. -- -- [email protected] mailing list
