aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/mod_account_activity.lua
Commit message (Collapse)AuthorAgeFilesLines
* mod_account_activity: Add shell command to list inactive accountsMatthew Wild8 days1-0/+43
| | | | Including accounts which may never have logged in.
* mod_account_activity: Fix required module namesMatthew Wild8 days1-3/+3
|
* mod_account_activity: Record an account's last activity timestampMatthew Wild9 days1-0/+109
This is similar to mod_lastlog/mod_lastlog2. Some functionality was dropped, compared to mod_lastlog2. These features (recording the IP address, or tracking the timestamp of multiple events) are handled better by the mod_audit family of modules. For example, those correctly handle multiple logins, IP address truncation, and data retention policies. The "registered" timestamp from mod_lastlog2 was also dropped, as this has been stored in account_details by Prosody itself since at least 0.12 already.