aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/mod_motd.lua
Commit message (Collapse)AuthorAgeFilesLines
* mod_motd: Remove unused variable [luacheck]Kim Alvefur2019-01-171-1/+1
|
* mod_motd: Remove redundant conditionsKim Alvefur2019-01-171-8/+6
| | | | The stanza should always be like this in the presence/initial event
* 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: ↵Kim Alvefur2013-03-231-1/+0
| | | | Remove unused imports
* 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, ↵Kim Alvefur2012-07-261-1/+1
| | | | mod_welcome: Use module:send() instead of core_*_stanza()
* mod_motd: Use presence/bare to catch a client's initial presence and send ↵Matthew Wild2012-04-221-9/+10
| | | | the MOTD then (fixes #282)
* mod_motd: Send only to resource coming online, not the user's bare JID ↵Matthew Wild2012-04-211-3/+3
| | | | (fixes #282)
* 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 ↵Matthew Wild2011-09-271-1/+3
| | | | config (thanks medics)
* 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