log mod_easy_invite/mod_easy_invite.lua @ 4978:4c8b66da4dec

age author description
2020-09-07 Matthew Wild mod_easy_invite: Remove hard dependency on mod_invites_page and allow configuration of different landing page module
2020-09-07 Matthew Wild mod_easy_invite: Rewrite prosodyctl command handler to support new features (from Snikket)
2020-09-07 Matthew Wild mod_easy_invite: Allow account reset invites
2020-09-07 Matthew Wild mod_easy_invite: Allow setting account roles from associated invite (from Snikket)
2020-09-07 Matthew Wild mod_easy_invite: Add code comment (from Snikket)
2020-09-07 Matthew Wild mod_easy_invite: Minor refactoring to begin merging additional changes from Snikket
2020-05-17 Maxime “pep” Buquet mod_easy_invite: backport: ensure session exists before accessing it
2020-05-16 Kim Alvefur mod_easy_invite: Add commands to telnet console
2019-12-30 Matthew Wild mod_easy_invite: Change command name to 'generate' (from 'register')
2019-12-27 Matthew Wild mod_easy_invite: Add prosodyctl command to generate account invites
2019-12-27 Matthew Wild mod_easy_invite: New module that implements XEP-0401/XEP-0379