Mercurial > prosody-modules
log mod_motd_sequential/mod_motd_sequential.lua @ 3463:2aaf93d2b219
age | author | description |
---|---|---|
Tue, 11 Dec 2018 18:27:08 +0100 | Kim Alvefur | mod_motd_sequential: Fix typo (fixes unintentional global access) |
Tue, 11 Dec 2018 18:26:31 +0100 | Kim Alvefur | mod_motd_sequential: Fix for deprecation of global routing functions (fixes #1258) |
Sat, 17 Feb 2018 08:42:10 +0100 | Emmanuel Gil Peyrot | Many modules: Simplify st.message(…):tag("body"):text(…):up() into st.message(…, …) |
Tue, 11 Mar 2014 18:44:01 +0100 | Florian Zeitz | all the things: Remove trailing whitespace |
Wed, 04 Aug 2010 22:29:51 +0000 | Jeff Mitchell | Add new motd_sequential module. This module lets you define numbered messages shown to each user in order, but only once per user, and persistent across server restarts. Useful for notifying users of added features and changes in an |