log mod_invite/mod_invite.lua @ 5203:c60cff787d6a

age author description
2022-07-18 Kim Alvefur various: Improve error reporting if missing file server module on 0.12
2019-12-27 Matthew Wild mod_invite: Update to use local_user ad-hoc permission (thanks Martin)
2019-04-05 Kim Alvefur mod_invite: Show a different error if no token has been given
2019-04-05 Kim Alvefur mod_invite: Remove unused local variable [luacheck]
2019-04-05 Kim Alvefur mod_invite: Use path passed by http stack instead of pattern matching
2019-04-05 Kim Alvefur Update modules using mod_http_files to serve files for change in Prosody trunk
2019-03-07 Kim Alvefur mod_invite: Fire event that signals that an user has registered (thanks jeybe)
2017-03-14 Kim Alvefur mod_invite: Split long line [luacheck]
2017-03-14 Kim Alvefur mod_invite: Trim trailing whitespace [luacheck]
2017-03-14 Kim Alvefur mod_invite: Remove unused arguments [luacheck]
2017-03-14 Kim Alvefur mod_invite: Remove unused inport [luacheck]
2016-07-08 Kim Alvefur mod_invite: Serve CSS correctly
2016-07-08 Kim Alvefur mod_invite: Add explicit dependency on mod_adhoc to make sure it is loaded
2016-07-08 Kim Alvefur mod_invite: Use XML/HTML entity escaping from util.stanza
2016-03-02 Thijs Alkemade mod_invite: Allows existing users to generate URLs that can be used to invite new users. Mutual presence subscriptions are automatically created when the creation succeeds.