Mercurial > prosody-modules
log mod_motd_sequential/mod_motd_sequential.lua @ 5289:308024be6d6f
age | author | description |
---|---|---|
2018-12-11 | Kim Alvefur | mod_motd_sequential: Fix typo (fixes unintentional global access) |
2018-12-11 | Kim Alvefur | mod_motd_sequential: Fix for deprecation of global routing functions (fixes #1258) |
2018-02-17 | Emmanuel Gil Peyrot | Many modules: Simplify st.message(…):tag("body"):text(…):up() into st.message(…, …) |
2014-03-11 | Florian Zeitz | all the things: Remove trailing whitespace |
2010-08-04 | 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 |