aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/mod_lastactivity.lua
Commit message (Collapse)AuthorAgeFilesLines
* plugins: Prefix module imports with prosody namespaceKim Alvefur2023-03-241-4/+4
|
* mod_lastactivity: Encode seconds as decimal, not floatKim Alvefur2020-04-221-1/+1
| | | | | | | | In Lua 5.3 difftime() takes integers as argument but returns a float, and then tostring() serializes it with a decimal point. This violates XEP-0012. Like #1536
* mod_lastactivity: Simplify iq handling by hooking on iq-get/ instead of iq/.Emmanuel Gil Peyrot2018-08-241-13/+11
|
* mod_lastactivity, mod_legacyauth, mod_presence, mod_saslauth, mod_tls: Use ↵Kim Alvefur2014-07-041-2/+1
| | | | the newer stanza:get_child APIs and optimize away some table lookups
* Remove all trailing whitespaceFlorian Zeitz2013-08-091-1/+1
|
* Update copyright headers for 2010Matthew Wild2010-03-221-2/+2
|
* mod_lastactivity: Gave a positive priority to the presence event hook.Waqas Hussain2009-10-211-1/+1
|
* mod_lastactivity: Persist data across reloads.Waqas Hussain2009-10-211-0/+8
|
* mod_lastactivity: Allow users to request their own last activity.Waqas Hussain2009-10-211-1/+1
|
* mod_lastactivity: Initial commit.Waqas Hussain2009-10-181-0/+44