aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/mod_motd.lua
Commit message (Expand)AuthorAgeFilesLines
* 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