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