aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/mod_motd.lua
Commit message (Expand)AuthorAgeFilesLines
* plugins: Prefix module imports with prosody namespaceKim Alvefur2023-03-241-1/+1
* mod_motd: Remove unused variable [luacheck]Kim Alvefur2019-01-171-1/+1
* mod_motd: Remove redundant conditionsKim Alvefur2019-01-171-8/+6
* mod_motd: Use initial presence event (saves some checking)Kim Alvefur2017-04-271-3/+2
* Merge 0.9->0.10Kim Alvefur2014-02-061-1/+1
|\
| * mod_motd: Strip indentation only, leave multiple newlinesKim Alvefur2014-02-061-1/+1
* | Remove all trailing whitespaceFlorian Zeitz2013-08-091-1/+1
|/
* mod_motd, mod_register, mod_private, mod_http_errors, mod_admin_adhoc: Remove...Kim Alvefur2013-03-231-1/+0
* mod_motd: Don't trigger on directed presence or stanzas from s2s.Kim Alvefur2012-10-131-1/+2
* mod_announce, mod_motd, mod_pubsub, mod_register, mod_watchregistrations, mod...Kim Alvefur2012-07-261-1/+1
* mod_motd: Use presence/bare to catch a client's initial presence and send the...Matthew Wild2012-04-221-9/+10
* mod_motd: Send only to resource coming online, not the user's bare JID (fixes...Matthew Wild2012-04-211-3/+3
* mod_motd: Update to use module:get_option_stringMatthew Wild2011-09-271-2/+2
* mod_motd: Send no message (instead of 'blank') if no message is set in the co...Matthew Wild2011-09-271-1/+3
* mod_motd: Process value to strip any indentation from the configMatthew Wild2011-01-071-0/+2
* Add jid support for motdJeff Mitchell2010-05-291-1/+2
* Add motd plugin, giving text to a user on each login.Jeff Mitchell2010-05-291-0/+24