Full IP access log

You can with the data explorer plugin and this query.

SELECT id, username, ip_address, registration_ip_address FROM users

That will select the id, username, last IP and Reg IP for every user.