log mod_lastlog/mod_lastlog.lua @ 3332:4fdd8b77da54

age author description
2014-08-24 Kim Alvefur mod_lastlog: Fix traceback if no session included with event (eg from mod_register_web) (thanks biszkopcik)
2014-03-11 Florian Zeitz all the things: Remove trailing whitespace
2013-08-28 Kim Alvefur mod_lastlog: Import util.datetime
2013-08-28 Kim Alvefur mod_lastlog: Fix jid.split call
2013-08-28 Kim Alvefur mod_lastlog: If loaded on a component, store a timestamp of the last message sent, eg to a MUC room
2013-08-28 Kim Alvefur mod_lastlog: Collect timestamp on registration
2013-08-28 Kim Alvefur mod_lastlog: Return a non-zero exit code if no lastlog records were found
2013-07-09 Kim Alvefur mod_lastlog: Make the command show a help message instead of a traceback when no user given
2013-06-03 Kim Alvefur mod_last_offline: Merge into an option of mod_lastlog
2013-06-03 Kim Alvefur mod_lastlog: Fix command
2013-06-03 Kim Alvefur mod_lastlog: Keep track of last logout time
2013-06-01 Matthew Wild mod_lastlog: Add prosodyctl command (prosodyctl mod_lastlog JID) to show last login time and IP of user (if available)
2012-02-24 Kim Alvefur mod_lastlog: Add option to also log the users IP address.
2012-02-24 Kim Alvefur mod_lastlog: New module to record last time a user authenticated