Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | mod_lastactivity: Encode seconds as decimal, not float | Kim Alvefur | 2020-04-22 | 1 | -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 Peyrot | 2018-08-24 | 1 | -13/+11 |
| | |||||
* | mod_lastactivity, mod_legacyauth, mod_presence, mod_saslauth, mod_tls: Use ↵ | Kim Alvefur | 2014-07-04 | 1 | -2/+1 |
| | | | | the newer stanza:get_child APIs and optimize away some table lookups | ||||
* | Remove all trailing whitespace | Florian Zeitz | 2013-08-09 | 1 | -1/+1 |
| | |||||
* | Update copyright headers for 2010 | Matthew Wild | 2010-03-22 | 1 | -2/+2 |
| | |||||
* | mod_lastactivity: Gave a positive priority to the presence event hook. | Waqas Hussain | 2009-10-21 | 1 | -1/+1 |
| | |||||
* | mod_lastactivity: Persist data across reloads. | Waqas Hussain | 2009-10-21 | 1 | -0/+8 |
| | |||||
* | mod_lastactivity: Allow users to request their own last activity. | Waqas Hussain | 2009-10-21 | 1 | -1/+1 |
| | |||||
* | mod_lastactivity: Initial commit. | Waqas Hussain | 2009-10-18 | 1 | -0/+44 |